mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 19:13:47 +02:00
staging: rtl8723bs: Trivial typo fix
s/netowrk/network/ ..and an extra space has removed from the sentence. Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Link: https://lore.kernel.org/r/20210323092300.1740913-1-unixbhaskar@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5255cdc306
commit
f8028fd96f
|
|
@ -596,7 +596,7 @@ void rtw_update_scanned_network(struct adapter *adapter, struct wlan_bssid_ex *t
|
|||
}
|
||||
|
||||
if (rtw_roam_flags(adapter)) {
|
||||
/* TODO: don't select netowrk in the same ess as oldest if it's new enough*/
|
||||
/* TODO: don't select network in the same ess as oldest if it's new enough*/
|
||||
}
|
||||
|
||||
if (oldest == NULL || time_after(oldest->last_scanned, pnetwork->last_scanned))
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user