Skip to content
Snippets Groups Projects
Commit fe6b23dd authored by Reinette Chatre's avatar Reinette Chatre
Browse files

iwlwifi: implement new mac80211 station add/remove calls


mac80211 recently implemented two new callbacks that are used to request
station add/remove from the driver. The benefot from these new callbacks
are that they enable the driver to sleep while performing this work.

This is a big patch since a few things need to be coordinated in this move.
First we need to decouple station management from rate scaling, which
caused a lot of code to be moved and/or deleted. Next we needed to tie in
with mac80211's station management callback and let it direct our station
management as well as trigger the rate scaling initialization.

Signed-off-by: default avatarReinette Chatre <reinette.chatre@intel.com>
parent 7e246191
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment