Changeset 2711 for branches/madwifi-ng-txpower/ath/if_athvar.h
- Timestamp:
- 09/17/07 18:34:10 (5 years ago)
- Files:
-
- branches/madwifi-ng-txpower/ath/if_athvar.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/madwifi-ng-txpower/ath/if_athvar.h
r2648 r2711 290 290 291 291 #define A_MAX(a,b) ((a) > (b) ? (a) : (b)) 292 #define A_MIN(a,b) ((a) < (b) ? (a) : (b)) 292 293 293 294 /* … … 587 588 HAL_OPMODE sc_opmode; /* current hal operating mode */ 588 589 enum ieee80211_phymode sc_curmode; /* current phy mode */ 589 u_int16_t sc_curtxpow; /* current tx power limit */590 590 u_int16_t sc_curaid; /* current association id */ 591 591 HAL_CHANNEL sc_curchan; /* current h/w channel */
