Searched refs:ss_short_report (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_spectral.c116 if (ss->ss_short_report == AH_TRUE) {
118 } else if (ss->ss_short_report != HAL_SPECTRAL_PARAM_NOVAL) {
133 if (ss->ss_short_report == AH_TRUE) {
135 } else if (ss->ss_short_report != HAL_SPECTRAL_PARAM_NOVAL) {
163 ss->ss_short_report = MS(val, AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT);
166 ss->ss_short_report = MS(val, AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT_KIWI);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/contrib/ath_hal/ar9300/
H A Dar9300_spectral.c327 HALDEBUG(ah, HAL_DEBUG_SPECTRAL, "ss_short_report=%d\n", ss->ss_short_report);
378 if (ss->ss_short_report != HAL_SPECTRAL_PARAM_NOVAL) {
379 if (ss->ss_short_report == AH_TRUE) {
434 ss->ss_short_report = (val & AR_PHY_SPECTRAL_SCAN_SHORT_REPEAT) ? 1:0;
442 HALDEBUG(ah, HAL_DEBUG_SPECTRAL, "ss_short_report=%d\n", ss->ss_short_report);
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/
H A Dah.h1033 u_int16_t ss_short_report;/* Set to report ony 1 set of FFT results */ member in struct:__anon78

Completed in 46 milliseconds