diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-04-19 21:32:05 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-04-19 21:32:05 +0000 |
commit | da2cc2c79a4478ea98fd7e78ab3dfd53c2586198 (patch) | |
tree | fda8cb1863cd63826e57e2075bf40e1e1159755c /target/linux/ar71xx/patches-3.2/903-add-dummy-BQF-helpers.patch | |
parent | 9854d6fb7f6d9c6e83408816cc65645ffa09d633 (diff) | |
download | upstream-da2cc2c79a4478ea98fd7e78ab3dfd53c2586198.tar.gz upstream-da2cc2c79a4478ea98fd7e78ab3dfd53c2586198.tar.bz2 upstream-da2cc2c79a4478ea98fd7e78ab3dfd53c2586198.zip |
ar71xx: nuke 3.2 support
SVN-Revision: 31360
Diffstat (limited to 'target/linux/ar71xx/patches-3.2/903-add-dummy-BQF-helpers.patch')
-rw-r--r-- | target/linux/ar71xx/patches-3.2/903-add-dummy-BQF-helpers.patch | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/target/linux/ar71xx/patches-3.2/903-add-dummy-BQF-helpers.patch b/target/linux/ar71xx/patches-3.2/903-add-dummy-BQF-helpers.patch deleted file mode 100644 index e9e2719035..0000000000 --- a/target/linux/ar71xx/patches-3.2/903-add-dummy-BQF-helpers.patch +++ /dev/null @@ -1,36 +0,0 @@ ---- a/include/linux/netdevice.h -+++ b/include/linux/netdevice.h -@@ -1908,6 +1908,33 @@ static inline int netif_tx_queue_frozen_ - return dev_queue->state & QUEUE_STATE_XOFF_OR_FROZEN; - } - -+static inline void netdev_tx_sent_queue(struct netdev_queue *dev_queue, -+ unsigned int bytes) -+{ -+} -+ -+static inline void netdev_sent_queue(struct net_device *dev, unsigned int bytes) -+{ -+} -+ -+static inline void netdev_tx_completed_queue(struct netdev_queue *dev_queue, -+ unsigned pkts, unsigned bytes) -+{ -+} -+ -+static inline void netdev_completed_queue(struct net_device *dev, -+ unsigned pkts, unsigned bytes) -+{ -+} -+ -+static inline void netdev_tx_reset_queue(struct netdev_queue *q) -+{ -+} -+ -+static inline void netdev_reset_queue(struct net_device *dev_queue) -+{ -+} -+ - /** - * netif_running - test if up - * @dev: network device |