Searched refs:acs_survey (Results 1 – 6 of 6) sorted by relevance
3788 if (!mvm->acs_survey) { in iwl_mvm_rx_channel_survey_notif()3798 mvm->acs_survey = kzalloc(struct_size(mvm->acs_survey, in iwl_mvm_rx_channel_survey_notif()3802 if (!mvm->acs_survey) in iwl_mvm_rx_channel_survey_notif()3805 mvm->acs_survey->n_channels = n_channels; in iwl_mvm_rx_channel_survey_notif()3811 mvm->acs_survey->bands[band] = in iwl_mvm_rx_channel_survey_notif()3812 &mvm->acs_survey->channels[n_channels]; in iwl_mvm_rx_channel_survey_notif()3826 info = &mvm->acs_survey->bands[band][chan_idx]; in iwl_mvm_rx_channel_survey_notif()
1603 kfree(mvm->acs_survey); in iwl_op_mode_mvm_stop()
1370 struct iwl_mvm_acs_survey *acs_survey; member
5982 if (!mvm->acs_survey) { in iwl_mvm_mac_get_acs_survey()5997 &mvm->acs_survey->bands[band][chan_idx]; in iwl_mvm_mac_get_acs_survey()
344 # to "acs_survey" or "0". Eventually, other ACS algorithms can be added in
587 # TODO: Extend parser to be able to parse "channel=acs_survey" as an alternative