diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-15 21:58:03 +0000 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2014-07-15 21:58:03 +0000 |
commit | 025144800a6b5184a114f04a0972fedd40b94186 (patch) | |
tree | 92957b56f252eb0038c0d99943d3dcb48b3fe514 /package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch | |
parent | 1636bc670408b94be9d8ba1e4d091450c0aa3e82 (diff) | |
download | upstream-025144800a6b5184a114f04a0972fedd40b94186.tar.gz upstream-025144800a6b5184a114f04a0972fedd40b94186.tar.bz2 upstream-025144800a6b5184a114f04a0972fedd40b94186.zip |
mac80211: b43: backport b43 patches from wireless testing
This brings b43 up to wireless-testing/master master-2014-07-15
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 41668
Diffstat (limited to 'package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch')
-rw-r--r-- | package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch b/package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch index ec0103cc25..c5bb975cae 100644 --- a/package/kernel/mac80211/patches/805-b43-gpio-mask-module-option.patch +++ b/package/kernel/mac80211/patches/805-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, -@@ -2787,10 +2792,10 @@ static int b43_gpio_init(struct b43_wlde +@@ -2798,10 +2803,10 @@ static int b43_gpio_init(struct b43_wlde u32 mask, set; b43_maskset32(dev, B43_MMIO_MACCTL, ~B43_MACCTL_GPOUTSMSK, 0); |