From: Thomas Huehn Date: Mon, 2 Jul 2012 17:46:16 +0000 (+0200) Subject: mac80211: reduce IEEE80211_TX_MAX_RATES X-Git-Tag: v3.6-rc1~125^2~57^2~208^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3e1a0bcb3f192fe2f95f86a74bd4e7967341e74;p=pandora-kernel.git mac80211: reduce IEEE80211_TX_MAX_RATES IEEE80211_TX_MAX_RATES can be reduced from 5 to 4 as there is no current hardware supporting a rate chain with 5 multi rate stages (mrr), so 4 mrr stages are sufficient. The memory that is freed within the ieee80211_tx_info struct will be used in the upcoming Transmission Power Control (TPC) implementation. Suggested-by: Felix Fietkau Signed-off-by: Thomas Huehn [reword commit message] Signed-off-by: Johannes Berg --- Reading git-diff-tree failed