ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 43608: /trunk/ /trunk/: ws80211_utils.c

Date: Sun, 08 Jul 2012 02:07:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43608

User: guy
Date: 2012/07/07 07:07 PM

Log:
 Unless NL80211_BAND_ATTR_HT_CAPA is defined, assume we don't have
 channel-type-setting capabilities, and don't build the code to set the
 channel type or fetch any channel types other than "no HT".
 
 (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.)

Directory: /trunk/
  Changes    Path               Action
  +5 -1      ws80211_utils.c    Modified