Searched refs:ISSUPP_RXLDPC (Results 1 – 6 of 6) sorted by relevance
1379 if (ISSUPP_RXLDPC(usr_dot_11n_dev_cap)) in wlan_fill_cap_info()1450 if (!ISSUPP_RXLDPC(usr_dot_11n_dev_cap)) in wlan_reset_cap_info()1620 (ISSUPP_RXLDPC(cap) ? "supported" : "not supported")); in wlan_show_dot11ndevcap()
578 #define ISSUPP_RXLDPC(Dot11nDevCap) (Dot11nDevCap & MBIT(22)) macro
1382 if (ISSUPP_RXLDPC(usr_dot_11n_dev_cap)) in wlan_fill_cap_info()1460 if (!ISSUPP_RXLDPC(usr_dot_11n_dev_cap)) in wlan_reset_cap_info()1668 (ISSUPP_RXLDPC(cap) ? "supported" : "not supported")); in wlan_show_dot11ndevcap()
666 #define ISSUPP_RXLDPC(Dot11nDevCap) (Dot11nDevCap & MBIT(22)) macro
283 #define ISSUPP_RXLDPC(Dot11nDevCap) (Dot11nDevCap & BIT(22)) macro
2844 if (ISSUPP_RXLDPC(adapter->hw_dot_11n_dev_cap)) in mwifiex_setup_ht_caps()