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:
parent
496a77257c
commit
be6c212a6f
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue