summaryrefslogtreecommitdiff
path: root/drivers/staging/cw1200/debug.h
diff options
context:
space:
mode:
authorDmitry Tarnyagin <dmitry.tarnyagin@stericsson.com>2011-06-06 17:51:35 +0200
committerRobert Marklund <robert.marklund@stericsson.com>2011-10-05 12:16:22 +0200
commit6e3de650a52d29e073bdea7f4221c0ee36d79dad (patch)
tree802efa109b25e5fbf10230e86bf463fccbf05c84 /drivers/staging/cw1200/debug.h
parenta85d2200bae1f17dfe0b73c42bc4a55e6d44abf0 (diff)
cw1200: rate policy optimization.
Try to utilize higher rates as much as possible before switching to lower rates. Change-Id: Ieaba60bc17b9c8e4e676a6ed7e5061d2ba8eddcf Signed-off-by: Dmitry Tarnyagin <dmitry.tarnyagin@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/24481 Reviewed-by: Robert MARKLUND <robert.marklund@stericsson.com> Tested-by: Robert MARKLUND <robert.marklund@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/25621 Reviewed-by: Philippe LANGLAIS <philippe.langlais@stericsson.com>
Diffstat (limited to 'drivers/staging/cw1200/debug.h')
-rw-r--r--drivers/staging/cw1200/debug.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/staging/cw1200/debug.h b/drivers/staging/cw1200/debug.h
index 0c9ef1252c4..a19083a49b9 100644
--- a/drivers/staging/cw1200/debug.h
+++ b/drivers/staging/cw1200/debug.h
@@ -9,7 +9,6 @@ struct cw1200_debug_priv {
struct dentry *debugfs_phy;
int tx;
int tx_agg;
- int tx_more;
int rx;
int rx_agg;
int tx_multi;
@@ -29,11 +28,6 @@ static inline void cw1200_debug_txed_agg(struct cw1200_common *priv)
++priv->debug->tx_agg;
}
-static inline void cw1200_debug_txed_more(struct cw1200_common *priv)
-{
- ++priv->debug->tx_more;
-}
-
static inline void cw1200_debug_txed_multi(struct cw1200_common *priv,
int count)
{
@@ -70,10 +64,6 @@ static inline void cw1200_debug_txed_agg(struct cw1200_common *priv)
{
}
-static inline void cw1200_debug_txed_more(struct cw1200_common *priv)
-{
-}
-
static inline void cw1200_debug_txed_multi(struct cw1200_common *priv,
int count)
{