Skip to content

Commit

Permalink
Removed warning message.
Browse files Browse the repository at this point in the history
Signed-off-by: David Lin <dlin@marvell.com>
  • Loading branch information
yuhhaurlin committed Jul 16, 2018
1 parent f5869c0 commit 561f1b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hif/pcie/rx.c
Expand Up @@ -470,7 +470,7 @@ void pcie_rx_recv(unsigned long data)
pkt_len += 4; pkt_len += 4;
} }


if (!ieee80211_is_auth(wh->frame_control)) if (!ieee80211_is_auth(wh->frame_control)) {
if (priv->chip_type != MWL8997) if (priv->chip_type != MWL8997)
status->flag |= status->flag |=
RX_FLAG_IV_STRIPPED | RX_FLAG_IV_STRIPPED |
Expand All @@ -480,6 +480,7 @@ void pcie_rx_recv(unsigned long data)
status->flag |= status->flag |=
RX_FLAG_DECRYPTED | RX_FLAG_DECRYPTED |
RX_FLAG_MMIC_STRIPPED; RX_FLAG_MMIC_STRIPPED;
}
} }
} }


Expand Down

0 comments on commit 561f1b2

Please sign in to comment.