commit | 0b5351a8e86292dfac1ca1451deaadb416a33cb8 | [log] [tgz] |
---|---|---|
author | Lennert Buytenhek <buytenh@wantstofly.org> | Mon Nov 30 18:11:18 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 07 16:51:18 2009 -0500 |
tree | 7f8317fd27ebf3a5ae10a9b967dde046b1177c43 | |
parent | 7c3f4bbedc241ddcd3abe1f419c356e625231da1 [diff] |
mwl8k: fix MCS bitmap size in SET_RATE command The MCS bitmaps in the SET_RATE command structure were of the wrong size, due to use of the wrong define for the array length. Just hardcode the lengths as 16, and do the same for the MCS bitmaps in other command structures. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>