mac80211: merge a few pending fixes for channel switch handling
[openwrt.git] / package / mac80211 / patches / 040-fix_compile_on_2.6.30.patch
1 --- a/drivers/net/wireless/b43/main.c~ 2011-07-23 00:33:46.573306410 +0200
2 +++ b/drivers/net/wireless/b43/main.c 2011-07-23 00:36:14.657726075 +0200
3 @@ -4955,7 +4955,7 @@
4 static void b43_wireless_core_detach(struct b43_wldev *dev)
5 {
6 #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,31)
7 - if (dev->sdev->bus->bustype != SSB_BUSTYPE_SDIO)
8 + if (dev->dev->sdev->bus->bustype != SSB_BUSTYPE_SDIO)
9 compat_destroy_threaded_irq(&dev->irq_compat);
10 #endif
11 /* We release firmware that late to not be required to re-request
This page took 0.069363 seconds and 5 git commands to generate.