From: Sujith Date: Thu, 12 Feb 2009 06:08:37 +0000 (+0530) Subject: mac80211: Extend the rate control API with an update callback X-Git-Tag: v2.6.30-rc1~662^2~460^2~116 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81cb7623ad3b408f871fa36b774fc20d8dfccac0;p=pandora-kernel.git mac80211: Extend the rate control API with an update callback The AP can switch dynamically between 20/40 Mhz channel width, in which case we switch the local operating channel, but the rate control algorithm is not notified. This patch adds a new callback to indicate such changes to the RC algorithm. Currently, HT channel width change is notified, but this callback can be used to indicate any new requirements that might come up later on. Signed-off-by: Sujith Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed