mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
staging: wilc1000: remove unused preprocessor definition
This patch removes a preprocessor definition, SWITCH_LOG_TERMINAL, which is not used. Enabling this definition affects the performance. Signed-off-by: Tony Cho <tony.cho@atmel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1f39e10872
commit
700db05372
@@ -926,12 +926,6 @@ static int linux_wlan_init_test_config(struct net_device *dev, linux_wlan_t *p_n
|
||||
if (!g_linux_wlan->oup.wlan_cfg_set(0, WID_11N_PROT_MECH, c_val, 1, 0, 0))
|
||||
goto _fail_;
|
||||
|
||||
#ifdef SWITCH_LOG_TERMINAL
|
||||
c_val[0] = AUTO_PROT;
|
||||
if (!g_linux_wlan->oup.wlan_cfg_set(0, WID_LOGTerminal_Switch, c_val, 1, 0, 0))
|
||||
goto _fail_;
|
||||
#endif
|
||||
|
||||
c_val[0] = ACTIVE_SCAN;
|
||||
if (!g_linux_wlan->oup.wlan_cfg_set(0, WID_SCAN_TYPE, c_val, 1, 0, 0))
|
||||
goto _fail_;
|
||||
|
||||
@@ -534,14 +534,6 @@ static int wilc_wlan_cfg_indicate_rx(uint8_t *frame, int size, wilc_cfg_rsp_t *r
|
||||
GnrlAsyncInfoReceived(frame - 4, size + 4);
|
||||
break;
|
||||
|
||||
case 'L':
|
||||
#ifndef SWITCH_LOG_TERMINAL
|
||||
PRINT_ER("Unexpected firmware log message received\n");
|
||||
#else
|
||||
PRINT_D(FIRM_DBG, "\nFIRMWARE LOGS :\n<<\n%s\n>>\n", frame);
|
||||
break;
|
||||
|
||||
#endif
|
||||
#if 1
|
||||
case 'N':
|
||||
NetworkInfoReceived(frame - 4, size + 4);
|
||||
|
||||
Reference in New Issue
Block a user