mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
staging: rtl8192e: renamed variable HTFilterMCSRate
Coding style issue, checkpatch Avoid CamelCase, rename it. HTFilterMCSRate -> ht_filter_mcs_rate Signed-off-by: Gary Rookard <garyrookard@fastmail.org> Link: https://lore.kernel.org/r/20231216125303.3404-5-garyrookard@fastmail.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2e9b84b7f2
commit
9366378920
|
|
@ -397,7 +397,7 @@ u8 ht_get_highest_mcs_rate(struct rtllib_device *ieee, u8 *pMCSRateSet,
|
|||
return mcsRate | 0x80;
|
||||
}
|
||||
|
||||
static u8 HTFilterMCSRate(struct rtllib_device *ieee, u8 *pSupportMCS,
|
||||
static u8 ht_filter_mcs_rate(struct rtllib_device *ieee, u8 *pSupportMCS,
|
||||
u8 *pOperateMCS)
|
||||
{
|
||||
u8 i;
|
||||
|
|
@ -490,7 +490,7 @@ void ht_on_assoc_rsp(struct rtllib_device *ieee)
|
|||
|
||||
ht_iot_act_determine_ra_func(ieee, ((pPeerHTCap->MCS[1]) != 0));
|
||||
|
||||
HTFilterMCSRate(ieee, pPeerHTCap->MCS, ieee->dot11ht_oper_rate_set);
|
||||
ht_filter_mcs_rate(ieee, pPeerHTCap->MCS, ieee->dot11ht_oper_rate_set);
|
||||
|
||||
pMcsFilter = MCS_FILTER_ALL;
|
||||
ieee->HTHighestOperaRate = ht_get_highest_mcs_rate(ieee,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user