Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/marvell/mwifiex/
H A D11n.h118 GETSUPP_TXBASTREAMS(adapter->hw_dot_11n_dev_cap); in mwifiex_space_avail_for_new_ba_stream()
H A Dcfg80211.c2893 if (ISSUPP_CHANWIDTH40(adapter->hw_dot_11n_dev_cap)) in mwifiex_setup_ht_caps()
2898 if (ISSUPP_SHORTGI20(adapter->hw_dot_11n_dev_cap)) in mwifiex_setup_ht_caps()
2903 if (ISSUPP_SHORTGI40(adapter->hw_dot_11n_dev_cap)) in mwifiex_setup_ht_caps()
2913 if (ISSUPP_TXSTBC(adapter->hw_dot_11n_dev_cap)) in mwifiex_setup_ht_caps()
2918 if (ISSUPP_GREENFIELD(adapter->hw_dot_11n_dev_cap)) in mwifiex_setup_ht_caps()
2923 if (ISENABLED_40MHZ_INTOLERANT(adapter->hw_dot_11n_dev_cap)) in mwifiex_setup_ht_caps()
2928 if (ISSUPP_RXLDPC(adapter->hw_dot_11n_dev_cap)) in mwifiex_setup_ht_caps()
2943 ISSUPP_CHANWIDTH40(adapter->hw_dot_11n_dev_cap)) in mwifiex_setup_ht_caps()
H A Dinit.c268 adapter->hw_dot_11n_dev_cap = 0; in mwifiex_init_adapter()
H A D11n.c60 if (ISSUPP_BEAMFORMING(priv->adapter->hw_dot_11n_dev_cap)) in mwifiex_fill_cap_info()
H A Dtdls.c217 if (ISSUPP_CHANWIDTH40(priv->adapter->hw_dot_11n_dev_cap) && in mwifiex_tdls_add_ht_oper()
H A Dcmdevt.c1672 adapter->hw_dot_11n_dev_cap = le32_to_cpu(hw_spec->dot_11n_dev_cap); in mwifiex_ret_get_hw_spec()
H A Dmain.h970 u32 hw_dot_11n_dev_cap; member