mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
staging: wilc1000: remove unnecessary MAX_STRING_LEN macro
Cleanup patch to remove the use of unnecessary 'MAX_STRING_LEN' macro. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
bfaf36a408
commit
d6a75ad44f
@ -14,8 +14,7 @@
|
||||
#define SET_CFG 0
|
||||
#define GET_CFG 1
|
||||
|
||||
#define MAX_STRING_LEN 256
|
||||
#define MAX_ASSOC_RESP_FRAME_SIZE MAX_STRING_LEN
|
||||
#define MAX_ASSOC_RESP_FRAME_SIZE 256
|
||||
|
||||
struct rssi_history_buffer {
|
||||
bool full;
|
||||
|
Loading…
Reference in New Issue
Block a user