Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
Dxmit.c38 static u16 bits_per_symbol[][2] = { variable
778 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_compute_num_delims()
918 nsymbits = bits_per_symbol[rix % 8][width] * streams; in ath_pkt_duration()
939 bits = symbols * bits_per_symbol[mcs % 8][ht40] * streams; in ath_max_framelen()