diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-03-01 15:13:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-03-01 15:13:33 +0000 |
commit | 0d692e26bc4bd50eb025fa747cb6611927247748 (patch) | |
tree | 25424d525d9d8b31a691abfef0ed2db65968ba94 /package/mac80211/patches/560-ath9k_extra_leds.patch | |
parent | 38cf7e3dd019146a1876a81898efbeec369e3165 (diff) | |
download | master-187ad058-0d692e26bc4bd50eb025fa747cb6611927247748.tar.gz master-187ad058-0d692e26bc4bd50eb025fa747cb6611927247748.tar.bz2 master-187ad058-0d692e26bc4bd50eb025fa747cb6611927247748.zip |
ath9k: disable MAC sample debugging, it is almost never used and wastes precious CPU cycles
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30764 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mac80211/patches/560-ath9k_extra_leds.patch')
-rw-r--r-- | package/mac80211/patches/560-ath9k_extra_leds.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/mac80211/patches/560-ath9k_extra_leds.patch b/package/mac80211/patches/560-ath9k_extra_leds.patch index ed749ed13c..0557ec322d 100644 --- a/package/mac80211/patches/560-ath9k_extra_leds.patch +++ b/package/mac80211/patches/560-ath9k_extra_leds.patch @@ -171,7 +171,7 @@ --- a/drivers/net/wireless/ath/ath9k/init.c +++ b/drivers/net/wireless/ath/ath9k/init.c -@@ -757,7 +757,7 @@ int ath9k_init_device(u16 devid, struct +@@ -759,7 +759,7 @@ int ath9k_init_device(u16 devid, struct #ifdef CONFIG_MAC80211_LEDS /* must be initialized before ieee80211_register_hw */ @@ -182,9 +182,9 @@ #endif --- a/drivers/net/wireless/ath/ath9k/debug.c +++ b/drivers/net/wireless/ath/ath9k/debug.c -@@ -1247,6 +1247,61 @@ static const struct file_operations fops - .llseek = default_llseek, - }; +@@ -1254,6 +1254,61 @@ static const struct file_operations fops + + #ifdef CONFIG_ATH9K_MAC_DEBUG +#ifdef CONFIG_MAC80211_LEDS + @@ -244,9 +244,9 @@ void ath9k_debug_samp_bb_mac(struct ath_softc *sc) { #define ATH_SAMP_DBG(c) (sc->debug.bb_mac_samp[sc->debug.sampidx].c) -@@ -1671,6 +1726,11 @@ int ath9k_init_debug(struct ath_hw *ah) - debugfs_create_file("samples", S_IRUSR, sc->debug.debugfs_phy, sc, +@@ -1681,6 +1736,11 @@ int ath9k_init_debug(struct ath_hw *ah) &fops_samps); + #endif +#ifdef CONFIG_MAC80211_LEDS + debugfs_create_file("gpio_led", S_IWUSR, |