Searched refs:ISSUPP_RXSTBC (Results 1 – 5 of 5) sorted by relevance
1361 if (ISSUPP_RXSTBC(usr_dot_11n_dev_cap)) in wlan_fill_cap_info()1436 if (!ISSUPP_RXSTBC(usr_dot_11n_dev_cap)) in wlan_reset_cap_info()1612 (ISSUPP_RXSTBC(cap) ? "supported" : "not supported")); in wlan_show_dot11ndevcap()
568 #define ISSUPP_RXSTBC(Dot11nDevCap) (Dot11nDevCap & MBIT(26)) macro
1364 if (ISSUPP_RXSTBC(usr_dot_11n_dev_cap)) in wlan_fill_cap_info()1446 if (!ISSUPP_RXSTBC(usr_dot_11n_dev_cap)) in wlan_reset_cap_info()1660 (ISSUPP_RXSTBC(cap) ? "supported" : "not supported")); in wlan_show_dot11ndevcap()
656 #define ISSUPP_RXSTBC(Dot11nDevCap) (Dot11nDevCap & MBIT(26)) macro
280 #define ISSUPP_RXSTBC(Dot11nDevCap) (Dot11nDevCap & BIT(26)) macro