diff options
Diffstat (limited to 'include/net/ieee80211.h')
-rw-r--r-- | include/net/ieee80211.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ieee80211.h b/include/net/ieee80211.h index 43cf2e577191..46466f5a2b45 100644 --- a/include/net/ieee80211.h +++ b/include/net/ieee80211.h | |||
@@ -724,7 +724,9 @@ struct ieee80211_device { | |||
724 | 724 | ||
725 | /* If the host performs {en,de}cryption, then set to 1 */ | 725 | /* If the host performs {en,de}cryption, then set to 1 */ |
726 | int host_encrypt; | 726 | int host_encrypt; |
727 | int host_encrypt_msdu; | ||
727 | int host_decrypt; | 728 | int host_decrypt; |
729 | int host_open_frag; | ||
728 | int ieee802_1x; /* is IEEE 802.1X used */ | 730 | int ieee802_1x; /* is IEEE 802.1X used */ |
729 | 731 | ||
730 | /* WPA data */ | 732 | /* WPA data */ |