[net80211] Fix this typo!

I've just started using this macro in upcoming amsdu/ampdu/ff rework and
yes, too many parens.  Oops!
This commit is contained in:
Adrian Chadd 2020-06-06 06:17:51 +00:00
parent 47bf877bde
commit 4c3682159a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361864

View File

@ -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 */