Home
last modified time | relevance | path

Searched refs:uapsd_acs (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/api/
Dsta.h349 u8 uapsd_acs; member
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dsta.c191 add_sta_cmd.uapsd_acs |= BIT(AC_BK); in iwl_mvm_sta_send_to_fw()
193 add_sta_cmd.uapsd_acs |= BIT(AC_BE); in iwl_mvm_sta_send_to_fw()
195 add_sta_cmd.uapsd_acs |= BIT(AC_VI); in iwl_mvm_sta_send_to_fw()
197 add_sta_cmd.uapsd_acs |= BIT(AC_VO); in iwl_mvm_sta_send_to_fw()
198 add_sta_cmd.uapsd_acs |= add_sta_cmd.uapsd_acs << 4; in iwl_mvm_sta_send_to_fw()