mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-06 14:05:39 +00:00
Staging: rtl8192e: Rename function rtllib_WMM_Info()
Rename function rtllib_WMM_Info to rtllib_wmm_info to fix checkpatch warning Avoid CamelCase. Signed-off-by: Tree Davies <tdavies@darkphysics.net> Link: https://lore.kernel.org/r/20231223015942.418263-15-tdavies@darkphysics.net Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d70c91a36e
commit
1ed0f61167
@ -82,7 +82,7 @@ static void rtllib_mfie_grate(struct rtllib_device *ieee, u8 **tag_p)
|
||||
*tag_p = tag;
|
||||
}
|
||||
|
||||
static void rtllib_WMM_Info(struct rtllib_device *ieee, u8 **tag_p)
|
||||
static void rtllib_wmm_info(struct rtllib_device *ieee, u8 **tag_p)
|
||||
{
|
||||
u8 *tag = *tag_p;
|
||||
|
||||
@ -888,7 +888,7 @@ rtllib_association_req(struct rtllib_network *beacon,
|
||||
}
|
||||
if (wmm_info_len) {
|
||||
tag = skb_put(skb, wmm_info_len);
|
||||
rtllib_WMM_Info(ieee, &tag);
|
||||
rtllib_wmm_info(ieee, &tag);
|
||||
}
|
||||
|
||||
if (wps_ie_len && ieee->wps_ie)
|
||||
|
Loading…
Reference in New Issue
Block a user