mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-13 20:14:37 -04:00
Staging: rtl8192e: Rename variable OptMode
Rename variable OptMode to opt_mode to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <tdavies@darkphysics.net> Tested-by: Philipp Hortmann <philipp.g.hortmann@gmail.com> Link: https://lore.kernel.org/r/20240428230106.6548-4-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f72a077852
commit
b45d48dcb1
@@ -62,7 +62,7 @@ struct ht_info_ele {
|
||||
u8 PSMPAccessOnly:1;
|
||||
u8 SrvIntGranularity:3;
|
||||
|
||||
u8 OptMode:2;
|
||||
u8 opt_mode:2;
|
||||
u8 NonGFDevPresent:1;
|
||||
u8 Revd1:5;
|
||||
u8 Revd2:8;
|
||||
|
||||
@@ -498,7 +498,7 @@ void ht_on_assoc_rsp(struct rtllib_device *ieee)
|
||||
pMcsFilter);
|
||||
ieee->HTCurrentOperaRate = ieee->HTHighestOperaRate;
|
||||
|
||||
ht_info->current_op_mode = pPeerHTInfo->OptMode;
|
||||
ht_info->current_op_mode = pPeerHTInfo->opt_mode;
|
||||
}
|
||||
|
||||
void ht_initialize_ht_info(struct rtllib_device *ieee)
|
||||
@@ -617,7 +617,7 @@ void HT_update_self_and_peer_setting(struct rtllib_device *ieee,
|
||||
|
||||
if (ht_info->current_ht_support) {
|
||||
if (pNetwork->bssht.bd_ht_info_len != 0)
|
||||
ht_info->current_op_mode = pPeerHTInfo->OptMode;
|
||||
ht_info->current_op_mode = pPeerHTInfo->opt_mode;
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL(HT_update_self_and_peer_setting);
|
||||
|
||||
Reference in New Issue
Block a user