Changeset 61

Show
Ignore:
Timestamp:
03/15/03 19:32:57 (6 years ago)
Author:
sam
Message:

Replicated Change 116 by sam@borg_greg on 2003/03/10 11:55:46<<<

correct ath_hal_qbeacon to specify the opmode

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cvs-import/trunk/driver/if_athvar.h

    r54 r61  
    181181#define ath_hal_waitforbeacon(_ah, _bf) \ 
    182182        ((*(_ah)->ah_waitForBeaconDone)((_ah), (_bf)->bf_daddr)) 
    183 #define ath_hal_qbeacon(_ah, _bf) \ 
    184         ((*(_ah)->ah_queueBeaconAndCab)((_ah), (_bf)->bf_daddr, 0)) 
     183#define ath_hal_qbeacon(_ah, _mode, _bf) \ 
     184        ((*(_ah)->ah_queueBeaconAndCab)((_ah), (_mode), (_bf)->bf_daddr, 0)) 
    185185#define ath_hal_putrxbuf(_ah, _bufaddr) \ 
    186186        ((*(_ah)->ah_setRxDP)((_ah), (_bufaddr)))