Marek Puzyniak <marek.puzyniak@xxxxxxxxx> writes: > Currently ath10k is not using STA KICKOUT firmware functionality. > In order to avoid unwanted FW events this functionality should be > disabled when not used. > > Signed-off-by: Marek Puzyniak <marek.puzyniak@xxxxxxxxx> Thanks, applied. I did minor changes to the commit log based on the feedback: ath10k: disable STA kickout in FW Currently ath10k is not using STA KICKOUT firmware functionality. In order to avoid unwanted WMI_PEER_STA_KICKOUT_EVENT event this functionality should be disabled when not used. Signed-off-by: Marek Puzyniak <marek.puzyniak@xxxxxxxxx> Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxxxx> > --- a/drivers/net/wireless/ath/ath10k/mac.c > +++ b/drivers/net/wireless/ath/ath10k/mac.c > @@ -2292,11 +2292,20 @@ static int ath10k_add_interface(struct ieee80211_hw *hw, > } > > if (arvif->vdev_type == WMI_VDEV_TYPE_AP) { > + u32 param_id; > + Also I moved this to the beginning of the function. -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html