mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-05 02:38:20 +00:00
staging: rtl8192e: Added new line after declaration
Fixed checkpatch.pl "Missing a blank line after declarations" warnings. Signed-off-by: Yamanappagouda Patil <goudapatilk@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
839396f555
commit
29f2224647
@ -1201,6 +1201,7 @@ static int rtllib_rx_decrypt(struct rtllib_device *ieee, struct sk_buff *skb,
|
|||||||
if (crypt && !(fc & RTLLIB_FCTL_WEP) &&
|
if (crypt && !(fc & RTLLIB_FCTL_WEP) &&
|
||||||
rtllib_is_eapol_frame(ieee, skb, hdrlen)) {
|
rtllib_is_eapol_frame(ieee, skb, hdrlen)) {
|
||||||
struct eapol *eap = (struct eapol *)(skb->data + 24);
|
struct eapol *eap = (struct eapol *)(skb->data + 24);
|
||||||
|
|
||||||
netdev_dbg(ieee->dev, "RX: IEEE 802.1X EAPOL frame: %s\n",
|
netdev_dbg(ieee->dev, "RX: IEEE 802.1X EAPOL frame: %s\n",
|
||||||
eap_get_type(eap->type));
|
eap_get_type(eap->type));
|
||||||
}
|
}
|
||||||
|
@ -1524,6 +1524,7 @@ static void rtllib_associate_complete_wq(void *data)
|
|||||||
struct rtllib_device,
|
struct rtllib_device,
|
||||||
associate_complete_wq);
|
associate_complete_wq);
|
||||||
struct rt_pwr_save_ctrl *pPSC = &(ieee->PowerSaveControl);
|
struct rt_pwr_save_ctrl *pPSC = &(ieee->PowerSaveControl);
|
||||||
|
|
||||||
netdev_info(ieee->dev, "Associated successfully\n");
|
netdev_info(ieee->dev, "Associated successfully\n");
|
||||||
if (!ieee->is_silent_reset) {
|
if (!ieee->is_silent_reset) {
|
||||||
netdev_info(ieee->dev, "normal associate\n");
|
netdev_info(ieee->dev, "normal associate\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user