mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 15:42:46 +00:00
staging: rtl8188eu: Remove unused member cmd_done_cnt from struct cmd_priv
Signed-off-by: navin patidar <navin.patidar@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8edacacfc2
commit
4b55f02b4a
2 changed files with 0 additions and 2 deletions
|
@ -64,7 +64,6 @@ int rtw_init_cmd_priv(struct cmd_priv *pcmdpriv)
|
|||
|
||||
pcmdpriv->rsp_buf = pcmdpriv->rsp_allocated_buf + 4 - ((size_t)(pcmdpriv->rsp_allocated_buf) & 3);
|
||||
|
||||
pcmdpriv->cmd_done_cnt = 0;
|
||||
exit:
|
||||
return res;
|
||||
}
|
||||
|
|
|
@ -52,7 +52,6 @@ struct cmd_priv {
|
|||
u8 *cmd_allocated_buf;
|
||||
u8 *rsp_buf; /* shall be non-paged, and 4 bytes aligned */
|
||||
u8 *rsp_allocated_buf;
|
||||
u32 cmd_done_cnt;
|
||||
u8 cmdthd_running;
|
||||
struct adapter *padapter;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue