qcacmn: move the TX notify comp flag to MCL specific cb structure

The TX notify comp flag is used only by MCL, hence moving
to the MCL this field to the MCL specific cb private structure.

Change-Id: I707ab9252dea705552df9678eedd8501f479672e
This commit is contained in:
Tallapragada Kalyan
2020-11-02 18:09:10 +05:30
committed by snandini
orang tua 4677d5bdf5
melakukan b9d5c7d2b7
5 mengubah file dengan 28 tambahan dan 6 penghapusan

Melihat File

@@ -155,4 +155,14 @@ static inline void qdf_nbuf_set_rx_reo_dest_ind(qdf_nbuf_t buf,
uint8_t value)
{
}
static inline void qdf_nbuf_tx_notify_comp_set(qdf_nbuf_t buf, uint8_t val)
{
}
static inline uint8_t qdf_nbuf_tx_notify_comp_get(qdf_nbuf_t buf)
{
return 0;
}
#endif /* _QDF_NBUF_W_H */