From: Luis R. Rodriguez Date: Tue, 23 Dec 2008 23:58:47 +0000 (-0800) Subject: ath9k: remove mode specific default noise floor values X-Git-Tag: v2.6.30-rc1~662^2~836^2~229 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e56db718468416ce5ff1ba05e7fa5026424befd5;p=pandora-kernel.git ath9k: remove mode specific default noise floor values The NOISE_FLOOR array we have is mode specific, and the only possible indexed values are A, B and G. The mode routine only can return G or A, so this is band specific. Then since the values for A and G (5ghz or 2ghz) are the same (-96) we simply remove the array and use a static value. If we later determine we want to use special values for HT configurations we can use the new mac80211 conf_is_ht*() helpers. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed