Searched refs:tx_htinfo (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/wireless/mwifiex/
H A Dcfg80211.c1191 mwifiex_parse_htinfo(struct mwifiex_private *priv, u8 tx_htinfo, mwifiex_parse_htinfo() argument
1198 if (tx_htinfo & BIT(0)) { mwifiex_parse_htinfo()
1203 if (tx_htinfo & BIT(1)) { mwifiex_parse_htinfo()
1209 if (tx_htinfo & (BIT(1) | BIT(0))) { mwifiex_parse_htinfo()
1211 switch (tx_htinfo & (BIT(3) | BIT(2))) { mwifiex_parse_htinfo()
1226 if (tx_htinfo & BIT(4)) mwifiex_parse_htinfo()
1236 * Bit 0 in tx_htinfo indicates that current Tx rate mwifiex_parse_htinfo()
1239 if ((tx_htinfo & BIT(0)) && (priv->tx_rate < 16)) { mwifiex_parse_htinfo()
1243 if (tx_htinfo & BIT(1)) mwifiex_parse_htinfo()
1245 if (tx_htinfo & BIT(2)) mwifiex_parse_htinfo()
1317 mwifiex_parse_htinfo(priv, priv->tx_htinfo, &sinfo->txrate); mwifiex_dump_station_info()
H A Dioctl.h303 u16 tx_htinfo; member in struct:mwifiex_ds_11n_tx_cfg
H A Dsta_cmdresp.c542 priv->tx_htinfo = resp->params.tx_rate.ht_info; mwifiex_ret_802_11_tx_rate_query()
546 priv->tx_htinfo); mwifiex_ret_802_11_tx_rate_query()
H A D11n.c292 htcfg->ht_tx_info = cpu_to_le16(txcfg->tx_htinfo); mwifiex_cmd_11n_cfg()
H A Dsta_ioctl.c620 priv->tx_htinfo); mwifiex_drv_get_data_rate()
H A Dmain.h535 u8 tx_htinfo; member in struct:mwifiex_private

Completed in 135 milliseconds