Searched refs:rf_data (Results 1 – 3 of 3) sorted by relevance
714 if (handle->rf_test_mode && handle->rf_data) { in woal_config_read()715 seq_printf(sfp, "tx_antenna=%u\n", handle->rf_data->tx_antenna); in woal_config_read()716 seq_printf(sfp, "rx_antenna=%u\n", handle->rf_data->rx_antenna); in woal_config_read()717 seq_printf(sfp, "band=%u\n", handle->rf_data->band); in woal_config_read()718 seq_printf(sfp, "bw=%u\n", handle->rf_data->bandwidth); in woal_config_read()719 if (handle->rf_data->channel) in woal_config_read()721 handle->rf_data->channel); in woal_config_read()724 if (handle->rf_data->radio_mode[0]) in woal_config_read()726 handle->rf_data->radio_mode[0]); in woal_config_read()729 if (handle->rf_data->radio_mode[1]) in woal_config_read()[all …]
7950 handle->rf_data == NULL) { in woal_process_rf_test_mode()7954 handle->rf_data = in woal_process_rf_test_mode()7956 if (!handle->rf_data) in woal_process_rf_test_mode()7960 if (handle->rf_data) { in woal_process_rf_test_mode()7962 handle->rf_data->tx_antenna = 1; in woal_process_rf_test_mode()7963 handle->rf_data->rx_antenna = 1; in woal_process_rf_test_mode()7966 if (handle->rf_data) { in woal_process_rf_test_mode()7968 kfree(handle->rf_data); in woal_process_rf_test_mode()7969 handle->rf_data = NULL; in woal_process_rf_test_mode()7998 if (!handle->rf_test_mode || !handle->rf_data) in woal_process_rf_test_mode_cmd()[all …]
2717 struct rf_test_mode_data *rf_data; member