aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/846-brcmsmac-remove-some-unnessessacry-casts-and-void-po.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-07-10 00:21:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-07-10 00:21:25 +0000
commit34ed62aa629ff83312572467b5c77c9e9be2e812 (patch)
tree5b2c6f7f1a90ddd05e706bbe1dbce54223eea283 /package/mac80211/patches/846-brcmsmac-remove-some-unnessessacry-casts-and-void-po.patch
parent57b646437387903388f79b4c521b7f4f453320af (diff)
downloadupstream-34ed62aa629ff83312572467b5c77c9e9be2e812.tar.gz
upstream-34ed62aa629ff83312572467b5c77c9e9be2e812.tar.bz2
upstream-34ed62aa629ff83312572467b5c77c9e9be2e812.zip
mac80211: update to latest version, fix tx gain patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32655 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/846-brcmsmac-remove-some-unnessessacry-casts-and-void-po.patch')
-rw-r--r--package/mac80211/patches/846-brcmsmac-remove-some-unnessessacry-casts-and-void-po.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/mac80211/patches/846-brcmsmac-remove-some-unnessessacry-casts-and-void-po.patch b/package/mac80211/patches/846-brcmsmac-remove-some-unnessessacry-casts-and-void-po.patch
index 24c3e2356f..dacc2d230d 100644
--- a/package/mac80211/patches/846-brcmsmac-remove-some-unnessessacry-casts-and-void-po.patch
+++ b/package/mac80211/patches/846-brcmsmac-remove-some-unnessessacry-casts-and-void-po.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/brcm80211/brcmsmac/main.c
+++ b/drivers/net/wireless/brcm80211/brcmsmac/main.c
-@@ -4233,9 +4233,8 @@ static void brcms_c_radio_timer(void *ar
+@@ -4220,9 +4220,8 @@ static void brcms_c_radio_timer(void *ar
}
/* common low-level watchdog code */
@@ -11,7 +11,7 @@
struct brcms_hardware *wlc_hw = wlc->hw;
BCMMSG(wlc->wiphy, "wl%d\n", wlc_hw->unit);
-@@ -4256,10 +4255,8 @@ static void brcms_b_watchdog(void *arg)
+@@ -4243,10 +4242,8 @@ static void brcms_b_watchdog(void *arg)
}
/* common watchdog code */
@@ -23,7 +23,7 @@
BCMMSG(wlc->wiphy, "wl%d\n", wlc->pub->unit);
if (!wlc->pub->up)
-@@ -4299,7 +4296,9 @@ static void brcms_c_watchdog(void *arg)
+@@ -4286,7 +4283,9 @@ static void brcms_c_watchdog(void *arg)
static void brcms_c_watchdog_by_timer(void *arg)
{