move a few unmaintained packages from trunk to /packages
[openwrt/svn-archive/archive.git] / package / madwifi / patches / 325-channel_spam.patch
diff --git a/package/madwifi/patches/325-channel_spam.patch b/package/madwifi/patches/325-channel_spam.patch
deleted file mode 100644 (file)
index e34b7a4..0000000
+++ /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);