Home
last modified time | relevance | path

Searched refs:rf_data (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_proc.c714 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 …]
H A Dmoal_ioctl.c7950 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 …]
H A Dmoal_main.h2717 struct rf_test_mode_data *rf_data; member