add tpc change from #1949
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Jul 2007 19:17:32 +0000 (19:17 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 12 Jul 2007 19:17:32 +0000 (19:17 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7947 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/madwifi/patches/125-tpc_PR_1435.patch

index 5ecb9c65505f4b90b78fff9a418ac60a269d0d15..17072f79527de53b4364a9e00f9a8497c9c0c183 100644 (file)
@@ -1,7 +1,7 @@
 Index: madwifi-ng-r2568-20070710/ath/if_ath.c
 ===================================================================
---- madwifi-ng-r2568-20070710.orig/ath/if_ath.c        2007-07-11 22:59:42.904293522 +0200
-+++ madwifi-ng-r2568-20070710/ath/if_ath.c     2007-07-11 22:59:44.052358947 +0200
+--- madwifi-ng-r2568-20070710.orig/ath/if_ath.c        2007-07-12 21:15:09.998476392 +0200
++++ madwifi-ng-r2568-20070710/ath/if_ath.c     2007-07-12 21:15:23.995274023 +0200
 @@ -273,9 +273,7 @@
  static char *autocreate = NULL;
  static char *ratectl = DEF_RATE_CTL;
@@ -85,3 +85,15 @@ Index: madwifi-ng-r2568-20070710/ath/if_ath.c
  }
  
  
+Index: madwifi-ng-r2568-20070710/net80211/ieee80211_wireless.c
+===================================================================
+--- madwifi-ng-r2568-20070710.orig/net80211/ieee80211_wireless.c       2007-07-12 21:15:44.080418612 +0200
++++ madwifi-ng-r2568-20070710/net80211/ieee80211_wireless.c    2007-07-12 21:16:19.034410527 +0200
+@@ -1403,6 +1403,7 @@
+       } else {
+               if (!fixed)             /* no change */
+                       return 0;
++              ic->ic_newtxpowlimit = IEEE80211_TXPOWER_MAX;
+               ic->ic_flags &= ~IEEE80211_F_TXPOW_FIXED;
+       }
+ done: