CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/12/12 04:31:48
Modified files:
sys/net80211 : ieee80211_output.c
Log message:
11n/HT negotiation fixes:
Some APs will not negotiate HT if the vendor-specific WME info
element is missing in probe and association requests, so add one.
Fix the wrong flag (NODE_HT) being checked to determine whether 11n
related elements should be included in management frames. If 11n mode
is enabled (F_HTON flag) we can always include 11n related elements
in management frames.
ok mpi@