HomeSort by: relevance | last modified time | path
    Searched refs:INIT_RSSI_THR (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/isc/atheros_hal/dist/ar5210/
ar5210_attach.c 217 ahp->ah_rssiThr = INIT_RSSI_THR;
ar5210.h 82 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to max value of 7 */
  /src/sys/external/isc/atheros_hal/dist/ar5211/
ar5211.h 51 #define INIT_RSSI_THR 0x00000700 /* Missed beacon counter initialized to 0x7 (max is 0xff) */
ar5211_attach.c 234 ahp->ah_rssiThr = INIT_RSSI_THR;
  /src/sys/external/isc/atheros_hal/dist/ar5212/
ar5212.h 45 #define INIT_RSSI_THR 0x00000781 /* Missed beacon counter initialized to 0x7 (max is 0xff) */
ar5212_attach.c 246 ahp->ah_rssiThr = INIT_RSSI_THR;
  /src/sys/external/isc/atheros_hal/dist/ar5416/
ar5416_reset.c 170 rssiThrReg = INIT_RSSI_THR;

Completed in 34 milliseconds