CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/01/09 02:30:02
Modified files:
sys/net80211 : ieee80211_output.c
Log message:
Fix ieee80211_add_htop(), which is not yet called in active code paths.
It was creating a corrupt beacon element by ommitting one byte.
Fix this and fill the element with actual data from the ic_bss node instead
of filling it with zeroes, allowing future 11n hostap to announce the current
HT protection mode correctly.
