Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 25d1fbfd authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Jiri Kosina
Browse files

fix comment typos concerning "challenge"

parent 9d910c9b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1225,7 +1225,7 @@ static void ap_crypt_init(struct ap_data *ap)




/* Generate challenge data for shared key authentication. IEEE 802.11 specifies
/* 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
 * 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
 * with pseudo random key and then use increasing IV to get unique challenge
 * streams.
 * streams.
+1 −1
Original line number Original line Diff line number Diff line
@@ -23,7 +23,7 @@
 * between pcm data and GPIO status data changes. Our FIQ handler is not
 * between pcm data and GPIO status data changes. Our FIQ handler is not
 * able to handle this, hence this driver only works with 48000Hz sampling
 * able to handle this, hence this driver only works with 48000Hz sampling
 * rate.
 * rate.
 * Reading and writing AC97 registers is another challange. The core
 * Reading and writing AC97 registers is another challenge. The core
 * provides us status bits when the read register is updated with *another*
 * provides us status bits when the read register is updated with *another*
 * value. When we read the same register two times (and the register still
 * value. When we read the same register two times (and the register still
 * contains the same value) these status bits are not set. We work
 * contains the same value) these status bits are not set. We work