ath9k: merge a few bugfixes
[openwrt/svn-archive/archive.git] / package / mac80211 / patches / 572-ath9k_tx_last_beacon.patch
index f8aad94b7950bad7d6471fe0b43782de50389fe0..8b2950d654138a53fed3e1995dacd8e37d159f30 100644 (file)
@@ -54,7 +54,7 @@
  
 --- a/drivers/net/wireless/ath/ath9k/main.c
 +++ b/drivers/net/wireless/ath/ath9k/main.c
-@@ -2314,6 +2314,48 @@ static bool ath9k_tx_frames_pending(stru
+@@ -2316,6 +2316,48 @@ static bool ath9k_tx_frames_pending(stru
        return false;
  }
  
  struct ieee80211_ops ath9k_ops = {
        .tx                 = ath9k_tx,
        .start              = ath9k_start,
-@@ -2338,4 +2380,5 @@ struct ieee80211_ops ath9k_ops = {
+@@ -2340,4 +2382,5 @@ struct ieee80211_ops ath9k_ops = {
        .set_coverage_class = ath9k_set_coverage_class,
        .flush              = ath9k_flush,
        .tx_frames_pending  = ath9k_tx_frames_pending,