aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/hostap')
-rw-r--r--drivers/net/wireless/hostap/hostap_ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_ap.c b/drivers/net/wireless/hostap/hostap_ap.c
index 231dbd77f5f5..cb3c25f0c190 100644
--- a/drivers/net/wireless/hostap/hostap_ap.c
+++ b/drivers/net/wireless/hostap/hostap_ap.c
@@ -1225,7 +1225,7 @@ static void ap_crypt_init(struct ap_data *ap)
1225 1225
1226 1226
1227/* Generate challenge data for shared key authentication. IEEE 802.11 specifies 1227/* Generate challenge data for shared key authentication. IEEE 802.11 specifies
1228 * that WEP algorithm is used for generating challange. This should be unique, 1228 * that WEP algorithm is used for generating challenge. This should be unique,
1229 * but otherwise there is not really need for randomness etc. Initialize WEP 1229 * but otherwise there is not really need for randomness etc. Initialize WEP
1230 * with pseudo random key and then use increasing IV to get unique challenge 1230 * with pseudo random key and then use increasing IV to get unique challenge
1231 * streams. 1231 * streams.