|
@@ -634,12 +634,10 @@ struct unifi_priv {
|
|
|
spinlock_t wapi_lock;
|
|
|
#endif
|
|
|
|
|
|
-#ifndef ALLOW_Q_PAUSE
|
|
|
/* Array to indicate if a particular Tx queue is paused, this may not be
|
|
|
* required in a multiqueue implementation since we can directly stop kernel
|
|
|
* queues */
|
|
|
u8 tx_q_paused_flag[UNIFI_TRAFFIC_Q_MAX];
|
|
|
-#endif
|
|
|
|
|
|
#ifdef CSR_WIFI_RX_PATH_SPLIT
|
|
|
struct workqueue_struct *rx_workqueue;
|
|
@@ -798,12 +796,6 @@ typedef struct netInterface_priv
|
|
|
u8 bcTimSetReqQueued;
|
|
|
} netInterface_priv_t;
|
|
|
|
|
|
-#ifndef ALLOW_Q_PAUSE
|
|
|
-#define net_is_tx_q_paused(priv, q) (priv->tx_q_paused_flag[q])
|
|
|
-#define net_tx_q_unpause(priv, q) (priv->tx_q_paused_flag[q] = 0)
|
|
|
-#define net_tx_q_pause(priv, q) (priv->tx_q_paused_flag[q] = 1)
|
|
|
-#endif
|
|
|
-
|
|
|
#ifdef CSR_SUPPORT_SME
|
|
|
#define routerStartBuffering(priv,queue) priv->routerBufferEnable[(queue)] = TRUE;
|
|
|
#define routerStopBuffering(priv,queue) priv->routerBufferEnable[(queue)] = FALSE;
|