diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-14 21:36:05 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-14 21:36:05 +0000 |
commit | 697d8300d06aca835e585eeca29bfed79f704723 (patch) | |
tree | 33246f60a2335f2d0a7a6c86dc975a447d376f5f /package/mac80211/patches/512-ath9k_channelbw_debugfs.patch | |
parent | 0ec23389f8d1ffe5e78d2b91f16a5b2d1202cabd (diff) | |
download | upstream-697d8300d06aca835e585eeca29bfed79f704723.tar.gz upstream-697d8300d06aca835e585eeca29bfed79f704723.tar.bz2 upstream-697d8300d06aca835e585eeca29bfed79f704723.zip |
ath9k: fix an invalid pointer access in the tx path
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32376 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/512-ath9k_channelbw_debugfs.patch')
-rw-r--r-- | package/mac80211/patches/512-ath9k_channelbw_debugfs.patch | 4 |
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; }; |