]> git.ipfire.org Git - thirdparty/iw.git/commit - info.c
completely unify MCS parsing
authorJohannes Berg <johannes@sipsolutions.net>
Tue, 8 Dec 2009 09:11:22 +0000 (10:11 +0100)
committerJohannes Berg <johannes@sipsolutions.net>
Tue, 8 Dec 2009 09:11:22 +0000 (10:11 +0100)
commit7ddfb67953809357249e5a6f4293cebf59a4ad9b
tree97cda8c7e2d5086bd7d64624077001d728ea8980
parent04953e90e7d34e1b994f8414c92622d39bfa97f8
completely unify MCS parsing

Luis left two different ways to parse the MCS set,
one of which was completely endianness broken. Fix
this up by using the correct one in both places.
info.c
iw.h
scan.c
util.c