Home
last modified time | relevance | path

Searched refs:IEEE80211_CONF_CHANGE_PS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/net/
H A Dmac80211.h67 IEEE80211_CONF_CHANGE_PS = BIT(2), enumerator
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_80211.c3555 error = lkpi_80211_mo_config(hw, IEEE80211_CONF_CHANGE_PS); in lkpi_ic_set_channel()
3558 "%d\n", __func__, IEEE80211_CONF_CHANGE_PS, in lkpi_ic_set_channel()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c5443 if (changed & IEEE80211_CONF_CHANGE_PS) in ath10k_config()