mwifiex: remove max_tx_buf_size
max_tx_buf_size is not used any more after reconfiguration of tx buffer size has been removed. Also add missing curr_tx_buf_size update while dumping debug info via debugfs. Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committad av
John W. Linville

förälder
62749238d1
incheckning
5e3175fb67
@@ -91,7 +91,7 @@ int mwifiex_get_debug_info(struct mwifiex_private *priv,
|
||||
memcpy(info->packets_out,
|
||||
priv->wmm.packets_out,
|
||||
sizeof(priv->wmm.packets_out));
|
||||
info->max_tx_buf_size = (u32) adapter->max_tx_buf_size;
|
||||
info->curr_tx_buf_size = (u32) adapter->curr_tx_buf_size;
|
||||
info->tx_buf_size = (u32) adapter->tx_buf_size;
|
||||
info->rx_tbl_num = mwifiex_get_rx_reorder_tbl(priv,
|
||||
info->rx_tbl);
|
||||
|
Referens i nytt ärende
Block a user