Fixing compilation bustage by adding the missing && back.
This commit is contained in:
parent
08b300a1b7
commit
ca765120a8
@ -584,7 +584,7 @@ sta_input(struct ieee80211_node *ni, struct mbuf *m, int rssi, int nf)
|
||||
}
|
||||
IEEE80211_RSSI_LPF(ni->ni_avgrssi, rssi);
|
||||
ni->ni_noise = nf;
|
||||
if (HAS_SEQ(type) !IEEE80211_IS_MULTICAST(wh->i_addr1)) {
|
||||
if (HAS_SEQ(type) && !IEEE80211_IS_MULTICAST(wh->i_addr1)) {
|
||||
uint8_t tid = ieee80211_gettid(wh);
|
||||
if (IEEE80211_QOS_HAS_SEQ(wh) &&
|
||||
TID_TO_WME_AC(tid) >= WME_AC_VI)
|
||||
|
Loading…
Reference in New Issue
Block a user