Searched refs:NET80211_PHY_USE_SHORT_PREAMBLE (Results 1 – 3 of 3) sorted by relevance
482 if ( dev->phy_flags & NET80211_PHY_USE_SHORT_PREAMBLE ) in net80211_duration()1029 dev->phy_flags &= ~( NET80211_PHY_USE_SHORT_PREAMBLE | in net80211_process_capab()1033 dev->phy_flags |= NET80211_PHY_USE_SHORT_PREAMBLE; in net80211_process_capab()1127 NET80211_PHY_USE_SHORT_PREAMBLE ); in net80211_process_ie()1131 dev->phy_flags |= NET80211_PHY_USE_SHORT_PREAMBLE; in net80211_process_ie()1189 dev->phy_flags &= ~NET80211_PHY_USE_SHORT_PREAMBLE; in net80211_process_ie()
260 #define NET80211_PHY_USE_SHORT_PREAMBLE (1 << 2) macro
1633 if (dev->phy_flags & NET80211_PHY_USE_SHORT_PREAMBLE) in ath5k_config()