Searched refs:uapsd_acs (Results 1 – 2 of 2) sorted by relevance
349 u8 uapsd_acs; member
191 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()
Completed in 12 milliseconds