mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
linux: update to linux-3.2.17
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bd7abb5082
commit
eaefd9bd8b
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="linux"
|
||||
PKG_VERSION="3.2.16"
|
||||
PKG_VERSION="3.2.17"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -0,0 +1,12 @@
|
||||
diff -Naur linux-3.2.17/drivers/net/wireless/brcm80211/brcmsmac/main.c linux-3.2.17.patch/drivers/net/wireless/brcm80211/brcmsmac/main.c
|
||||
--- linux-3.2.17/drivers/net/wireless/brcm80211/brcmsmac/main.c 2012-05-11 14:15:38.000000000 +0200
|
||||
+++ linux-3.2.17.patch/drivers/net/wireless/brcm80211/brcmsmac/main.c 2012-05-15 10:39:19.751263956 +0200
|
||||
@@ -7879,7 +7879,7 @@
|
||||
if (wlc->hw->suspended_fifos) {
|
||||
hdr = (struct ieee80211_hdr *)p->data;
|
||||
if (ieee80211_is_beacon(hdr->frame_control))
|
||||
- brcms_b_mute(wlc->hw, false);
|
||||
+ brcms_b_mute(wlc->hw, false, 0);
|
||||
}
|
||||
|
||||
memcpy(IEEE80211_SKB_RXCB(p), &rx_status, sizeof(rx_status));
|
Loading…
x
Reference in New Issue
Block a user