mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 08:16:39 +09:00
staging: wilc1000: remove unused define
This patch removes INFINITE_SLEEP_TIME that is not used in the driver, so just remove it. Signed-off-by: Chaehyun Lim <chaehyun.lim@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
fc17eaa1ed
commit
09db529cb5
@@ -96,8 +96,6 @@ typedef void (*wilc_tx_complete_func_t)(void *, int);
|
||||
#define MAX_SSID_LEN 33
|
||||
#define MAX_RATES_SUPPORTED 12
|
||||
|
||||
#define INFINITE_SLEEP_TIME ((u32)0xFFFFFFFF)
|
||||
|
||||
typedef enum {
|
||||
SUPP_RATES_IE = 1,
|
||||
EXT_SUPP_RATES_IE = 50,
|
||||
|
||||
Reference in New Issue
Block a user