From: Reinette Chatre Date: Tue, 23 Feb 2010 00:24:47 +0000 (-0800) Subject: iwlwifi: implement new mac80211 station add/remove calls X-Git-Tag: v2.6.35-rc1~473^2~671^2~51^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe6b23dd361199bfbc50b0cbce6bed37c5797c75;p=pandora-kernel.git 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: Reinette Chatre --- Reading git-diff-tree failed