projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
496a772
)
staging: wilc1000: delete function declaration SendRawPacket
author
Glen Lee
<
[email protected]
>
Wed, 16 Sep 2015 01:43:53 +0000
(10:43 +0900)
committer
Greg Kroah-Hartman
<
[email protected]
>
Thu, 17 Sep 2015 04:34:44 +0000
(21:34 -0700)
SendRawpacket is declared but not implemented. It is not used also.
So just delete it.
Signed-off-by: Glen Lee <
[email protected]
>
Signed-off-by: Tony Cho <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/wilc1000/coreconfigurator.h
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/coreconfigurator.h
b/drivers/staging/wilc1000/coreconfigurator.h
index d2a0a0b74f559f6c69406357362f5e03e1818807..c2aee05f0934524c0e850b2bd74be34ad604594b 100644
(file)
--- a/
drivers/staging/wilc1000/coreconfigurator.h
+++ b/
drivers/staging/wilc1000/coreconfigurator.h
@@
-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);