mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 15:29:16 +00:00
Staging: rtl8192e: Rename function rtllib_TURBO_Info()
Rename function rtllib_TURBO_Info to rtllib_turbo_info to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <tdavies@darkphysics.net> Link: https://lore.kernel.org/r/20231223015942.418263-16-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
1ed0f61167
commit
8867af6775
@ -98,7 +98,7 @@ static void rtllib_wmm_info(struct rtllib_device *ieee, u8 **tag_p)
|
||||
*tag_p = tag;
|
||||
}
|
||||
|
||||
static void rtllib_TURBO_Info(struct rtllib_device *ieee, u8 **tag_p)
|
||||
static void rtllib_turbo_info(struct rtllib_device *ieee, u8 **tag_p)
|
||||
{
|
||||
u8 *tag = *tag_p;
|
||||
|
||||
@ -896,7 +896,7 @@ rtllib_association_req(struct rtllib_network *beacon,
|
||||
|
||||
if (turbo_info_len) {
|
||||
tag = skb_put(skb, turbo_info_len);
|
||||
rtllib_TURBO_Info(ieee, &tag);
|
||||
rtllib_turbo_info(ieee, &tag);
|
||||
}
|
||||
|
||||
if (ieee->ht_info->current_ht_support && ieee->ht_info->enable_ht) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user