updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / ndiswrapper-fbcondecor / 2.6.29.patch
blob98981cddc7eca9237e98dbd6d9acf756a62bf304
1 --- wrapndis.c~ 2009-03-25 09:48:29.000000000 +0100
2 +++ wrapndis.c 2009-03-25 09:48:29.000000000 +0100
3 @@ -1744,7 +1744,7 @@
4 .ndo_set_mac_address = ndis_set_mac_address,
5 .ndo_get_stats = ndis_get_stats,
6 #ifdef CONFIG_NET_POLL_CONTROLLER
7 - .poll_controller = ndis_poll_controller;
8 + .ndo_poll_controller = ndis_poll_controller,
9 #endif
11 #endif