Sergey Matyukevich <[email protected]> writes:
> This patch implements cfg80211 channel_switch handler enabling CSA
> channel-switch procedure.
>
> At the moment qtnfmac host driver performs only basic validation of
> the requested new channel and then sends command to firmware.
> Beacon IEs are not sent since beacon update is handled by firmware.
>
> Signed-off-by: Sergey Matyukevich <[email protected]>
[...]
> +static int qtnf_channel_switch(struct wiphy *wiphy, struct net_device *dev,
> + struct cfg80211_csa_settings *params)
> +{
> + struct qtnf_wmac *mac = wiphy_priv(wiphy);
> + struct qtnf_vif *vif = qtnf_netdev_get_priv(dev);
> + int ret;
> +
> + pr_info("%s: chan(%u) count(%u) radar(%u) block_tx(%u)\n", dev->name,
> + params->chandef.chan->hw_value, params->count,
> + params->radar_required, params->block_tx);
Should this be a debug message?
--
Kalle Valo