Re: [PATCH] staging: rtl8192e: Rename function IsHTHalfNmodeAPs to is_ht_half_nmode_a_ps

From: Tree Davies
Date: Mon Jun 26 2023 - 23:32:27 EST



On 6/25/23 07:28, Philipp Hortmann wrote:
On 6/25/23 00:53, Tree Davies wrote:
Rename function IsHTHalfNmodeAPs to is_ht_half_nmode_a_ps in order to
fix checkpatch warning: Avoid CamelCase


Hi Tree

If you look where the function is used you will see that it is used in rtllib_rx_auth_resp which is used in:
rtllib_rx_auth which is used in:
rtllib_rx_frame_softmac which is used in:
rtllib_rx_frame_mgmt which is used in:
rtllib_rx_InfraAdhoc


This has for me to do with access points so please do not cut the ap apart.

Thanks

Bye Philipp



Thanks Philip,
I will send a v2
Cheers!
Tree