aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2010-01-09 23:17:49 +0000
committerImre Kaloz <kaloz@openwrt.org>2010-01-09 23:17:49 +0000
commit46783f81eefb0e8ff42a10a270f7543c8f58ca3b (patch)
tree0e30a6da0ce02772872e5429ca3612cde2a2c681 /target
parentf8834b9c702904fa156cb7bfbcb59d974c990915 (diff)
downloadupstream-46783f81eefb0e8ff42a10a270f7543c8f58ca3b.tar.gz
upstream-46783f81eefb0e8ff42a10a270f7543c8f58ca3b.tar.bz2
upstream-46783f81eefb0e8ff42a10a270f7543c8f58ca3b.zip
remove unneeded patch
SVN-Revision: 19088
Diffstat (limited to 'target')
-rw-r--r--target/linux/generic-2.6/patches-2.6.31/910-hostap_tx_queue_len_fix.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.31/910-hostap_tx_queue_len_fix.patch b/target/linux/generic-2.6/patches-2.6.31/910-hostap_tx_queue_len_fix.patch
deleted file mode 100644
index b421662d9c..0000000000
--- a/target/linux/generic-2.6/patches-2.6.31/910-hostap_tx_queue_len_fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- a/drivers/net/wireless/hostap/hostap_main.c
-+++ b/drivers/net/wireless/hostap/hostap_main.c
-@@ -875,15 +875,16 @@ void hostap_setup_dev(struct net_device
-
- switch(type) {
- case HOSTAP_INTERFACE_AP:
-+ dev->tx_queue_len = 0; /* use main radio device queue */
- dev->netdev_ops = &hostap_mgmt_netdev_ops;
- dev->type = ARPHRD_IEEE80211;
- dev->header_ops = &hostap_80211_ops;
- break;
- case HOSTAP_INTERFACE_MASTER:
-- dev->tx_queue_len = 0; /* use main radio device queue */
- dev->netdev_ops = &hostap_master_ops;
- break;
- default:
-+ dev->tx_queue_len = 0; /* use main radio device queue */
- dev->netdev_ops = &hostap_netdev_ops;
- }
-