mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Remove cases of two or more blank lines
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
e91077579f
commit
bad0b4cde4
91 changed files with 1 additions and 1098 deletions
|
@ -50,7 +50,6 @@ enum {
|
|||
ENCRYP_PROTOCOL_MAX
|
||||
};
|
||||
|
||||
|
||||
#ifndef Ndis802_11AuthModeWPA2
|
||||
#define Ndis802_11AuthModeWPA2 (Ndis802_11AuthModeWPANone + 1)
|
||||
#endif
|
||||
|
@ -222,7 +221,6 @@ do { \
|
|||
} \
|
||||
} while (0)
|
||||
|
||||
|
||||
#define GET_TKIP_PN(iv, dot11txpn) \
|
||||
do { \
|
||||
dot11txpn._byte_.TSC0 = iv[2]; \
|
||||
|
@ -233,7 +231,6 @@ do { \
|
|||
dot11txpn._byte_.TSC5 = iv[7]; \
|
||||
} while (0)
|
||||
|
||||
|
||||
#define ROL32(A, n) (((A) << (n)) | (((A)>>(32-(n))) & ((1UL << (n)) - 1)))
|
||||
#define ROR32(A, n) ROL32((A), 32-(n))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue