HomeSort by relevance Sort by last modified time
    Searched full:vlan_prio (Results 1 - 1 of 1) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
bcmutils.c 1137 int vlan_prio, dscp_prio = 0; local
1142 vlan_prio = (int) (vlan_tag >> VLAN_PRI_SHIFT) & VLAN_PRI_MASK;
1155 priority = vlan_prio;
1165 if (update_vtag && (priority != vlan_prio)) {
    [all...]

Completed in 59 milliseconds