> Introduce NL80211_CMD_SET_LINK_LOSS_PROFILE and > NL80211_CMD_GET_LINK_LOSS_PROFILE as it required by the user space > to configure the link loss profile. I'm not convinced. > The link loss profile represents the priority of maintaining link up > in different link quality environments. > Three types of behavior for link loss defined: > LINK_LOSS_PROFILE_RELAXED: prefer maintaining link up even in poor > link quality environment. > LINK_LOSS_PROFILE_DEFAULT: The default behavior for maintaining link > up vs link quality. > LINK_LOSS_PROFILE_AGGRESSIVE: prefer losing link up in poor link > quality environment. What you're doing here is *extremely* vague. No definitions of what this means, no description of how it's intended to be implemented, no note even on whether or not this is for full-MAC chips or not, etc. At least for mac80211, we can define signals to userspace regarding "link quality" and make decisions in wpa_s then? > --- a/drivers/net/wireless/ath/wil6210/cfg80211.c Those changes obviously don't belong into this patch anyway. johannes