Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/morsemicro/mm81x/
H A Dmac.c426 int tx_bw_mhz) in mm81x_beacon_h_fill_tx_info() argument
429 mm81x_ratecode_bw_mhz_to_bw_index(tx_bw_mhz); in mm81x_beacon_h_fill_tx_info()
1212 int tx_bw_mhz, struct ieee80211_sta *sta) in mm81x_tx_h_fill_info() argument
1228 mm81x_rc_sta_fill_tx_rates(mors, tx_info, skb, sta, tx_bw_mhz, in mm81x_tx_h_fill_info()
1296 int tx_bw_mhz = cfg80211_chandef_get_width(&mors->chandef); in mm81x_mac_ops_tx() local
1307 tx_bw_mhz = min(max_tx_bw, tx_bw_mhz); in mm81x_mac_ops_tx()
1310 tx_bw_mhz = cfg80211_chandef_s1g_pri_width(&mors->chandef); in mm81x_mac_ops_tx()
1312 tx_bw_mhz = min(tx_bw_mhz, sta_max_bw_mhz); in mm81x_mac_ops_tx()
1314 tx_bw_mhz = 1; in mm81x_mac_ops_tx()
1316 mm81x_tx_h_fill_info(mors, &tx_info, skb, vif, tx_bw_mhz, sta); in mm81x_mac_ops_tx()