mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 14:33:05 +00:00
rtl8188eu: Fix some Sparse warnings
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
2393650ec6
commit
510176b3ad
13 changed files with 21 additions and 51 deletions
|
@ -22,7 +22,7 @@
|
|||
#include <hal_data.h>
|
||||
|
||||
/* A mapping from HalData to ODM. */
|
||||
enum odm_board_type_e boardType(u8 InterfaceSel)
|
||||
static enum odm_board_type_e boardType(u8 InterfaceSel)
|
||||
{
|
||||
enum odm_board_type_e board = ODM_BOARD_DEFAULT;
|
||||
|
||||
|
|
|
@ -179,7 +179,7 @@ void rtw_hal_power_off(_adapter *padapter)
|
|||
}
|
||||
|
||||
|
||||
void rtw_hal_init_opmode(_adapter *padapter)
|
||||
static void rtw_hal_init_opmode(_adapter *padapter)
|
||||
{
|
||||
NDIS_802_11_NETWORK_INFRASTRUCTURE networkType = Ndis802_11InfrastructureMax;
|
||||
struct mlme_priv *pmlmepriv = &(padapter->mlmepriv);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue