From: Luis R. Rodriguez Date: Wed, 11 Feb 2009 07:53:24 +0000 (-0800) Subject: Update compat.diff for master-2009-02-10 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=070bfbea2218592edf4ad2919eb2577ebaeea072;p=openwrt%2Fstaging%2Fblogic.git Update compat.diff for master-2009-02-10 Signed-off-by: Luis R. Rodriguez --- diff --git a/compat/compat.diff b/compat/compat.diff index 6d1bd4a7ffa8..4d96eec405c9 100644 --- a/compat/compat.diff +++ b/compat/compat.diff @@ -180,9 +180,9 @@ index a0c860f..9c6f214 100644 - zd_chip_control_leds(&mac->chip, LED_OFF); + zd_chip_control_leds(&mac->chip, LED_OFF_ZD); } ---- a/net/mac80211/rx.c 2009-02-04 00:21:05.000000000 -0800 -+++ b/net/mac80211/rx.c 2009-02-04 00:20:41.000000000 -0800 -@@ -771,12 +771,17 @@ +--- a/net/mac80211/rx.c 2009-02-10 23:51:58.000000000 -0800 ++++ b/net/mac80211/rx.c 2009-02-10 23:52:04.000000000 -0800 +@@ -804,12 +804,17 @@ /* Send all buffered frames to the station */ while ((skb = skb_dequeue(&sta->tx_filtered)) != NULL) { @@ -200,7 +200,7 @@ index a0c860f..9c6f214 100644 sent++; #ifdef CONFIG_MAC80211_VERBOSE_PS_DEBUG printk(KERN_DEBUG "%s: STA %pM aid %d send PS frame " -@@ -785,6 +790,9 @@ +@@ -818,6 +823,9 @@ #endif /* CONFIG_MAC80211_VERBOSE_PS_DEBUG */ skb->requeue = 1; dev_queue_xmit(skb);