]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Undo the previous adhoc commit - doing the WME IE handling here
authorAdrian Chadd <adrian@FreeBSD.org>
Sun, 9 Dec 2012 23:56:29 +0000 (23:56 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Sun, 9 Dec 2012 23:56:29 +0000 (23:56 +0000)
commitdac9484010cdd84954d2e0c75c732daa439662b4
treec913ec289f220e518d7317912ec8b5676de27414
parent24effd1107e5b2e2185ff08f4a4b150e739de363
Undo the previous adhoc commit - doing the WME IE handling here
is totally wrong.

If we parse the WME IE here, we'll be constantly updating the WME
configuration from each WME enabled IBSS node we see.

There's a separate issue where the WME configuration is blanked out
when the interface is brought up; the WME parameters aren't "sticky."

Also, ieee80211_init_neighbor() parses the ath IE, so doing it here
isn't required.

Sorry about the noise.

PR: kern/165969
sys/net80211/ieee80211_adhoc.c