]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/net/wireless/hostap/hostap_ap.c
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[linux-beck.git] / drivers / net / wireless / hostap / hostap_ap.c
index 9cadaa296faccaf7f847a919701c38c51d0cbf7c..dbb986946e1a08b0192e7dabf7ed26d1b396a67b 100644 (file)
@@ -1224,7 +1224,7 @@ static void ap_crypt_init(struct ap_data *ap)
 
 
 /* Generate challenge data for shared key authentication. IEEE 802.11 specifies
- * that WEP algorithm is used for generating challange. This should be unique,
+ * that WEP algorithm is used for generating challenge. This should be unique,
  * but otherwise there is not really need for randomness etc. Initialize WEP
  * with pseudo random key and then use increasing IV to get unique challenge
  * streams.