We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a946f commit 4f6054fCopy full SHA for 4f6054f
drivers/staging/rtl8192e/rtllib_softmac.c
@@ -44,7 +44,7 @@ static unsigned int rtllib_MFIE_rate_len(struct rtllib_device *ieee)
44
* Then it updates the pointer so that
45
* it points after the new MFIE tag added.
46
*/
47
-static void rtllib_MFIE_Brate(struct rtllib_device *ieee, u8 **tag_p)
+static void rtllib_mfie_brate(struct rtllib_device *ieee, u8 **tag_p)
48
{
49
u8 *tag = *tag_p;
50
@@ -341,7 +341,7 @@ static inline struct sk_buff *rtllib_probe_req(struct rtllib_device *ieee)
341
memcpy(tag, ieee->current_network.ssid, len);
342
tag += len;
343
344
- rtllib_MFIE_Brate(ieee, &tag);
+ rtllib_mfie_brate(ieee, &tag);
345
rtllib_MFIE_Grate(ieee, &tag);
346
347
return skb;
0 commit comments