Skip to content
Commit 704cf415 authored by Sharon's avatar Sharon Committed by Paul Gortmaker
Browse files

iwlwifi: mvm: fix aux station leak

commit f327236d

 upstream.

When mvm is initialized we alloc aux station with aux queue.
We later free the station memory when driver is stopped, but we
never free the queue's memory, which casues a leak.

Add a proper de-initialization of the station.

Signed-off-by: default avatarSharon <sara.sharon@intel.com>
Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Link: https://lore.kernel.org/r/iwlwifi.20200529092401.0121c5be55e9.Id7516fbb3482131d0c9dfb51ff20b226617ddb49@changeid
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 2b5368ec
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment