提交 f7d6e7c7 编写于 作者: J Jes Sorensen 提交者: Greg Kroah-Hartman

staging: rtl8723au: Re-organize struct xmit_priv for better packing

Signed-off-by: NJes Sorensen <Jes.Sorensen@redhat.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 516f29e1
...@@ -295,8 +295,6 @@ struct xmit_priv { ...@@ -295,8 +295,6 @@ struct xmit_priv {
struct rtw_adapter *adapter; struct rtw_adapter *adapter;
u8 vcs;
u64 tx_bytes; u64 tx_bytes;
u64 tx_pkts; u64 tx_pkts;
u64 tx_drop; u64 tx_drop;
...@@ -305,6 +303,8 @@ struct xmit_priv { ...@@ -305,6 +303,8 @@ struct xmit_priv {
struct hw_xmit *hwxmits; struct hw_xmit *hwxmits;
u8 hwxmit_entry; u8 hwxmit_entry;
u8 vcs;
u8 nqos_ssn;
u8 wmm_para_seq[4];/* sequence for wmm ac parameter strength from u8 wmm_para_seq[4];/* sequence for wmm ac parameter strength from
* large to small. it's value is 0->vo, 1->vi, * large to small. it's value is 0->vo, 1->vi,
...@@ -330,7 +330,6 @@ struct xmit_priv { ...@@ -330,7 +330,6 @@ struct xmit_priv {
struct list_head xmitextbuf_list; /* track buffers for cleanup */ struct list_head xmitextbuf_list; /* track buffers for cleanup */
uint free_xmit_extbuf_cnt; uint free_xmit_extbuf_cnt;
u8 nqos_ssn;
int ack_tx; int ack_tx;
struct mutex ack_tx_mutex; struct mutex ack_tx_mutex;
struct submit_ctx ack_tx_ops; struct submit_ctx ack_tx_ops;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册