Home
last modified time | relevance | path

Searched refs:maxampdu (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dhtc_drv_main.c412 tsta.maxampdu = cpu_to_be16(0xffff); in ath9k_htc_add_monitor_interface()
479 u16 maxampdu; in ath9k_htc_add_station() local
496 maxampdu = 1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath9k_htc_add_station()
498 tsta.maxampdu = cpu_to_be16(maxampdu); in ath9k_htc_add_station()
502 tsta.maxampdu = cpu_to_be16(0xffff); in ath9k_htc_add_station()
Ddebug_sta.c47 an->maxampdu); in read_file_node_aggr()
Dhtc.h130 __be16 maxampdu; member
Dath9k.h266 u16 maxampdu; member
Dxmit.c790 if (tid->an->maxampdu) in ath_lookup_rate()
791 aggr_limit = min(aggr_limit, tid->an->maxampdu); in ath_lookup_rate()
1503 an->maxampdu = (1 << (IEEE80211_HT_MAX_AMPDU_FACTOR + in ath_tx_aggr_start()