Searched refs:INIT_RSSI_THR (Results 1 – 7 of 7) sorted by relevance
82 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to max valu… macro
213 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5210Attach()
51 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
231 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5211Attach()
45 #define INIT_RSSI_THR 0x00000781 /* Missed beacon counter initialized to 0x7 (max is 0xff) */ macro
252 ahp->ah_rssiThr = INIT_RSSI_THR; in ar5212InitState()
129 rssiThrReg = INIT_RSSI_THR; in ar5416Reset()