rtl8188eu: Remove double blank lines in core/*.h

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2015-08-15 13:44:41 -05:00
parent 51e6fae39e
commit 11ab93f073
21 changed files with 0 additions and 462 deletions

View file

@ -19,7 +19,6 @@
******************************************************************************/
#define _RTW_IOCTL_SET_C_
#include <drv_conf.h>
#include <osdep_service.h>
#include <drv_types.h>
@ -231,7 +230,6 @@ u8 rtw_set_802_11_bssid(struct adapter* padapter, u8 *bssid)
spin_lock_bh(&pmlmepriv->lock);
DBG_871X("Set BSSID under fw_state =0x%08x\n", get_fwstate(pmlmepriv));
if (check_fwstate(pmlmepriv, _FW_UNDER_SURVEY) == true) {
goto handle_tkip_countermeasure;
@ -560,7 +558,6 @@ u8 rtw_set_802_11_infrastructure_mode(struct adapter* padapter,
return true;
}
u8 rtw_set_802_11_disassociate(struct adapter *padapter)
{
unsigned long irqL;
@ -1107,7 +1104,6 @@ u8 rtw_set_802_11_add_key(struct adapter* padapter, struct ndis_802_11_key *key)
}
/* Set key to CAM through H2C command */
if (bgrouptkey)/* never go to here */
{