mac80211: split RX_DROP
[deliverable/linux.git] / net / mac80211 / wep.c
index 8b0015302645d2d4165102a3ec4c696d24fa49a0..a33ef5cfa9adb42826426ee646eef0d5c81c658c 100644 (file)
@@ -320,7 +320,7 @@ ieee80211_crypto_wep_decrypt(struct ieee80211_txrx_data *rx)
                                printk(KERN_DEBUG "%s: RX WEP frame, decrypt "
                                       "failed\n", rx->dev->name);
 #endif /* CONFIG_MAC80211_DEBUG */
-                       return RX_DROP;
+                       return RX_DROP_UNUSABLE;
                }
        } else if (!(rx->u.rx.status->flag & RX_FLAG_IV_STRIPPED)) {
                ieee80211_wep_remove_iv(rx->local, rx->skb, rx->key);
This page took 0.023795 seconds and 5 git commands to generate.