From: Johannes Berg Date: Thu, 18 Sep 2008 16:14:18 +0000 (+0200) Subject: mac80211: clean up rate control API X-Git-Tag: v2.6.28-rc1~717^2~172^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b7679a561e552eeda1e3567119bef2bca99b66e;p=pandora-kernel.git mac80211: clean up rate control API Long awaited, hard work. This patch totally cleans up the rate control API to remove the requirement to include internal headers outside of net/mac80211/. There's one internal use in the PID algorithm left for mesh networking, we'll have to figure out a way to clean that one up and decide how to do the peer link evaluation, possibly independent of the rate control algorithm or via new API. Additionally, ath9k is left using the cross-inclusion hack for now, we will add new API where necessary to make this work properly, but right now I'm not expert enough to do it. It's still off better than before. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed