qcacmn: Support RX 2K jump/OOR frame handling from REO2TCL ring
Support RX 2K jump/OOR frame handling from REO2TCL ring. (a) configure REO error destination ring register to route 2K jump /OOR frame to REO2TCL ring. (b) for 2K jump RX frame, only accept ARP frame and drop others, meanwhile, send delba action frame to remote peer once receive first 2K jump data. (c) for OOR RX frame, accept ARP/EAPOL/DHCP/IPV6_DHCP frame, otherwise drop it. Change-Id: I7cb33279a8ba543686da4eba547e40f86813e057 CRs-Fixed: 2631949
此提交包含在:
@@ -469,6 +469,7 @@ struct hal_hw_txrx_ops {
|
||||
uint32_t num_entries);
|
||||
qdf_iomem_t (*hal_get_window_address)(struct hal_soc *hal_soc,
|
||||
qdf_iomem_t addr);
|
||||
void (*hal_reo_set_err_dst_remap)(void *hal_soc);
|
||||
|
||||
/* tx */
|
||||
void (*hal_tx_desc_set_dscp_tid_table_id)(void *desc, uint8_t id);
|
||||
|
新增問題並參考
封鎖使用者