Revert "qcacmn: Flush ME desc while mcast enhancement disable"
This reverts Change-Id: Ieeaab082d09135b4c803d68041ebf9b4bf7bb144 Change-Id: I4d4b07ae357cffea24c2975445120df79cbddc0d CRs-fixed: 2444484
This commit is contained in:

committed by
nshrivas

parent
480c931d7e
commit
ef40fec41d
@@ -208,7 +208,7 @@ static void dp_tx_tso_desc_release(struct dp_soc *soc,
|
||||
*
|
||||
* Return:
|
||||
*/
|
||||
void
|
||||
static void
|
||||
dp_tx_desc_release(struct dp_tx_desc_s *tx_desc, uint8_t desc_pool_id)
|
||||
{
|
||||
struct dp_pdev *pdev = tx_desc->pdev;
|
||||
@@ -2510,7 +2510,8 @@ dp_send_completion_to_stack(struct dp_soc *soc, struct dp_pdev *pdev,
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
void dp_tx_comp_free_buf(struct dp_soc *soc, struct dp_tx_desc_s *desc)
|
||||
static inline void dp_tx_comp_free_buf(struct dp_soc *soc,
|
||||
struct dp_tx_desc_s *desc)
|
||||
{
|
||||
struct dp_vdev *vdev = desc->vdev;
|
||||
qdf_nbuf_t nbuf = desc->nbuf;
|
||||
|
Reference in New Issue
Block a user