From: Johannes Berg Date: Wed, 28 Mar 2012 08:58:37 +0000 (+0200) Subject: mac80211: remove channel type argument from rate_update X-Git-Tag: v3.5-rc1~109^2~487^2^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64f68e5d15bee47e0d6d0c57a1cf52cedd9b3527;p=pandora-kernel.git mac80211: remove channel type argument from rate_update The channel type argument to the rate_update() callback isn't really the correct way to give the rate control algorithm about the desired RX bandwidth of the peer. Remove this argument, and instead update the STA capabilities with 20/40 appropriately. The SMPS update done by this callback works in the same way, so this makes the callback cleaner. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed