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:
fdf33a7
)
staging: wilc1000: wilc_wfi_netdevice.h: remove unused variables
author
Glen Lee
<
[email protected]
>
Fri, 2 Oct 2015 05:22:05 +0000
(14:22 +0900)
committer
Greg Kroah-Hartman
<
[email protected]
>
Fri, 2 Oct 2015 10:02:15 +0000
(12:02 +0200)
This patch removes unused variable already_claim and hWILCWFIDrv_2.
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/wilc_wfi_netdevice.h
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/wilc_wfi_netdevice.h
b/drivers/staging/wilc1000/wilc_wfi_netdevice.h
index 0403bc754679709e00c37ac6821a181a4563603e..e553b0cb1db5ab598567bf0c014b95a8f1a7f2b4 100644
(file)
--- a/
drivers/staging/wilc1000/wilc_wfi_netdevice.h
+++ b/
drivers/staging/wilc1000/wilc_wfi_netdevice.h
@@
-125,7
+125,6
@@
struct wilc_priv {
struct net_device *dev;
struct napi_struct napi;
tstrWILC_WFIDrv *hWILCWFIDrv;
- WILC_WFIDrvHandle hWILCWFIDrv_2;
tstrHostIFpmkidAttr pmkid_list;
struct WILC_WFI_stats netstats;
u8 WILC_WFI_wep_default;
@@
-190,7
+189,6
@@
typedef struct {
struct net_device *real_ndev;
#ifdef WILC_SDIO
- int already_claim;
struct sdio_func *wilc_sdio_func;
#else
struct spi_device *wilc_spidev;