aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/rtl871x_recv.h
diff options
context:
space:
mode:
authorJavier M. Mellid <jmunhoz@igalia.com>2011-04-02 03:01:49 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-04-20 14:13:31 -0700
commit0593758e4b71836d3a95714b626d273ee51173e0 (patch)
tree44bc83c1cf1d96e79737a14d95cc0c41d917c734 /drivers/staging/rtl8712/rtl871x_recv.h
parentstaging: brcm80211: ASSERT cleanup in phy (diff)
downloadlinux-dev-0593758e4b71836d3a95714b626d273ee51173e0.tar.xz
linux-dev-0593758e4b71836d3a95714b626d273ee51173e0.zip
staging: rtl8712: fixed coding style issues
Fixed some style and format issues with headers. Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/rtl8712/rtl871x_recv.h')
-rw-r--r--drivers/staging/rtl8712/rtl871x_recv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8712/rtl871x_recv.h b/drivers/staging/rtl8712/rtl871x_recv.h
index bf8115dbcb61..cc7a72fee1c2 100644
--- a/drivers/staging/rtl8712/rtl871x_recv.h
+++ b/drivers/staging/rtl8712/rtl871x_recv.h
@@ -19,9 +19,9 @@
/* for Rx reordering buffer control */
struct recv_reorder_ctrl {
struct _adapter *padapter;
- u16 indicate_seq;/* =wstart_b, init_value=0xffff */
+ u16 indicate_seq; /* =wstart_b, init_value=0xffff */
u16 wend_b;
- u8 wsize_b;
+ u8 wsize_b;
struct __queue pending_recvframe_queue;
struct timer_list reordering_ctrl_timer;
};