https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6973
--- Comment #44 from Guy Harris <guy@xxxxxxxxxxxx> 2012-07-07 19:09:11 PDT ---
OK, I don't compile in the code to set the channel type, or to supply channel
types other than "no HT", if NL80211_BAND_ATTR_HT_CAPA isn't defined. (It
*looks* as if nl80211.h defines NL80211_BAND_ATTR_HT_CAPA as a member of an
enum *and* as a #define, at least in the kernels I've looked at, so we can test
for it with #ifdef - perhaps that's *why* it's #defined.)
The next step would be to suppress any channel-type-setting GUI for an adapter
if the only channel type supported is WS80211_CHAN_NO_HT.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.