mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-16 17:13:05 -05:00
When the wiphy information is split, there's no guarantee that the channels are processed before the bitrates; in fact, with the current kernel it happens the other way around. Therefore, the mode information isn't set up correctly and there's no 11g mode. Fix this by doing the 11b/11g determination as part of the postprocessing. Signed-hostap: Johannes Berg <johannes.berg@intel.com>