staging: wilc1000: remove commented out WILC_Sleep calls
It's not being called, so delete these lines. Cc: Johnny Kim <johnny.kim@atmel.com> Cc: Rachel Kim <rachel.kim@atmel.com> Cc: Dean Lee <dean.lee@atmel.com> Cc: Chris Park <chris.park@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e235727173
commit
bb7b1a76aa
2 changed files with 0 additions and 3 deletions
|
@ -2014,7 +2014,6 @@ s32 SendConfigPkt(u8 u8Mode, tstrWID *pstrWIDs,
|
||||||
/**
|
/**
|
||||||
* get the value
|
* get the value
|
||||||
**/
|
**/
|
||||||
/* WILC_Sleep(1000); */
|
|
||||||
counter = 0;
|
counter = 0;
|
||||||
for (counter = 0; counter < u32WIDsCount; counter++) {
|
for (counter = 0; counter < u32WIDsCount; counter++) {
|
||||||
pstrWIDs[counter].s32ValueSize = gpstrWlanOps->wlan_cfg_get_value(
|
pstrWIDs[counter].s32ValueSize = gpstrWlanOps->wlan_cfg_get_value(
|
||||||
|
|
|
@ -4932,7 +4932,6 @@ s32 host_int_add_ptk(tstrWILC_WFIDrv *hWFIDrv, const u8 *pu8Ptk, u8 u8PtkKeylen,
|
||||||
|
|
||||||
/* ////////////// */
|
/* ////////////// */
|
||||||
down(&(pstrWFIDrv->hSemTestKeyBlock));
|
down(&(pstrWFIDrv->hSemTestKeyBlock));
|
||||||
/* WILC_Sleep(100); */
|
|
||||||
/* /////// */
|
/* /////// */
|
||||||
|
|
||||||
WILC_CATCH(s32Error)
|
WILC_CATCH(s32Error)
|
||||||
|
@ -5033,7 +5032,6 @@ s32 host_int_add_rx_gtk(tstrWILC_WFIDrv *hWFIDrv, const u8 *pu8RxGtk, u8 u8GtkKe
|
||||||
PRINT_ER("Error in sending message queue: RX GTK\n");
|
PRINT_ER("Error in sending message queue: RX GTK\n");
|
||||||
/* ////////////// */
|
/* ////////////// */
|
||||||
down(&(pstrWFIDrv->hSemTestKeyBlock));
|
down(&(pstrWFIDrv->hSemTestKeyBlock));
|
||||||
/* WILC_Sleep(100); */
|
|
||||||
/* /////// */
|
/* /////// */
|
||||||
|
|
||||||
WILC_CATCH(s32Error)
|
WILC_CATCH(s32Error)
|
||||||
|
|
Loading…
Add table
Reference in a new issue