cryptomgr needs pcomp and hash loaded in 2.6.30
[openwrt.git] / package / madwifi / patches / 325-channel_spam.patch
index b4b3004..a4b9463 100644 (file)
@@ -1,8 +1,6 @@
-Index: madwifi-trunk-r3280/ath/if_ath.c
-===================================================================
---- madwifi-trunk-r3280.orig/ath/if_ath.c      2008-01-28 19:00:13.666420256 +0100
-+++ madwifi-trunk-r3280/ath/if_ath.c   2008-01-28 19:01:05.093350913 +0100
-@@ -9701,7 +9701,9 @@
+--- 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.
         */
@@ -12,7 +10,7 @@ Index: madwifi-trunk-r3280/ath/if_ath.c
        for (i = 0; i < nchan; i++) {
                HAL_CHANNEL *c = &chans[i];
                struct ieee80211_channel *ichan = &ic->ic_channels[i];
-@@ -9728,6 +9730,7 @@
+@@ -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;
  
@@ -20,7 +18,7 @@ Index: madwifi-trunk-r3280/ath/if_ath.c
                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",
-@@ -9816,6 +9819,7 @@
+@@ -9907,6 +9910,7 @@ ath_getchannels(struct net_device *dev, 
                                (c->privFlags & 0x0080 ? 
                                 " PF & (1 << 7)" : "")
                                );
This page took 0.020744 seconds and 4 git commands to generate.