|
@@ -279,13 +279,6 @@ bool rtl8822be_rx_query_desc(struct ieee80211_hw *hw, struct rtl_stats *status,
|
|
* to decrypt it
|
|
* to decrypt it
|
|
*/
|
|
*/
|
|
if (status->decrypted) {
|
|
if (status->decrypted) {
|
|
- if (!hdr) {
|
|
|
|
- WARN_ON_ONCE(true);
|
|
|
|
- pr_err("decrypted is true but hdr NULL, from skb %p\n",
|
|
|
|
- rtl_get_hdr(skb));
|
|
|
|
- return false;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
if ((!_ieee80211_is_robust_mgmt_frame(hdr)) &&
|
|
if ((!_ieee80211_is_robust_mgmt_frame(hdr)) &&
|
|
(ieee80211_has_protected(hdr->frame_control)))
|
|
(ieee80211_has_protected(hdr->frame_control)))
|
|
rx_status->flag |= RX_FLAG_DECRYPTED;
|
|
rx_status->flag |= RX_FLAG_DECRYPTED;
|