diff --git a/hif/pcie/rx.c b/hif/pcie/rx.c index a294de44..b7a6f38a 100644 --- a/hif/pcie/rx.c +++ b/hif/pcie/rx.c @@ -470,7 +470,7 @@ void pcie_rx_recv(unsigned long data) pkt_len += 4; } - if (!ieee80211_is_auth(wh->frame_control)) + if (!ieee80211_is_auth(wh->frame_control)) { if (priv->chip_type != MWL8997) status->flag |= RX_FLAG_IV_STRIPPED | @@ -480,6 +480,7 @@ void pcie_rx_recv(unsigned long data) status->flag |= RX_FLAG_DECRYPTED | RX_FLAG_MMIC_STRIPPED; + } } }