Searched refs:qos_info_element (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_rx.c1023 struct libipw_qos_information_element qos_info_element; local
1025 rc = libipw_read_qos_info_element(&qos_info_element, info_element);
1028 network->qos_data.param_count = qos_info_element.ac_info & 0x0F;
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_rx.c1573 struct rtllib_qos_information_element qos_info_element; local
1575 rc = rtllib_read_qos_info_element(&qos_info_element, info_element);
1578 network->qos_data.param_count = qos_info_element.ac_info & 0x0F;

Completed in 172 milliseconds