summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-02-10 14:56:44 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-02-10 14:56:44 +0000
commitfc069f030b25b47566aab1d445332c4ef1989cc5 (patch)
treedf4ae5079acef1c037f474da658241cc5a951d20 /target
parent9c60e5677b58d3e522a3b68ab6af3f934b323f7d (diff)
downloadmaster-31e0f0ae-fc069f030b25b47566aab1d445332c4ef1989cc5.tar.gz
master-31e0f0ae-fc069f030b25b47566aab1d445332c4ef1989cc5.tar.bz2
master-31e0f0ae-fc069f030b25b47566aab1d445332c4ef1989cc5.zip
ar71xx: add dummy DQL helper functions for 3.2
SVN-Revision: 30416
Diffstat (limited to 'target')
-rw-r--r--target/linux/ar71xx/patches-3.2/903-add-dummy-BQF-helpers.patch36
1 files changed, 36 insertions, 0 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
new file mode 100644
index 0000000000..e9e2719035
--- /dev/null
+++ b/target/linux/ar71xx/patches-3.2/903-add-dummy-BQF-helpers.patch
@@ -0,0 +1,36 @@
+--- 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