mirror of https://gitee.com/openkylin/linux.git
net: wireless: wext_compat.c: delete duplicated word
Drop the repeated word "be". Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Johannes Berg <johannes.berg@intel.com> Cc: Kalle Valo <kvalo@codeaurora.org> Cc: linux-wireless@vger.kernel.org Link: https://lore.kernel.org/r/20200822231953.465-8-rdunlap@infradead.org Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
54f65de004
commit
eee79f8094
|
@ -497,7 +497,7 @@ static int __cfg80211_set_encryption(struct cfg80211_registered_device *rdev,
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We only need to store WEP keys, since they're the only keys that
|
* We only need to store WEP keys, since they're the only keys that
|
||||||
* can be be set before a connection is established and persist after
|
* can be set before a connection is established and persist after
|
||||||
* disconnecting.
|
* disconnecting.
|
||||||
*/
|
*/
|
||||||
if (!addr && (params->cipher == WLAN_CIPHER_SUITE_WEP40 ||
|
if (!addr && (params->cipher == WLAN_CIPHER_SUITE_WEP40 ||
|
||||||
|
|
Loading…
Reference in New Issue