linux/drivers/staging/wilc1000
Ajay Singh 38b39d3240 staging: wilc1000: remove always 'true' check from 'if' statement
Fix few smatch warning related to 'warn: always true condition'.

handle_cfg_param() warn: always true condition
'(cfg_param_attr->auth_timeout < 65536) => (0-u16max < 65536)'
handle_cfg_param() warn: always true condition
'(cfg_param_attr->rts_threshold < 65536) => (0-u16max < 65536)'
handle_cfg_param() warn: always true condition
'(cfg_param_attr->beacon_interval < 65536) => (0-u16max < 65536)'
handle_cfg_param() warn: always true condition
'(cfg_param_attr->site_survey_scan_time < 65536) => (0-u16max <
65536)'
handle_cfg_param() warn: always true condition
'(cfg_param_attr->active_scan_time < 65536) => (0-u16max < 65536)'
handle_cfg_param() warn: always true condition
'(cfg_param_attr->passive_scan_time < 65536) => (0-u16max < 65536)'

Signed-off-by: Ajay Singh <ajay.kathat@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-03-06 04:11:43 -08:00
..
coreconfigurator.c staging: wilc1000: fix open parenthesis alignment mismatch in wilc_parse_network_info() 2018-02-16 17:31:22 +01:00
coreconfigurator.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
host_interface.c staging: wilc1000: remove always 'true' check from 'if' statement 2018-03-06 04:11:43 -08:00
host_interface.h staging: wilc1000: rename wilc_remove_key() parameters to avoid camelCase 2018-02-19 18:12:53 +01:00
Kconfig
linux_mon.c staging: wilc1000: move multiple definition of same macro to common header 2018-03-01 17:22:28 +01:00
linux_wlan.c staging: wilc1000: rename WILC_WFI_mgmt_rx() to avoid camelCase 2018-03-01 17:22:28 +01:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
TODO drivers: wilc1000: remove references to semaphores 2016-08-21 17:27:16 +02:00
wilc_debugfs.c staging: wilc1000: add SPDX identifiers to all wilc100 files 2017-11-28 13:20:46 +01:00
wilc_sdio.c staging: wilc1000: fix line over 80 characters in sdio_clear_int_ext() 2018-02-16 17:31:22 +01:00
wilc_spi.c staging: wilc1000: fix line over 80 chars in wilc_spi_clear_int_ext() 2018-02-16 15:31:30 +01:00
wilc_wfi_cfgoperations.c staging: wilc1000: move multiple definition of same macro to common header 2018-03-01 17:22:28 +01:00
wilc_wfi_cfgoperations.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
wilc_wfi_netdevice.h staging: wilc1000: rename WILC_WFI_mgmt_rx() to avoid camelCase 2018-03-01 17:22:28 +01:00
wilc_wlan_cfg.c staging: wilc1000: fix line over 80 chars in wilc_wlan_cfg_get_wid_value() 2018-02-16 17:31:22 +01:00
wilc_wlan_cfg.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
wilc_wlan_if.h staging: wilc1000: removed unnecessary defined enums typedef 2018-01-23 11:47:29 +01:00
wilc_wlan.c staging: wilc1000: fix line over 80 char in wilc_wlan_handle_rxq() 2018-03-06 04:10:46 -08:00
wilc_wlan.h staging: wilc1000: move multiple definition of same macro to common header 2018-03-01 17:22:28 +01:00