From: John W. Linville Date: Wed, 9 Dec 2009 21:43:52 +0000 (-0500) Subject: wireless: report reasonable bitrate for MCS rates through wext X-Git-Tag: v2.6.34-rc1~233^2~705^2~74 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=254416aae70ab2e6b57fd79782c8a67196234d02;p=pandora-kernel.git wireless: report reasonable bitrate for MCS rates through wext Previously, cfg80211 had reported "0" for MCS (i.e. 802.11n) bitrates through the wireless extensions interface. However, nl80211 was converting MCS rates into a reasonable bitrate number. This patch moves the nl80211 code to cfg80211 where it is now shared between both the nl80211 interface and the wireless extensions interface. Signed-off-by: John W. Linville --- Reading git-diff-tree failed