]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: remove unused define
authorChaehyun Lim <chaehyun.lim@gmail.com>
Thu, 3 Mar 2016 05:28:23 +0000 (14:28 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 4 Mar 2016 01:52:13 +0000 (17:52 -0800)
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>
drivers/staging/wilc1000/wilc_wlan_if.h

index 9eb123b58aaefe2b36d28baca078e470fc3ffb38..83cf84dd63b587695bffbb5533c4a9cbd3457968 100644 (file)
@@ -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,