summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/include
diff options
context:
space:
mode:
authorIvan Safonov <insafonov@gmail.com>2016-10-08 01:01:25 +0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:25:27 +0200
commit63764c7fb6e159a5b2abe782f079bf75661b2489 (patch)
tree98e89d57ae61d0a6afbd95957dbbfc55b40cc6df /drivers/staging/rtl8188eu/include
parentaaa27e8c4abccc2c8fc3da6e7c092fc4f7a279ed (diff)
downloadlinux-stable-63764c7fb6e159a5b2abe782f079bf75661b2489.tar.gz
linux-stable-63764c7fb6e159a5b2abe782f079bf75661b2489.tar.bz2
linux-stable-63764c7fb6e159a5b2abe782f079bf75661b2489.zip
staging:r8188eu: change type of the precv_buf member of recv_priv structure
To avoid unnecessary typecast. To use compiler type checking. Signed-off-by: Ivan Safonov <insafonov@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include')
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_recv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_recv.h b/drivers/staging/rtl8188eu/include/rtw_recv.h
index e871ebbdb95a..8fa3b8193f6e 100644
--- a/drivers/staging/rtl8188eu/include/rtw_recv.h
+++ b/drivers/staging/rtl8188eu/include/rtw_recv.h
@@ -181,7 +181,7 @@ struct recv_priv {
struct sk_buff_head free_recv_skb_queue;
struct sk_buff_head rx_skb_queue;
u8 *pallocated_recv_buf;
- u8 *precv_buf; /* 4 alignment */
+ struct recv_buf *precv_buf; /* 4 alignment */
struct __queue free_recv_buf_queue;
/* For display the phy informatiom */
u8 is_signal_dbg; /* for debug */