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:
4676a15
)
staging: wilc1000: convert to using IFF_NO_QUEUE
author
Phil Sutter
<
[email protected]
>
Tue, 18 Aug 2015 08:30:47 +0000
(10:30 +0200)
committer
David S. Miller
<
[email protected]
>
Tue, 18 Aug 2015 18:55:07 +0000
(11:55 -0700)
Signed-off-by: Phil Sutter <
[email protected]
>
Cc: Johnny Kim <
[email protected]
>
Cc: Rachel Kim <
[email protected]
>
Cc: Dean Lee <
[email protected]
>
Cc: Chris Park <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/staging/wilc1000/linux_mon.c
patch
|
blob
|
history
diff --git
a/drivers/staging/wilc1000/linux_mon.c
b/drivers/staging/wilc1000/linux_mon.c
index f5296f53a3d24186e235db3972b6eac75c3a6cdc..a1f66addda8da97eacb5ece261e23f65b26a95b0 100644
(file)
--- a/
drivers/staging/wilc1000/linux_mon.c
+++ b/
drivers/staging/wilc1000/linux_mon.c
@@
-493,7
+493,7
@@
static void WILC_WFI_mon_setup(struct net_device *dev)
/* dev->destructor = free_netdev; */
PRINT_INFO(CORECONFIG_DBG, "In Ethernet setup function\n");
ether_setup(dev);
- dev->
tx_queue_len = 0
;
+ dev->
priv_flags |= IFF_NO_QUEUE
;
dev->type = ARPHRD_IEEE80211_RADIOTAP;
memset(dev->dev_addr, 0, ETH_ALEN);