Home
last modified time | relevance | path

Searched refs:IEEE80211_MAX_CHAINS (Results 1 – 7 of 7) sorted by relevance

/linux/net/mac80211/
H A Dsta_info.h434 s8 chain_signal_last[IEEE80211_MAX_CHAINS];
533 struct ewma_signal chain_signal[IEEE80211_MAX_CHAINS];
H A Drx.c377 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
735 for_each_set_bit(chain, &chains, IEEE80211_MAX_CHAINS) { in ieee80211_add_rx_radiotap_header()
/linux/include/net/
H A Dcfg80211.h2116 #define IEEE80211_MAX_CHAINS 4 macro
2178 s8 chain_signal[IEEE80211_MAX_CHAINS];
2179 s8 chain_signal_avg[IEEE80211_MAX_CHAINS];
2312 s8 chain_signal[IEEE80211_MAX_CHAINS];
2313 s8 chain_signal_avg[IEEE80211_MAX_CHAINS];
3099 s8 chain_signal[IEEE80211_MAX_CHAINS];
3185 s8 chain_signal[IEEE80211_MAX_CHAINS];
H A Dmac80211.h1699 s8 chain_signal[IEEE80211_MAX_CHAINS];
/linux/net/wireless/
H A Dscan.c1957 IEEE80211_MAX_CHAINS); in cfg80211_update_known_bss()
2304 IEEE80211_MAX_CHAINS); in cfg80211_inform_single_bss_data()
H A Dnl80211.c7305 for (i = 0; i < IEEE80211_MAX_CHAINS; i++) { in nl80211_put_signal()
/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt_rx.c1231 for (i = 0; i < IEEE80211_MAX_CHAINS ; i++) { in ath10k_htt_rx_h_signal()