diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-10-07 12:50:15 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-10-07 12:50:15 +0000 |
commit | fafaa38ae55cab486f2b929a131fe433ce180224 (patch) | |
tree | 25d7e19e357623b44714e2052228a7e05eb3ade7 /package/madwifi/patches/325-channel_spam.patch | |
parent | 6f752c725a5b592dff8c17f0fe4e905de22b8112 (diff) | |
download | upstream-fafaa38ae55cab486f2b929a131fe433ce180224.tar.gz upstream-fafaa38ae55cab486f2b929a131fe433ce180224.tar.bz2 upstream-fafaa38ae55cab486f2b929a131fe433ce180224.zip |
move a few unmaintained packages from trunk to /packages
SVN-Revision: 33634
Diffstat (limited to 'package/madwifi/patches/325-channel_spam.patch')
-rw-r--r-- | package/madwifi/patches/325-channel_spam.patch | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/package/madwifi/patches/325-channel_spam.patch b/package/madwifi/patches/325-channel_spam.patch deleted file mode 100644 index e34b7a4092..0000000000 --- a/package/madwifi/patches/325-channel_spam.patch +++ /dev/null @@ -1,28 +0,0 @@ ---- a/ath/if_ath.c -+++ b/ath/if_ath.c -@@ -9792,7 +9792,9 @@ ath_getchannels(struct net_device *dev, - /* - * Convert HAL channels to ieee80211 ones. - */ -+#ifdef AR_DEBUG - IPRINTF(sc, "HAL returned %d channels.\n", nchan); -+#endif - for (i = 0; i < nchan; i++) { - HAL_CHANNEL *c = &chans[i]; - struct ieee80211_channel *ichan = &ic->ic_channels[i]; -@@ -9819,6 +9821,7 @@ ath_getchannels(struct net_device *dev, - ic->ic_chan_non_occupy[i].tv_sec = 0; - ic->ic_chan_non_occupy[i].tv_usec = 0; - -+#ifdef AR_DEBUG - IPRINTF(sc, "Channel %3d (%4d MHz) Max Tx Power %d dBm%s " - "[%d hw %d reg] Flags%s%s%s%s%s%s%s%s%s%s%s%s%" - "s%s%s%s%s%s%s%s%s%s%s%s\n", -@@ -9907,6 +9910,7 @@ ath_getchannels(struct net_device *dev, - (c->privFlags & 0x0080 ? - " PF & (1 << 7)" : "") - ); -+#endif - } - ic->ic_nchans = nchan; - kfree(chans); |