]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] mac80211: ERP IE handling improvements
authorDaniel Drake <dsd@gentoo.org>
Tue, 10 Jul 2007 17:32:10 +0000 (19:32 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 12 Jul 2007 20:07:26 +0000 (16:07 -0400)
commit5628221caf88e2a052782b042e12da7cd34111b0
treeb4dbee3be1aa2b39e3d4c6f384b28d07740465fd
parent1fd5e589d8c7d3cd42ddd39358338766cfcedec8
[PATCH] mac80211: ERP IE handling improvements

The "protection needed" flag is currently parsed out of the ERP IE in
beacons. This patch allows the ERP IE to be available at assocation time
and causes the appropriate actions to be performed earlier.

It is slightly complicated by the fact that most APs don't include the
ERP IE in association responses. To work around this, we store ERP
values in the ieee80211_sta_bss structure.

Also added some WLAN_ERP defines for use by upcoming patches.

Signed-off-by: Jiri Benc <jbenc@suse.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/linux/ieee80211.h
net/mac80211/ieee80211_i.h
net/mac80211/ieee80211_sta.c