Commit 3ce780f0 authored by Michael Hornung's avatar Michael Hornung Committed by Greg Kroah-Hartman

staging: rtl8712: Coding style: Remove multiple blank lines

* Remove multiple blank lines in order to get rid of checkpatch.pl
  "CHECK" output
Signed-off-by: default avatarMichael Hornung <mhornung.linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ec85e8c4
...@@ -61,7 +61,6 @@ ...@@ -61,7 +61,6 @@
#define IEEE_CRYPT_ERR_TX_KEY_SET_FAILED 6 #define IEEE_CRYPT_ERR_TX_KEY_SET_FAILED 6
#define IEEE_CRYPT_ERR_CARD_CONF_FAILED 7 #define IEEE_CRYPT_ERR_CARD_CONF_FAILED 7
#define IEEE_CRYPT_ALG_NAME_LEN 16 #define IEEE_CRYPT_ALG_NAME_LEN 16
#define WPA_CIPHER_NONE BIT(0) #define WPA_CIPHER_NONE BIT(0)
...@@ -70,8 +69,6 @@ ...@@ -70,8 +69,6 @@
#define WPA_CIPHER_TKIP BIT(3) #define WPA_CIPHER_TKIP BIT(3)
#define WPA_CIPHER_CCMP BIT(4) #define WPA_CIPHER_CCMP BIT(4)
#define WPA_SELECTOR_LEN 4 #define WPA_SELECTOR_LEN 4
#define RSN_HEADER_LEN 4 #define RSN_HEADER_LEN 4
...@@ -88,7 +85,6 @@ enum NETWORK_TYPE { ...@@ -88,7 +85,6 @@ enum NETWORK_TYPE {
WIRELESS_11BGN = (WIRELESS_11B | WIRELESS_11G | WIRELESS_11N), WIRELESS_11BGN = (WIRELESS_11B | WIRELESS_11G | WIRELESS_11N),
}; };
struct ieee_param { struct ieee_param {
u32 cmd; u32 cmd;
u8 sta_addr[ETH_ALEN]; u8 sta_addr[ETH_ALEN];
...@@ -161,7 +157,6 @@ struct ieee80211_hdr_3addr { ...@@ -161,7 +157,6 @@ struct ieee80211_hdr_3addr {
u16 seq_ctl; u16 seq_ctl;
} __packed; } __packed;
struct ieee80211_hdr_qos { struct ieee80211_hdr_qos {
u16 frame_ctl; u16 frame_ctl;
u16 duration_id; u16 duration_id;
...@@ -191,7 +186,6 @@ struct eapol { ...@@ -191,7 +186,6 @@ struct eapol {
u16 length; u16 length;
} __packed; } __packed;
enum eap_type { enum eap_type {
EAP_PACKET = 0, EAP_PACKET = 0,
EAPOL_START, EAPOL_START,
...@@ -331,14 +325,12 @@ struct ieee80211_snap_hdr { ...@@ -331,14 +325,12 @@ struct ieee80211_snap_hdr {
#define IEEE80211_DATA_HDR3_LEN 24 #define IEEE80211_DATA_HDR3_LEN 24
#define IEEE80211_DATA_HDR4_LEN 30 #define IEEE80211_DATA_HDR4_LEN 30
#define IEEE80211_STATMASK_SIGNAL (1<<0) #define IEEE80211_STATMASK_SIGNAL (1<<0)
#define IEEE80211_STATMASK_RSSI (1<<1) #define IEEE80211_STATMASK_RSSI (1<<1)
#define IEEE80211_STATMASK_NOISE (1<<2) #define IEEE80211_STATMASK_NOISE (1<<2)
#define IEEE80211_STATMASK_RATE (1<<3) #define IEEE80211_STATMASK_RATE (1<<3)
#define IEEE80211_STATMASK_WEMASK 0x7 #define IEEE80211_STATMASK_WEMASK 0x7
#define IEEE80211_CCK_MODULATION (1<<0) #define IEEE80211_CCK_MODULATION (1<<0)
#define IEEE80211_OFDM_MODULATION (1<<1) #define IEEE80211_OFDM_MODULATION (1<<1)
...@@ -348,7 +340,6 @@ struct ieee80211_snap_hdr { ...@@ -348,7 +340,6 @@ struct ieee80211_snap_hdr {
#define IEEE80211_CCK_RATE_LEN 4 #define IEEE80211_CCK_RATE_LEN 4
#define IEEE80211_NUM_OFDM_RATESLEN 8 #define IEEE80211_NUM_OFDM_RATESLEN 8
#define IEEE80211_CCK_RATE_1MB 0x02 #define IEEE80211_CCK_RATE_1MB 0x02
#define IEEE80211_CCK_RATE_2MB 0x04 #define IEEE80211_CCK_RATE_2MB 0x04
#define IEEE80211_CCK_RATE_5MB 0x0B #define IEEE80211_CCK_RATE_5MB 0x0B
...@@ -401,9 +392,6 @@ struct ieee80211_snap_hdr { ...@@ -401,9 +392,6 @@ struct ieee80211_snap_hdr {
#define IEEE80211_NUM_CCK_RATES 4 #define IEEE80211_NUM_CCK_RATES 4
#define IEEE80211_OFDM_SHIFT_MASK_A 4 #define IEEE80211_OFDM_SHIFT_MASK_A 4
/* NOTE: This data is for statistical purposes; not all hardware provides this /* NOTE: This data is for statistical purposes; not all hardware provides this
* information for frames received. Not setting these will not cause * information for frames received. Not setting these will not cause
* any adverse affects. * any adverse affects.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment