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

Commit 41dff4d6 authored by Vatsala Narang's avatar Vatsala Narang Committed by Greg Kroah-Hartman
Browse files

staging: rtl8192u: ieee80211: Fix spelling mistake



Replace explicitely with explicitly to get rid of checkpatch warning.

Signed-off-by: default avatarVatsala Narang <vatsalanarang@gmail.com>
Acked-by: default avatarGustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 8dd43050
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -381,7 +381,8 @@ int ieee80211_wx_set_encode(struct ieee80211_device *ieee,
				       (*crypt)->priv);
		sec.flags |= BIT(key);
		/* This ensures a key will be activated if no key is
		 * explicitely set */
		 * explicitly set
		 */
		if (key == sec.active_key)
			sec.flags |= SEC_ACTIVE_KEY;
		ieee->tx_keyidx = key;