mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-07-05 13:25:20 +02:00
staging: rtl8723bs: include: Fix spelling mistake in rtw_mlme.h
This patch fixes spelling mistake to increase code readability and searching. Signed-off-by: Roshan Khatri <topofeverest8848@gmail.com> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/8b9184ba4e489d7eec389389ae435fa4d9232113.1725933169.git.topofeverest8848@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ac4e97535f
commit
e958a0e674
|
@ -131,7 +131,7 @@ struct mlme_priv {
|
||||||
u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */
|
u8 roam_rssi_diff_th; /* rssi difference threshold for active scan candidate selection */
|
||||||
u32 roam_scan_int_ms; /* scan interval for active roam */
|
u32 roam_scan_int_ms; /* scan interval for active roam */
|
||||||
u32 roam_scanr_exp_ms; /* scan result expire time in ms for roam */
|
u32 roam_scanr_exp_ms; /* scan result expire time in ms for roam */
|
||||||
u8 roam_tgt_addr[ETH_ALEN]; /* request to roam to speicific target without other consideration */
|
u8 roam_tgt_addr[ETH_ALEN]; /* request to roam to specific target without other consideration */
|
||||||
|
|
||||||
u8 *nic_hdl;
|
u8 *nic_hdl;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user