aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e/rtllib.h
diff options
context:
space:
mode:
authorDerek Robson <robsonde@gmail.com>2017-03-19 14:16:02 +1300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-23 14:28:47 +0100
commita959dec1155714260ff347020421ee6fce0d0f61 (patch)
tree8519f28554f45a95d9872c14351535c70b358af4 /drivers/staging/rtl8192e/rtllib.h
parentstaging:r8188eu: add iv length to frame data offset (diff)
downloadlinux-dev-a959dec1155714260ff347020421ee6fce0d0f61.tar.xz
linux-dev-a959dec1155714260ff347020421ee6fce0d0f61.zip
Staging: rtl8192e - fixed style of block comments
Fixed style of block comment across whole driver Found using checkpatch Signed-off-by: Derek Robson <robsonde@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8192e/rtllib.h')
-rw-r--r--drivers/staging/rtl8192e/rtllib.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192e/rtllib.h b/drivers/staging/rtl8192e/rtllib.h
index b895a537d3e4..827651b62791 100644
--- a/drivers/staging/rtl8192e/rtllib.h
+++ b/drivers/staging/rtl8192e/rtllib.h
@@ -619,7 +619,8 @@ struct ieee_ibss_seq {
/* NOTE: This data is for statistical purposes; not all hardware provides this
* information for frames received. Not setting these will not cause
- * any adverse affects. */
+ * any adverse affects.
+ */
struct rtllib_rx_stats {
u64 mac_time;
s8 rssi;
@@ -1138,7 +1139,8 @@ enum {WMM_all_frame, WMM_two_frame, WMM_four_frame, WMM_six_frame};
#define ETHER_ADDR_LEN 6 /* length of an Ethernet address */
#define ETHERNET_HEADER_SIZE 14 /* length of two Ethernet address
- * plus ether type*/
+ * plus ether type
+ */
enum erp_t {
ERP_NonERPpresent = 0x01,