From: Bala Shanmugam Date: Fri, 20 Apr 2012 13:42:58 +0000 (+0530) Subject: cfg80211: Validate legacy rateset. X-Git-Tag: v3.5-rc1~109^2~267^2^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=218d2e26dceb241e4b253c5c4702ee1b38b715cc;p=pandora-kernel.git cfg80211: Validate legacy rateset. Legacy rates are not validated while configuring tx rateset using iw. So below cmd is accepted by nl80211. sudo iw wlan2 set bitrates legacy-2.4 1 2 3 Validate legacy rates and return error if any rate in the rateset is not valid. Signed-off-by: Bala Shanmugam Signed-off-by: John W. Linville --- Reading git-diff-tree failed