qcacmn: Add support for QCA6290 platform

Add support for QCA6290 platform and introduced an hif api to enable,
disable polled mode.

Change-Id: I16e210fef93251b33928788cf873117249c2d70f
Cette révision appartient à :
Balamurugan Mahalingam
2018-01-29 19:15:02 +05:30
révisé par snandini
Parent ce6b9444a4
révision 3ab3633184
5 fichiers modifiés avec 26 ajouts et 1 suppressions

Voir le fichier

@@ -490,6 +490,9 @@ QDF_STATUS hif_diag_write_mem(struct hif_opaque_softc *hif_ctx,
typedef void (*fastpath_msg_handler)(void *, qdf_nbuf_t *, uint32_t);
void hif_enable_polled_mode(struct hif_opaque_softc *hif_ctx);
bool hif_is_polled_mode_enabled(struct hif_opaque_softc *hif_ctx);
/*
* Set the FASTPATH_mode_on flag in sc, for use by data path
*/