Unless NL80211_BAND_ATTR_HT_CAPA is defined, assume we don't have
authorGuy Harris <guy@alum.mit.edu>
Sun, 8 Jul 2012 02:07:38 +0000 (02:07 -0000)
committerGuy Harris <guy@alum.mit.edu>
Sun, 8 Jul 2012 02:07:38 +0000 (02:07 -0000)
commit5f90f658fefce8a5883d5b5d954a1568c3ba6303
tree7737cd5eff2f4aa0719fbb740d58ca474689ac42
parentdb754f78219f2095d439c7f7e164972055bbd171
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.)

svn path=/trunk/; revision=43608
ws80211_utils.c