Update compat.diff for master-2009-02-10
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 11 Feb 2009 07:53:24 +0000 (23:53 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Wed, 11 Feb 2009 07:53:24 +0000 (23:53 -0800)
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
compat/compat.diff

index 6d1bd4a7ffa851271ac64bd7264e6630c5da21cc..4d96eec405c9ba13c71df680d1509cd1c3e797bd 100644 (file)
@@ -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);