Show
Ignore:
Timestamp:
09/17/07 18:34:10 (5 years ago)
Author:
mentor
Message:

The aforementioned patch. It currently does no work, and I can no longer remember where I was going with it. I think I needed to add some logic for fiddling TX power on channel change at least.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/madwifi-ng-txpower/ath/if_athvar.h

    r2648 r2711  
    290290 
    291291#define A_MAX(a,b) ((a) > (b) ? (a) : (b)) 
     292#define A_MIN(a,b) ((a) < (b) ? (a) : (b)) 
    292293 
    293294/* 
     
    587588        HAL_OPMODE sc_opmode;                   /* current hal operating mode */ 
    588589        enum ieee80211_phymode sc_curmode;      /* current phy mode */ 
    589         u_int16_t sc_curtxpow;                  /* current tx power limit */ 
    590590        u_int16_t sc_curaid;                    /* current association id */ 
    591591        HAL_CHANNEL sc_curchan;                 /* current h/w channel */