Searched refs:ath_max_framelen (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/net/wireless/ath/ath9k/
H A Dxmit.c1140 static int ath_max_framelen(int usec, int mcs, bool ht40, bool sgi) function
1171 cur_ht20[mcs] = ath_max_framelen(txop, mcs, false, false);
1172 cur_ht20_sgi[mcs] = ath_max_framelen(txop, mcs, false, true);
1173 cur_ht40[mcs] = ath_max_framelen(txop, mcs, true, false);
1174 cur_ht40_sgi[mcs] = ath_max_framelen(txop, mcs, true, true);

Completed in 179 milliseconds