diff options
-rw-r--r-- | drivers/net/wireless/wl12xx/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c index 8ff1bf5be013..d1416752feea 100644 --- a/drivers/net/wireless/wl12xx/main.c +++ b/drivers/net/wireless/wl12xx/main.c | |||
@@ -2986,7 +2986,7 @@ static int wl1271_op_set_key(struct ieee80211_hw *hw, enum set_key_cmd cmd, | |||
2986 | case WLAN_CIPHER_SUITE_CCMP: | 2986 | case WLAN_CIPHER_SUITE_CCMP: |
2987 | key_type = KEY_AES; | 2987 | key_type = KEY_AES; |
2988 | 2988 | ||
2989 | key_conf->flags |= IEEE80211_KEY_FLAG_GENERATE_IV; | 2989 | key_conf->flags |= IEEE80211_KEY_FLAG_PUT_IV_SPACE; |
2990 | tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq); | 2990 | tx_seq_32 = WL1271_TX_SECURITY_HI32(wlvif->tx_security_seq); |
2991 | tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq); | 2991 | tx_seq_16 = WL1271_TX_SECURITY_LO16(wlvif->tx_security_seq); |
2992 | break; | 2992 | break; |