mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
Staging: vt6655: Break 80 character long line to remove checkpatch error
This removes checkpatch.pl warning WARNING: line over 80 characters Signed-off-by: Rajbinder Brar <brar.rajbinder@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b377ed4cce
commit
4309635f69
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@
|
||||||
#define WLAN_RATES_MAXLEN_11B 4
|
#define WLAN_RATES_MAXLEN_11B 4
|
||||||
#define WLAN_RSN_MAXLEN 32
|
#define WLAN_RSN_MAXLEN 32
|
||||||
#define WLAN_DATA_MAXLEN 2312
|
#define WLAN_DATA_MAXLEN 2312
|
||||||
#define WLAN_A3FR_MAXLEN (WLAN_HDR_ADDR3_LEN + WLAN_DATA_MAXLEN + WLAN_CRC_LEN)
|
#define WLAN_A3FR_MAXLEN (WLAN_HDR_ADDR3_LEN + WLAN_DATA_MAXLEN + \
|
||||||
|
WLAN_CRC_LEN)
|
||||||
|
|
||||||
#define WLAN_BEACON_FR_MAXLEN WLAN_A3FR_MAXLEN
|
#define WLAN_BEACON_FR_MAXLEN WLAN_A3FR_MAXLEN
|
||||||
#define WLAN_ATIM_FR_MAXLEN (WLAN_HDR_ADDR3_LEN + 0)
|
#define WLAN_ATIM_FR_MAXLEN (WLAN_HDR_ADDR3_LEN + 0)
|
||||||
|
|
Loading…
Reference in a new issue