]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: ks7010: Remove unused define
authorNathan Chancellor <natechancellor@gmail.com>
Mon, 14 May 2018 14:03:53 +0000 (07:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 May 2018 07:31:38 +0000 (09:31 +0200)
After commit 6d6612deaf55 ("staging: ks7010: Remove unnecessary limit
checks"), this define is not used anywhere. Remove it as well.

Suggested-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_wlan.h

index 11dd263d735f55bb09a05247e57badff114161bc..7aaf8d780939e690013b36db6e578e8ccf86e36a 100644 (file)
@@ -33,7 +33,6 @@ struct ks_wlan_parameter {
        u8 preamble;
        u8 power_mgmt;
        u32 scan_type;
-#define BEACON_LOST_COUNT_MIN 0
 #define BEACON_LOST_COUNT_MAX 65535
        u32 beacon_lost_count;
        u32 rts;