qcacmn: group hal tx and rx functions

keep hal tx and rx functions grouped as it will look clean
and avoid confusions while browsing code for others.

Change-Id: I519690d42cd077689bf7afe697908f43d7055da5
This commit is contained in:
Balamurugan Mahalingam
2018-09-25 12:13:34 +05:30
committed by nshrivas
orang tua 1b0579d9a6
melakukan fa1d9c7098
5 mengubah file dengan 10 tambahan dan 10 penghapusan

Melihat File

@@ -118,6 +118,8 @@ struct hal_hw_txrx_ops qca8074_hal_hw_txrx_ops = {
hal_tx_desc_set_lmac_id_8074,
hal_tx_desc_set_buf_addr_generic,
hal_tx_comp_get_status_generic,
hal_tx_desc_set_search_type_generic,
hal_tx_desc_set_search_index_generic,
/* rx */
hal_rx_msdu_start_nss_get_8074,
@@ -134,8 +136,6 @@ struct hal_hw_txrx_ops qca8074_hal_hw_txrx_ops = {
hal_rx_link_desc_msdu0_ptr_generic,
hal_reo_status_get_header_generic,
hal_rx_status_get_tlv_info_generic,
hal_tx_desc_set_search_type_generic,
hal_tx_desc_set_search_index_generic,
};
struct hal_hw_srng_config hw_srng_table_8074[] = {