Staging: RT2860: Fixed everything in ap.h.
Fixed the single two warnings in ap.h which left this file with nothing left to clean. Signed-off-by: Neil Munro <neilmunro@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Родитель
78af7f826b
Коммит
8e72c64115
|
@ -42,7 +42,8 @@
|
|||
|
||||
/* ap_wpa.c */
|
||||
void WpaStateMachineInit(struct rt_rtmp_adapter *pAd,
|
||||
struct rt_state_machine *Sm, OUT STATE_MACHINE_FUNC Trans[]);
|
||||
struct rt_state_machine *Sm,
|
||||
OUT STATE_MACHINE_FUNC Trans[]);
|
||||
|
||||
#ifdef RTMP_MAC_USB
|
||||
void BeaconUpdateExec(void *SystemSpecific1,
|
||||
|
@ -61,6 +62,7 @@ struct rt_mac_table_entry *MacTableInsertEntry(struct rt_rtmp_adapter *pAd,
|
|||
BOOLEAN MacTableDeleteEntry(struct rt_rtmp_adapter *pAd,
|
||||
u16 wcid, u8 *pAddr);
|
||||
|
||||
struct rt_mac_table_entry *MacTableLookup(struct rt_rtmp_adapter *pAd, u8 *pAddr);
|
||||
struct rt_mac_table_entry *MacTableLookup(struct rt_rtmp_adapter *pAd,
|
||||
u8 *pAddr);
|
||||
|
||||
#endif /* __AP_H__ */
|
||||
|
|
Загрузка…
Ссылка в новой задаче