]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[PATCH] ieee80211: small ERP handling additions
authorDaniel Drake <dsd@gentoo.org>
Tue, 18 Jul 2006 20:30:34 +0000 (21:30 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 27 Jul 2006 20:17:27 +0000 (16:17 -0400)
commitd8e2be90d301a0381e9b2528fe2835cf2992bca3
tree6595307b63a93c37a4287d3aec89fcf6ab01b385
parenteab411f1e850af5acbd6ef278f4e669250f71915
[PATCH] ieee80211: small ERP handling additions

This adds a flag to the ieee80211_network structure which indicates whether
the stored erp_value is valid (a check against 0 is not enough, since an ERP
of 0 is valid and very meaningful).

I also added the ERP IE bit-definitions to ieee80211.h.

This is needed by some upcoming softmac patches.

Signed-off-by: Daniel Drake <dsd@gentoo.org>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/ieee80211.h
net/ieee80211/ieee80211_rx.c