qcacmn: Add DSCP_TID changes for Lithium

Add command to set mapid for each VAP using:
iwpriv athX s_dscp_mapid  N

Add command to change tid values in PDEV maps using:
iwpriv wifiX s_dscp_tid_map <MAP_ID> <TOS> <TID>

Change-Id: I510a40e71ecec5c453dd2dff1b13fd5ebedbe98a
CRs-Fixed: 1108452
此提交包含在:
Ishank Jain
2017-02-27 17:09:29 +05:30
提交者 Sandeep Puligilla
父節點 ec9cb37ce5
當前提交 949674c4cb
共有 9 個檔案被更改,包括 366 行新增39 行删除

查看文件

@@ -739,7 +739,7 @@ done:
}
}
if (qdf_unlikely(vdev->rx_decap_type == htt_pkt_type_raw))
if (qdf_unlikely(vdev->rx_decap_type == htt_cmn_pkt_type_raw))
dp_rx_deliver_raw(vdev, deliver_list_head);
else if (qdf_likely(vdev->osif_rx) && deliver_list_head)
vdev->osif_rx(vdev->osif_vdev, deliver_list_head);