]> git.ipfire.org Git - thirdparty/iw.git/commit - scan.c
fix scan show_both_ie_sets
authorJohannes Berg <johannes@sipsolutions.net>
Sat, 6 Feb 2010 14:16:29 +0000 (15:16 +0100)
committerJohannes Berg <johannes@sipsolutions.net>
Sat, 6 Feb 2010 14:16:29 +0000 (15:16 +0100)
commit1c5bcd9c76dad08e54c3e6604a529c53b62e76ea
tree9e5132522ce3d2edbf8136bd4f86c8939c487ee1
parent6829308d4f625b5d0a03550597e5b3be20932346
fix scan show_both_ie_sets

The undocumented -b parameter for scan [dump] wasn't
honored -- the first bug was not initialising the
struct, and the second one not ever checking the
parameter itself.
scan.c