Search Linux Wireless

Re: [PATCH 7/8] qtnfmac: implement cfg80211 channel_switch handler

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Sergey Matyukevich <sergey.matyukevich.os@xxxxxxxxxxxxx> 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 <sergey.matyukevich.os@xxxxxxxxxxxxx>

[...]

> +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



[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Wireless Personal Area Network]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Hiking]     [MIPS Linux]     [ARM Linux]     [Linux RAID]

  Powered by Linux