Changeset 2319
- Timestamp:
- 05/09/07 10:27:05 (2 years ago)
- Files:
-
- trunk/ath/if_ath.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ath/if_ath.c
r2314 r2319 8708 8708 ath_hal_settxpowlimit(ah, ic->ic_newtxpowlimit); 8709 8709 #else 8710 if (ic->ic_newtxpowlimit != ic->ic_txpowlimit)8710 if (ic->ic_newtxpowlimit != txpowlimit) 8711 8711 ath_hal_settxpowlimit(ah, ic->ic_newtxpowlimit); 8712 8712 #endif
