aboutsummaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/572-ath9k_tx_last_beacon.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-05-28 16:45:17 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-05-28 16:45:17 +0000
commitc4509d34ea9afc5e373c353c48ccdf327f58217e (patch)
treef6bde560eb2f11d345474de359050874c39a374e /package/mac80211/patches/572-ath9k_tx_last_beacon.patch
parentfe2df7efd1d06f7a2049ab5fe06e0c17244833af (diff)
downloadupstream-c4509d34ea9afc5e373c353c48ccdf327f58217e.tar.gz
upstream-c4509d34ea9afc5e373c353c48ccdf327f58217e.tar.bz2
upstream-c4509d34ea9afc5e373c353c48ccdf327f58217e.zip
ath9k: merge a few bugfixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27025 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/572-ath9k_tx_last_beacon.patch')
-rw-r--r--package/mac80211/patches/572-ath9k_tx_last_beacon.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/572-ath9k_tx_last_beacon.patch b/package/mac80211/patches/572-ath9k_tx_last_beacon.patch
index f8aad94b79..8b2950d654 100644
--- a/package/mac80211/patches/572-ath9k_tx_last_beacon.patch
+++ b/package/mac80211/patches/572-ath9k_tx_last_beacon.patch
@@ -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;
}
@@ -103,7 +103,7 @@
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,