]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
delete queue-2.6.32/ath9k-configure-the-beacon-only-if-the-sta-is-associated.patch
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 30 Mar 2010 19:56:22 +0000 (12:56 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 30 Mar 2010 19:56:22 +0000 (12:56 -0700)
it breaks the build

queue-2.6.32/ath9k-configure-the-beacon-only-if-the-sta-is-associated.patch [deleted file]
queue-2.6.32/series

diff --git a/queue-2.6.32/ath9k-configure-the-beacon-only-if-the-sta-is-associated.patch b/queue-2.6.32/ath9k-configure-the-beacon-only-if-the-sta-is-associated.patch
deleted file mode 100644 (file)
index 637a6de..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-From ec3a9974892956aec86a4065bf6e48bc2cd92d04 Mon Sep 17 00:00:00 2001
-From: Senthil Balasubramanian <senthilkumar@atheros.com>
-Date: Wed, 3 Feb 2010 22:50:18 +0530
-Subject: ath9k: configure the beacon only if the STA is associated
-
-From: Senthil Balasubramanian <senthilkumar@atheros.com>
-
-commit 1a20034a73a40b8056731f9db0c535cec2961eb7 upstream.
-
-beacons configuration SHOULD be done only if the STA is associated.
-
-Signed-off-by: Senthil Balasubramanian <senthilkumar@atheros.com>
-Signed-off-by: John W. Linville <linville@tuxdriver.com>
-Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
-Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-
----
- drivers/net/wireless/ath/ath9k/beacon.c |    7 +++++++
- 1 file changed, 7 insertions(+)
-
---- a/drivers/net/wireless/ath/ath9k/beacon.c
-+++ b/drivers/net/wireless/ath/ath9k/beacon.c
-@@ -559,6 +559,13 @@ static void ath_beacon_config_sta(struct
-       u64 tsf;
-       int num_beacons, offset, dtim_dec_count, cfp_dec_count;
-+      /* No need to configure beacon if we are not associated */
-+      if (!common->curaid) {
-+              ath_print(common, ATH_DBG_BEACON,
-+                       "STA is not yet associated..skipping beacon config\n");
-+              return;
-+      }
-+
-       memset(&bs, 0, sizeof(bs));
-       intval = conf->beacon_interval & ATH9K_BEACON_PERIOD;
index 88bb6a49941bbdc87ed9b9326a0063fd87636ba6..172c712ba4b26e32aecc959574abc0567745ab4b 100644 (file)
@@ -100,7 +100,6 @@ alsa-ac97-add-toshiba-p500-to-ac97-jack-sense-blacklist.patch
 alsa-ac97-add-ibm-thinkpad-r40e-to-headphone-line-jack-sense-blacklist.patch
 alsa-hda-use-alc260_will-quirk-for-another-acer-model-0x1025007f.patch
 ath9k-enable-tim-timer-interrupt-only-when-needed.patch
-ath9k-configure-the-beacon-only-if-the-sta-is-associated.patch
 mac80211-retry-null-data-frame-for-power-save.patch
 ath9k-enable-ieee80211_hw_reports_tx_ack_status-flag-for-ath9k.patch
 mac80211-reset-dynamic-ps-timer-in-rx-path.patch