diff --git a/sys/net80211/ieee80211_ht.h b/sys/net80211/ieee80211_ht.h index 73cd22c1b9f1..05fb433ad4a1 100644 --- a/sys/net80211/ieee80211_ht.h +++ b/sys/net80211/ieee80211_ht.h @@ -74,7 +74,7 @@ struct ieee80211_tx_ampdu { * A-MSDU in A-MPDU */ #define IEEE80211_AMPDU_RUNNING_AMSDU(tap) \ - ((((tap)->txa_flags & (IEEE80211_AGGR_RUNNING | IEEE80211_AGGR_AMSDU)) \ + (((tap)->txa_flags & (IEEE80211_AGGR_RUNNING | IEEE80211_AGGR_AMSDU)) \ == (IEEE80211_AGGR_RUNNING | IEEE80211_AGGR_AMSDU)) /* return non-zero if AMPDU tx for the TID was NACKed */