Re: [PATCH 03/10] qtnfmac: add support for radar detection and CAC

2017-12-05 Thread Sergey Matyukevich
> >> +int qtnf_cmd_start_cac(const struct qtnf_vif *vif, > >> + const struct cfg80211_chan_def *chdef, > >> + u32 cac_time_ms) > >> +{ > >> +struct qtnf_bus *bus = vif->mac->bus; > >> +struct sk_buff *cmd_skb; > >> +struct qlink_cmd_start_cac *cmd; >

Re: [PATCH 03/10] qtnfmac: add support for radar detection and CAC

2017-12-04 Thread Kalle Valo
Kalle Valo writes: > Sergey Matyukevich writes: > >> From: Igor Mitsyanko >> >> Implement two parts of radar handling logic: >> - cfg80211 .start_radar_detect callback to allow nl80211 to initiate CAC

[PATCH 03/10] qtnfmac: add support for radar detection and CAC

2017-11-13 Thread Sergey Matyukevich
From: Igor Mitsyanko 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