commit | 218d2e26dceb241e4b253c5c4702ee1b38b715cc | [log] [tgz] |
---|---|---|
author | Bala Shanmugam <bkamatch@qca.qualcomm.com> | Fri Apr 20 19:12:58 2012 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 23 15:37:41 2012 -0400 |
tree | 3ae9e3da50fc6ed24ab12c2c6ea7d1e2516bef08 | |
parent | 0d8a0a17288e419c2e5e9ce18c8b66b390eb7e23 [diff] |
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 <bkamatch@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>