From: Johannes Berg Date: Mon, 16 Nov 2009 12:58:21 +0000 (+0100) Subject: mac80211: improve rate handling X-Git-Tag: v2.6.33-rc1~388^2~214^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f0b7de59fae1e57b2481c9756cd4a0f6308530f;p=pandora-kernel.git mac80211: improve rate handling Some code currently assumes that there's a valid rate pointer even in the HT case, but there can't be. To reduce reliance on that, remove the rate pointer from the RX data struct and pass it where it's needed. Also, for now, in radiotap announce HT frames as having a DYN channel type, and remove their rate from cooked monitor radiotap completely (it isn't present in the regular monitor radiotap either.) Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed