Searched defs:rfilt (Results 1 - 6 of 6) sorted by relevance

/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c375 u32 mfilt[2], rfilt; local
390 rfilt = (ath5k_hw_get_rx_filter(ah) & (AR5K_RX_FILTER_PHYERR)) |
402 rfilt |= AR5K_RX_FILTER_PROM;
412 rfilt |= AR5K_RX_FILTER_PHYERR;
417 rfilt |= AR5K_RX_FILTER_BEACON;
425 rfilt |= AR5K_RX_FILTER_CONTROL;
433 rfilt |= AR5K_RX_FILTER_CONTROL |
440 rfilt |= AR5K_RX_FILTER_PROBEREQ |
445 rfilt |= AR5K_RX_FILTER_BEACON;
462 rfilt |
[all...]
H A Dbase.c492 u32 rfilt; local
537 rfilt = ah->filter_flags;
538 ath5k_hw_set_rx_filter(ah, rfilt);
539 ATH5K_DBG(ah, ATH5K_DEBUG_MODE, "RX filter 0x%x\n", rfilt);
3032 u32 rfilt; local
3033 rfilt = ath5k_hw_get_rx_filter(ah);
3035 rfilt |= AR5K_RX_FILTER_BEACON;
3037 rfilt &= ~AR5K_RX_FILTER_BEACON;
3038 ath5k_hw_set_rx_filter(ah, rfilt);
3039 ah->filter_flags = rfilt;
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c853 u32 rfilt; local
855 rfilt = (ath9k_hw_getrxfilter(ah) & RX_FILTER_PRESERVE)
860 rfilt |= ATH9K_RX_FILTER_PROBEREQ;
870 rfilt |= ATH9K_RX_FILTER_PROM;
873 rfilt |= ATH9K_RX_FILTER_CONTROL;
878 rfilt |= ATH9K_RX_FILTER_MYBEACON;
880 rfilt |= ATH9K_RX_FILTER_BEACON;
883 rfilt |= ATH9K_RX_FILTER_COMP_BAR;
884 rfilt |= ATH9K_RX_FILTER_UNCOMP_BA_BAR;
888 rfilt |
904 u32 rfilt, mfilt[2]; local
[all...]
H A Dhtc_drv_main.c1282 u32 rfilt; local
1297 rfilt = ath9k_htc_calcrxfilter(priv);
1298 ath9k_hw_setrxfilter(priv->ah, rfilt);
1301 rfilt);
H A Drecv.c122 u32 rfilt, mfilt[2]; local
125 rfilt = ath_calcrxfilter(sc);
126 ath9k_hw_setrxfilter(ah, rfilt);
430 u32 rfilt; local
432 rfilt = ATH9K_RX_FILTER_UCAST | ATH9K_RX_FILTER_BCAST
436 rfilt |= ATH9K_RX_FILTER_PROBEREQ;
444 rfilt |= ATH9K_RX_FILTER_PROM;
447 rfilt |= ATH9K_RX_FILTER_CONTROL;
452 rfilt |= ATH9K_RX_FILTER_MYBEACON;
454 rfilt |
[all...]
H A Dmain.c1691 u32 rfilt; local
1698 rfilt = ath_calcrxfilter(sc);
1699 ath9k_hw_setrxfilter(sc->sc_ah, rfilt);
1703 rfilt);

Completed in 91 milliseconds