mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
staging: wilc1000: delete function declaration SendRawPacket
SendRawpacket is declared but not implemented. It is not used also. So just delete it. Signed-off-by: Glen Lee <glen.lee@atmel.com> Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
496a77257c
commit
be6c212a6f
@@ -180,7 +180,6 @@ s32 ParseSurveyResults(u8 ppu8RcvdSiteSurveyResults[][MAX_SURVEY_RESULT_FRAG_SIZ
|
||||
s32 DeallocateSurveyResults(wid_site_survey_reslts_s *pstrSurveyResults);
|
||||
#endif
|
||||
|
||||
s32 SendRawPacket(s8 *pspacket, s32 s32PacketLen);
|
||||
void NetworkInfoReceived(u8 *pu8Buffer, u32 u32Length);
|
||||
void GnrlAsyncInfoReceived(u8 *pu8Buffer, u32 u32Length);
|
||||
void host_int_ScanCompleteReceived(u8 *pu8Buffer, u32 u32Length);
|
||||
|
||||
Reference in New Issue
Block a user