IEEE80211_F_USEPROT
} else if ((ic->ic_flags & IEEE80211_F_USEPROT) &&
ic->ic_flags |= IEEE80211_F_USEPROT;
ic->ic_flags &= ~IEEE80211_F_USEPROT;
ic->ic_flags&IEEE80211_F_USEPROT ? ", protection" : "",
(ic->ic_flags&IEEE80211_F_USEPROT) ? ", protection" : "");
if (ic->ic_flags & IEEE80211_F_USEPROT)
ic->ic_flags &= ~IEEE80211_F_USEPROT;
IEEE80211_F_USEPROT) && RT2860_RATE_IS_OFDM(rate))))
if ((sc->sc_ic_flags ^ ic->ic_flags) & IEEE80211_F_USEPROT) {
if (ic->ic_flags & IEEE80211_F_USEPROT) {
(ic->ic_flags & IEEE80211_F_USEPROT)) {