Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dxmit.c23 #define HT_RC_2_STREAMS(_rc) ((((_rc) & 0x78) >> 3) + 1) macro
847 streams = HT_RC_2_STREAMS(rix); in ath_compute_num_delims()
1034 streams = HT_RC_2_STREAMS(rix); in ath_pkt_duration()
1052 int streams = HT_RC_2_STREAMS(mcs); in ath_max_framelen()