Home
last modified time | relevance | path

Searched refs:maxampdu (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H A Ddebug_sta.c46 an->maxampdu); in read_file_node_aggr()
H A Dhtc_drv_main.c409 tsta.maxampdu = cpu_to_be16(0xffff); in ath9k_htc_add_monitor_interface()
476 u16 maxampdu; in ath9k_htc_add_station() local
493 maxampdu = 1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath9k_htc_add_station()
495 tsta.maxampdu = cpu_to_be16(maxampdu); in ath9k_htc_add_station()
499 tsta.maxampdu = cpu_to_be16(0xffff); in ath9k_htc_add_station()
H A Dhtc.h130 __be16 maxampdu; member
H A Dath9k.h257 u16 maxampdu; member
H A Dxmit.c813 if (tid->an->maxampdu) in ath_lookup_rate()
814 aggr_limit = min(aggr_limit, tid->an->maxampdu); in ath_lookup_rate()
1537 an->maxampdu = (1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath_tx_aggr_start()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H A Ddebug_sta.c46 an->maxampdu); in read_file_node_aggr()
H A Dhtc_drv_main.c409 tsta.maxampdu = cpu_to_be16(0xffff); in ath9k_htc_add_monitor_interface()
476 u16 maxampdu; in ath9k_htc_add_station() local
493 maxampdu = 1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath9k_htc_add_station()
495 tsta.maxampdu = cpu_to_be16(maxampdu); in ath9k_htc_add_station()
499 tsta.maxampdu = cpu_to_be16(0xffff); in ath9k_htc_add_station()
H A Dhtc.h130 __be16 maxampdu; member
H A Dath9k.h258 u16 maxampdu; member
H A Dxmit.c862 if (tid->an->maxampdu) in ath_lookup_rate()
863 aggr_limit = min(aggr_limit, tid->an->maxampdu); in ath_lookup_rate()
1598 an->maxampdu = (1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath_tx_aggr_start()

Completed in 22 milliseconds