mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 04:23:39 +00:00
rtl8188eu: Remove trailing white space from all source files
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
77e736c66a
commit
f5f3863bc5
205 changed files with 55371 additions and 55581 deletions
|
@ -2599,4 +2599,3 @@ void stop_ap_mode(_adapter *padapter)
|
|||
|
||||
#endif //CONFIG_NATIVEAP_MLME
|
||||
#endif //CONFIG_AP_MODE
|
||||
|
||||
|
|
|
@ -1669,4 +1669,3 @@ void *scdb_findEntry(_adapter *priv, unsigned char *macAddr,
|
|||
}
|
||||
|
||||
#endif // CONFIG_BR_EXT
|
||||
|
||||
|
|
|
@ -2986,4 +2986,3 @@ _func_enter_;
|
|||
_func_exit_;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1166,4 +1166,3 @@ int proc_set_btcoex_dbg(struct file *file, const char __user *buffer,
|
|||
#endif /* CONFIG_BT_COEXIST */
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1992,4 +1992,3 @@ const char *action_public_str(u8 action)
|
|||
action = (action >= ACT_PUBLIC_MAX) ? ACT_PUBLIC_MAX : action;
|
||||
return _action_public_str[action];
|
||||
}
|
||||
|
||||
|
|
|
@ -479,5 +479,3 @@ int dbg_rtw_writeN(_adapter *adapter, u32 addr ,u32 length , u8 *data, const cha
|
|||
return _rtw_writeN(adapter, addr, length, data);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -193,4 +193,3 @@ _func_exit_;
|
|||
return _TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1434,4 +1434,3 @@ int rtw_set_country(_adapter *adapter, const char *country_code)
|
|||
|
||||
return rtw_set_channel_plan(adapter, channel_plan);
|
||||
}
|
||||
|
||||
|
|
|
@ -400,4 +400,3 @@ int rtw_IOL_exec_empty_cmds_sync(ADAPTER *adapter, u32 max_wating_ms)
|
|||
|
||||
|
||||
#endif //CONFIG_IOL
|
||||
|
||||
|
|
|
@ -2419,4 +2419,3 @@ LedControl871x(
|
|||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3790,4 +3790,3 @@ sint check_buddy_fw_link(_adapter *padapter)
|
|||
return _FALSE;
|
||||
}
|
||||
#endif //CONFIG_CONCURRENT_MODE
|
||||
|
||||
|
|
|
@ -12606,4 +12606,3 @@ u8 tdls_hdl(_adapter *padapter, unsigned char *pbuf)
|
|||
#endif //CONFIG_TDLS
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1446,4 +1446,3 @@ exit:
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1613,4 +1613,3 @@ NDIS_STATUS oid_rt_get_power_mode_hdl(struct oid_par_priv *poid_par_priv)
|
|||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -4788,4 +4788,3 @@ exit:
|
|||
}
|
||||
|
||||
#endif //CONFIG_P2P
|
||||
|
||||
|
|
|
@ -1764,5 +1764,3 @@ int rtw_pm_set_ips(_adapter *padapter, u8 mode)
|
|||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -4012,6 +4012,3 @@ void rtw_signal_stat_timer_hdl(RTW_TIMER_HDL_ARGS){
|
|||
|
||||
}
|
||||
#endif //CONFIG_NEW_SIGNAL_STAT_PROCESS
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -92,4 +92,3 @@ u32 rtw_freq2ch(u32 freq)
|
|||
|
||||
return ch;
|
||||
}
|
||||
|
||||
|
|
|
@ -2872,4 +2872,3 @@ _func_enter_;
|
|||
_func_exit_;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -83,5 +83,3 @@ void sreset_set_wifi_error_status(_adapter *padapter, u32 status)
|
|||
pHalData->srestpriv.Wifi_Error_Status = status;
|
||||
}
|
||||
#endif /* defined(DBG_CONFIG_ERROR_DETECT) */
|
||||
|
||||
|
||||
|
|
|
@ -833,4 +833,3 @@ u8 rtw_access_ctrl(_adapter *padapter, u8 *mac_addr)
|
|||
return res;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -2938,4 +2938,3 @@ u32 update_mask_tdls(_adapter *padapter, struct sta_info *psta)
|
|||
}
|
||||
|
||||
#endif //CONFIG_TDLS
|
||||
|
||||
|
|
|
@ -2389,4 +2389,3 @@ int rtw_handle_dualmac(_adapter *adapter, bool init)
|
|||
exit:
|
||||
return status;
|
||||
}
|
||||
|
||||
|
|
|
@ -3861,4 +3861,3 @@ void rtw_ack_tx_done(struct xmit_priv *pxmitpriv, int status)
|
|||
}
|
||||
}
|
||||
#endif //CONFIG_XMIT_ACK
|
||||
|
||||
|
|
|
@ -94,4 +94,3 @@ WLAN_PWR_CFG rtl8188E_leave_lps_flow[RTL8188E_TRANS_LPS_TO_ACT_STEPS+RTL8188E_TR
|
|||
RTL8188E_TRANS_LPS_TO_ACT
|
||||
RTL8188E_TRANS_END
|
||||
};
|
||||
|
||||
|
|
|
@ -1086,4 +1086,3 @@ ODM_RA_TxRPT2Handle_8188E(
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -888,4 +888,3 @@ ODM_ReadAndConfig_PHY_REG_PG_8188E(
|
|||
|
||||
|
||||
#endif // end of HWIMG_SUPPORT
|
||||
|
||||
|
|
|
@ -326,4 +326,3 @@ ODM_ReadAndConfig_MAC_REG_8188E(
|
|||
}
|
||||
|
||||
#endif // end of HWIMG_SUPPORT
|
||||
|
||||
|
|
|
@ -374,4 +374,3 @@ ODM_ReadAndConfig_RadioA_1T_8188E(
|
|||
}
|
||||
|
||||
#endif // end of HWIMG_SUPPORT
|
||||
|
||||
|
|
|
@ -1552,4 +1552,3 @@ u1Byte ODM_GetRightChnlPlaceforIQK(u1Byte chnl)
|
|||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -183,5 +183,3 @@ u8 HalPwrSeqCmdParsing(
|
|||
|
||||
return _TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -391,4 +391,3 @@ clear_evt:
|
|||
exit:
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
|
@ -509,4 +509,3 @@ c2h_id_filter rtw_hal_c2h_id_filter_ccx(_adapter *adapter)
|
|||
{
|
||||
return adapter->HalFunc.c2h_id_filter_ccx;
|
||||
}
|
||||
|
||||
|
|
|
@ -1154,4 +1154,3 @@ ODM_ConfigMACWithHeaderFile(
|
|||
|
||||
|
||||
#endif // end of (#if DM_ODM_SUPPORT_TYPE)
|
||||
|
||||
|
|
|
@ -1226,4 +1226,3 @@ ODM_DynamicPrimaryCCA_DupRTS(
|
|||
return FALSE;
|
||||
}
|
||||
#endif //#if (RTL8188E_SUPPORT == 1)
|
||||
|
||||
|
|
|
@ -206,4 +206,3 @@ odm_ConfigBB_PHY_8188E(
|
|||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@ pDM_Odm->DebugComponents =
|
|||
}
|
||||
|
||||
u32 GlobalDebugLevel;
|
||||
|
||||
|
|
|
@ -659,8 +659,3 @@ ODM_FillH2CCmd(
|
|||
return TRUE;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -610,4 +610,3 @@ u8 AntDivBeforeLink8188E(PADAPTER Adapter )
|
|||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -3715,5 +3715,3 @@ void SetBcnCtrlReg(
|
|||
|
||||
rtw_write8(padapter, REG_BCN_CTRL, (u8)pHalData->RegBcnCtrlVal);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -2978,4 +2978,3 @@ DumpBBDbgPort_92CU(
|
|||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -1008,4 +1008,3 @@ PHY_RFShadowRefresh(
|
|||
} /* PHY_RFShadowRead */
|
||||
|
||||
/* End of HalRf6052.c */
|
||||
|
||||
|
|
|
@ -346,4 +346,3 @@ void update_recvframe_phyinfo_88e(
|
|||
rtl8188e_process_phy_info(padapter, precvframe);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -238,4 +238,3 @@ void rtl8188e_sreset_linked_status_check(_adapter *padapter)
|
|||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -288,5 +288,3 @@ void UpdateEarlyModeInfo8188E(struct xmit_priv *pxmitpriv,struct xmit_buf *pxmit
|
|||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
|
|
@ -159,4 +159,3 @@ rtl8188eu_DeInitSwLeds(
|
|||
DeInitLed871x( &(ledpriv->SwLed0) );
|
||||
DeInitLed871x( &(ledpriv->SwLed1) );
|
||||
}
|
||||
|
||||
|
|
|
@ -235,5 +235,3 @@ void rtl8188eu_free_recv_priv (_adapter *padapter)
|
|||
#endif
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1338,4 +1338,3 @@ _exit:
|
|||
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -4476,4 +4476,3 @@ _func_enter_;
|
|||
_func_exit_;
|
||||
|
||||
}
|
||||
|
||||
|
|
|
@ -1628,4 +1628,3 @@ void rtl8188eu_set_hw_type(_adapter *padapter)
|
|||
padapter->HardwareType = HARDWARE_TYPE_RTL8188EU;
|
||||
DBG_871X("CHIP TYPE: RTL8188E\n");
|
||||
}
|
||||
|
||||
|
|
|
@ -26,4 +26,3 @@
|
|||
extern const u8 Rtl8188EFwImgArray[Rtl8188EFWImgArrayLength];
|
||||
|
||||
#endif //__INC_HAL8188E_FW_IMG_H
|
||||
|
||||
|
|
|
@ -424,4 +424,3 @@ VOID SIC_Init(IN PADAPTER Adapter);
|
|||
|
||||
|
||||
#endif // __INC_HAL8192CPHYCFG_H
|
||||
|
||||
|
|
|
@ -1108,4 +1108,3 @@
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -174,4 +174,3 @@ extern WLAN_PWR_CFG rtl8188E_enter_lps_flow[RTL8188E_TRANS_ACT_TO_LPS_STEPS+RTL8
|
|||
extern WLAN_PWR_CFG rtl8188E_leave_lps_flow[RTL8188E_TRANS_LPS_TO_ACT_STEPS+RTL8188E_TRANS_END_STEPS];
|
||||
|
||||
#endif //__HAL8188EPWRSEQ_H__
|
||||
|
||||
|
|
|
@ -105,4 +105,3 @@ ODM_RA_Set_TxRPT_Time(
|
|||
IN u2Byte minRptTime
|
||||
);
|
||||
#endif
|
||||
|
||||
|
|
|
@ -44,4 +44,3 @@
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -392,4 +392,3 @@ extern void PHY_Reconfig_To_1T1R(_adapter *padapter);
|
|||
#define PHY_SetMacReg PHY_SetBBReg
|
||||
|
||||
#endif // __INC_HAL8192CPHYCFG_H
|
||||
|
||||
|
|
|
@ -1120,4 +1120,3 @@
|
|||
|
||||
|
||||
#endif //__INC_HAL8192SPHYREG_H
|
||||
|
||||
|
|
|
@ -483,4 +483,3 @@ PHY_InitPABias92D(IN PADAPTER Adapter);
|
|||
#define PHY_SetMacReg PHY_SetBBReg
|
||||
|
||||
#endif // __INC_HAL8192SPHYCFG_H
|
||||
|
||||
|
|
|
@ -1169,4 +1169,3 @@
|
|||
|
||||
|
||||
#endif //__INC_HAL8192SPHYREG_H
|
||||
|
||||
|
|
|
@ -27,4 +27,3 @@ int PHY_RFConfig8723A( IN PADAPTER Adapter );
|
|||
s32 PHY_MACConfig8723A(PADAPTER padapter);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -71,4 +71,3 @@
|
|||
#define rPm_Rx3_AntB 0xbf8
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -168,4 +168,3 @@ extern WLAN_PWR_CFG rtl8723A_enter_lps_flow[RTL8723A_TRANS_ACT_TO_LPS_STEPS+RTL8
|
|||
extern WLAN_PWR_CFG rtl8723A_leave_lps_flow[RTL8723A_TRANS_LPS_TO_ACT_STEPS+RTL8723A_TRANS_END_STEPS];
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -53,4 +53,3 @@ ODM_ReadAndConfig_PHY_REG_PG_8188E(
|
|||
|
||||
#endif
|
||||
#endif // end of HWIMG_SUPPORT
|
||||
|
||||
|
|
|
@ -35,4 +35,3 @@ ODM_ReadAndConfig_MAC_REG_8188E(
|
|||
|
||||
#endif
|
||||
#endif // end of HWIMG_SUPPORT
|
||||
|
||||
|
|
|
@ -35,4 +35,3 @@ ODM_ReadAndConfig_RadioA_1T_8188E(
|
|||
|
||||
#endif
|
||||
#endif // end of HWIMG_SUPPORT
|
||||
|
||||
|
|
|
@ -67,4 +67,3 @@ ODM_GetRightChnlPlaceforIQK(
|
|||
|
||||
|
||||
#endif // #ifndef __HAL_PHY_RF_H__
|
||||
|
||||
|
|
|
@ -132,4 +132,3 @@ _PHY_PathAStandBy(
|
|||
|
||||
|
||||
#endif // #ifndef __HAL_PHY_RF_8188E_H__
|
||||
|
||||
|
|
|
@ -135,4 +135,3 @@ u8 HalPwrSeqCmdParsing(
|
|||
WLAN_PWR_CFG PwrCfgCmd[]);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -153,4 +153,3 @@ typedef struct tag_HAL_VERSION
|
|||
#define IS_8723A_B_CUT(version) ((IS_8723_SERIES(version)) ? ( IS_B_CUT(version)?TRUE : FALSE) : FALSE)
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -397,4 +397,3 @@
|
|||
//#define CONFIG_SINGLE_XMIT_BUF
|
||||
//RX use 1 urb
|
||||
//#define CONFIG_SINGLE_RECV_BUF
|
||||
|
||||
|
|
|
@ -335,4 +335,3 @@
|
|||
typedef unsigned char BOOLEAN,*PBOOLEAN;
|
||||
|
||||
#endif //__BASIC_TYPES_H__
|
||||
|
||||
|
|
|
@ -25,4 +25,3 @@
|
|||
#define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size))
|
||||
|
||||
#endif //_CIRC_BUF_H_
|
||||
|
||||
|
|
|
@ -33,4 +33,3 @@ extern sint _rtw_enqueue_cmd(_queue *queue, struct cmd_obj *obj);
|
|||
extern struct cmd_obj *_rtw_dequeue_cmd(_queue *queue);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -663,4 +663,3 @@ __inline static u8 *myid(struct eeprom_priv *peepriv)
|
|||
|
||||
|
||||
#endif //__DRV_TYPES_H__
|
||||
|
||||
|
|
|
@ -79,4 +79,3 @@ typedef struct _OCTET_STRING{
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -46,4 +46,3 @@ typedef struct gspi_data
|
|||
} GSPI_DATA, *PGSPI_DATA;
|
||||
|
||||
#endif // #ifndef __DRV_TYPES_GSPI_H__
|
||||
|
||||
|
|
|
@ -22,4 +22,3 @@
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -68,4 +68,3 @@ typedef struct sdio_data
|
|||
} SDIO_DATA, *PSDIO_DATA;
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -92,4 +92,3 @@ typedef struct _OCTET_STRING{
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -39,4 +39,3 @@
|
|||
|
||||
|
||||
#endif // #ifndef __INC_ETHERNET_H
|
||||
|
||||
|
|
|
@ -33,4 +33,3 @@ void _lbk_rsp(PADAPTER Adapter);
|
|||
void _lbk_evt(IN PADAPTER Adapter);
|
||||
|
||||
void h2c_event_callback(unsigned char *dev, unsigned char *pbuf);
|
||||
|
||||
|
|
|
@ -179,4 +179,3 @@ void c2h_evt_clear(_adapter *adapter);
|
|||
s32 c2h_evt_read(_adapter *adapter, u8 *buf);
|
||||
|
||||
#endif //__HAL_COMMON_H__
|
||||
|
||||
|
|
|
@ -470,4 +470,3 @@ s32 rtw_hal_c2h_handler(_adapter *adapter, struct c2h_evt_hdr *c2h_evt);
|
|||
c2h_id_filter rtw_hal_c2h_id_filter_ccx(_adapter *adapter);
|
||||
|
||||
#endif //__HAL_INTF_H__
|
||||
|
||||
|
|
|
@ -1511,4 +1511,3 @@ int rtw_action_frame_parse(const u8 *frame, u32 frame_len, u8* category, u8 *act
|
|||
const char *action_public_str(u8 action);
|
||||
|
||||
#endif /* IEEE80211_H */
|
||||
|
||||
|
|
|
@ -421,4 +421,3 @@ struct ieee80211_mgmt {
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -110,4 +110,3 @@ struct _vlan {
|
|||
|
||||
|
||||
#endif /* _LINUX_IF_ETHER_H */
|
||||
|
||||
|
|
|
@ -112,4 +112,3 @@ bool rtw_cfg80211_pwr_mgmt(_adapter *adapter);
|
|||
#endif
|
||||
|
||||
#endif //__IOCTL_CFG80211_H__
|
||||
|
||||
|
|
|
@ -138,4 +138,3 @@ struct iphdr {
|
|||
};
|
||||
|
||||
#endif /* _LINUX_IP_H */
|
||||
|
||||
|
|
|
@ -37,4 +37,3 @@ extern void rtw_report_sec_ie(_adapter *adapter,u8 authmode,u8 *sec_ie);
|
|||
void rtw_reset_securitypriv( _adapter *adapter );
|
||||
|
||||
#endif //_MLME_OSDEP_H_
|
||||
|
||||
|
|
|
@ -351,4 +351,3 @@
|
|||
#define OID_RT_PRO_EFUSE_MAP 0xFF871217 //Q, S
|
||||
|
||||
#endif //#ifndef __CUSTOM_OID_H
|
||||
|
||||
|
|
|
@ -44,4 +44,3 @@
|
|||
|
||||
|
||||
#endif // __RTL8711_SPEC_H__
|
||||
|
||||
|
|
|
@ -1935,4 +1935,3 @@ void odm_dtc(PDM_ODM_T pDM_Odm);
|
|||
#endif /* #if (DM_ODM_SUPPORT_TYPE == ODM_CE) */
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -192,4 +192,3 @@ ODM_ConfigMACWithHeaderFile(
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -106,4 +106,3 @@ odm_DynamicPrimaryCCA(
|
|||
IN PDM_ODM_T pDM_Odm);
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -77,4 +77,3 @@ odm_ConfigBB_PHY_8188E(
|
|||
);
|
||||
#endif
|
||||
#endif // end of SUPPORT
|
||||
|
||||
|
|
|
@ -52,4 +52,3 @@
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -169,4 +169,3 @@
|
|||
|
||||
|
||||
#endif
|
||||
|
||||
|
|
|
@ -334,4 +334,3 @@ ODM_FillH2CCmd(
|
|||
);
|
||||
#endif
|
||||
#endif // __ODM_INTERFACE_H__
|
||||
|
||||
|
|
|
@ -171,4 +171,3 @@
|
|||
#endif
|
||||
|
||||
#endif // __ODM_PRECOMP_H__
|
||||
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue