summaryrefslogtreecommitdiffstats
path: root/package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-14 21:36:05 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-14 21:36:05 +0000
commitfe94e174e523e335b88f7eaf7aa418ef9b3a3014 (patch)
tree69ee8590792d504e08c77efdb2a1668cfe6bb97c /package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
parentcf788fc7317c3e4a5bab17194c680ed5b0df39a7 (diff)
downloadmaster-31e0f0ae-fe94e174e523e335b88f7eaf7aa418ef9b3a3014.tar.gz
master-31e0f0ae-fe94e174e523e335b88f7eaf7aa418ef9b3a3014.tar.bz2
master-31e0f0ae-fe94e174e523e335b88f7eaf7aa418ef9b3a3014.zip
ath9k: fix an invalid pointer access in the tx path
SVN-Revision: 32376
Diffstat (limited to 'package/mac80211/patches/512-ath9k_channelbw_debugfs.patch')
-rw-r--r--package/mac80211/patches/512-ath9k_channelbw_debugfs.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/512-ath9k_channelbw_debugfs.patch b/package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
index 637fadaa19..6410a6e2b0 100644
--- a/package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
+++ b/package/mac80211/patches/512-ath9k_channelbw_debugfs.patch
@@ -1,6 +1,6 @@
--- a/drivers/net/wireless/ath/ath9k/ath9k.h
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h
-@@ -620,6 +620,7 @@ struct ath_softc {
+@@ -621,6 +621,7 @@ struct ath_softc {
struct ieee80211_hw *hw;
struct device *dev;
@@ -8,7 +8,7 @@
struct survey_info *cur_survey;
struct survey_info survey[ATH9K_NUM_CHANNELS];
-@@ -687,6 +688,7 @@ struct ath_softc {
+@@ -688,6 +689,7 @@ struct ath_softc {
struct dfs_pattern_detector *dfs_detector;
};