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
此提交包含在:
@@ -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);
|
||||
|
新增問題並參考
封鎖使用者