diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-12-11 01:45:12 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-12-11 01:45:12 +0000 |
commit | 9337c975843175aaa51bd285080cb062eb1a3f45 (patch) | |
tree | ab019da788ef24bf9cc19e4c280a0a3e5e4157e2 /package/mac80211/patches/800-b43-gpio-mask-module-option.patch | |
parent | 700589cd9b09c96be39ae9a39bb64ae93a5ece4b (diff) | |
download | upstream-9337c975843175aaa51bd285080cb062eb1a3f45.tar.gz upstream-9337c975843175aaa51bd285080cb062eb1a3f45.tar.bz2 upstream-9337c975843175aaa51bd285080cb062eb1a3f45.zip |
mac80211: update to 2010-12-09
SVN-Revision: 24471
Diffstat (limited to 'package/mac80211/patches/800-b43-gpio-mask-module-option.patch')
-rw-r--r-- | package/mac80211/patches/800-b43-gpio-mask-module-option.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/800-b43-gpio-mask-module-option.patch b/package/mac80211/patches/800-b43-gpio-mask-module-option.patch index e9fe5d2a3d..ac0b5c24ff 100644 --- a/package/mac80211/patches/800-b43-gpio-mask-module-option.patch +++ b/package/mac80211/patches/800-b43-gpio-mask-module-option.patch @@ -22,7 +22,7 @@ static int modparam_bad_frames_preempt; module_param_named(bad_frames_preempt, modparam_bad_frames_preempt, int, 0444); MODULE_PARM_DESC(bad_frames_preempt, -@@ -2534,10 +2539,10 @@ static int b43_gpio_init(struct b43_wlde +@@ -2540,10 +2545,10 @@ static int b43_gpio_init(struct b43_wlde & ~B43_MACCTL_GPOUTSMSK); b43_write16(dev, B43_MMIO_GPIO_MASK, b43_read16(dev, B43_MMIO_GPIO_MASK) @@ -35,7 +35,7 @@ if (dev->dev->bus->chip_id == 0x4301) { mask |= 0x0060; set |= 0x0060; -@@ -5094,10 +5099,10 @@ static void b43_print_driverinfo(void) +@@ -5100,10 +5105,10 @@ static void b43_print_driverinfo(void) feat_sdio = "S"; #endif printk(KERN_INFO "Broadcom 43xx driver loaded " |