[PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rx
[sfrench/cifs-2.6.git] / include / net / ieee80211.h
index b174ebb277a96668f058e469b0753503c34f164b..cb255432e4e486f0f7d1e49861fe4776f60aca50 100644 (file)
@@ -1037,6 +1037,10 @@ struct ieee80211_device {
        /* host performs multicast decryption */
        int host_mc_decrypt;
 
+       /* host should strip IV and ICV from protected frames */
+       /* meaningful only when hardware decryption is being used */
+       int host_strip_iv_icv;
+
        int host_open_frag;
        int host_build_iv;
        int ieee802_1x;         /* is IEEE 802.1X used */