qtnfmac: add support for radar detection and CAC
Implement two parts of radar handling logic: - cfg80211 .start_radar_detect callback to allow nl80211 to initiate CAC - radar event to allow wlan device to advertize CAC and radar events Signed-off-by: Igor Mitsyanko <igor.mitsyanko.os@quantenna.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:

committed by
Kalle Valo

parent
5bf374ab91
commit
b05ee456fd
@@ -76,5 +76,8 @@ int qtnf_cmd_get_chan_stats(struct qtnf_wmac *mac, u16 channel,
|
||||
int qtnf_cmd_send_chan_switch(struct qtnf_vif *vif,
|
||||
struct cfg80211_csa_settings *params);
|
||||
int qtnf_cmd_get_channel(struct qtnf_vif *vif, struct cfg80211_chan_def *chdef);
|
||||
int qtnf_cmd_start_cac(const struct qtnf_vif *vif,
|
||||
const struct cfg80211_chan_def *chdef,
|
||||
u32 cac_time_ms);
|
||||
|
||||
#endif /* QLINK_COMMANDS_H_ */
|
||||
|
Reference in New Issue
Block a user