diff options
Diffstat (limited to 'include/net/ieee80211.h')
-rw-r--r-- | include/net/ieee80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index 931737eec6c6..ef85a96fce49 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h | |||
@@ -851,6 +851,9 @@ struct ieee80211_device { | |||
851 | int host_encrypt; | 851 | int host_encrypt; |
852 | int host_encrypt_msdu; | 852 | int host_encrypt_msdu; |
853 | int host_decrypt; | 853 | int host_decrypt; |
854 | /* host performs multicast decryption */ | ||
855 | int host_mc_decrypt; | ||
856 | |||
854 | int host_open_frag; | 857 | int host_open_frag; |
855 | int ieee802_1x; /* is IEEE 802.1X used */ | 858 | int ieee802_1x; /* is IEEE 802.1X used */ |
856 | 859 | ||