diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-10 12:59:36 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-03-10 12:59:36 +0000 |
commit | 7dff84b6703a69fb6585052ee0e27cf794d3d8b5 (patch) | |
tree | d94c676a0f89e03d761705bb03435d6eaed0438a /package/mac80211/patches/500-ath9k_eeprom_debugfs.patch | |
parent | 1812fe63b223bfcc286778ceb51d0af615df4858 (diff) | |
download | upstream-7dff84b6703a69fb6585052ee0e27cf794d3d8b5.tar.gz upstream-7dff84b6703a69fb6585052ee0e27cf794d3d8b5.tar.bz2 upstream-7dff84b6703a69fb6585052ee0e27cf794d3d8b5.zip |
mac80211: more patch reorganization, merge an upstream performance optimization patch
SVN-Revision: 30865
Diffstat (limited to 'package/mac80211/patches/500-ath9k_eeprom_debugfs.patch')
-rw-r--r-- | package/mac80211/patches/500-ath9k_eeprom_debugfs.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mac80211/patches/500-ath9k_eeprom_debugfs.patch b/package/mac80211/patches/500-ath9k_eeprom_debugfs.patch index cbece0b41d..83b3695f30 100644 --- a/package/mac80211/patches/500-ath9k_eeprom_debugfs.patch +++ b/package/mac80211/patches/500-ath9k_eeprom_debugfs.patch @@ -1,6 +1,6 @@ --- a/drivers/net/wireless/ath/ath9k/debug.c +++ b/drivers/net/wireless/ath/ath9k/debug.c -@@ -1560,6 +1560,53 @@ static const struct file_operations fops +@@ -1529,6 +1529,53 @@ static const struct file_operations fops #endif @@ -54,7 +54,7 @@ int ath9k_init_debug(struct ath_hw *ah) { struct ath_common *common = ath9k_hw_common(ah); -@@ -1623,5 +1670,8 @@ int ath9k_init_debug(struct ath_hw *ah) +@@ -1592,5 +1639,8 @@ int ath9k_init_debug(struct ath_hw *ah) debugfs_create_u32("gpio_val", S_IRUSR | S_IWUSR, sc->debug.debugfs_phy, &sc->sc_ah->gpio_val); |