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:
Ajay Singh 2018-11-01 16:45:20 +00:00 committed by Greg Kroah-Hartman
parent bfaf36a408
commit d6a75ad44f

View File

@ -14,8 +14,7 @@
#define SET_CFG 0 #define SET_CFG 0
#define GET_CFG 1 #define GET_CFG 1
#define MAX_STRING_LEN 256 #define MAX_ASSOC_RESP_FRAME_SIZE 256
#define MAX_ASSOC_RESP_FRAME_SIZE MAX_STRING_LEN
struct rssi_history_buffer { struct rssi_history_buffer {
bool full; bool full;