]> Pileus Git - ~andy/linux/commit
[PATCH] hostap: Start using net/ieee80211.h
authorJouni Malinen <jkmaline@cc.hut.fi>
Sun, 31 Jul 2005 03:43:19 +0000 (20:43 -0700)
committerJeff Garzik <jgarzik@pobox.com>
Sun, 31 Jul 2005 04:28:02 +0000 (00:28 -0400)
commitebed67d2847a9d299b47eeb5d82744671ab2b198
tree9565c6fdaa7745669ec11087e259544cc6b31d2f
parentf3b10e1636dec053f4874d593e3de5d46da48a5f
[PATCH] hostap: Start using net/ieee80211.h

Preparations for starting to use net/ieee80211 instead of private
IEEE 802.11 implementation. Include net/ieee80211.h and
net/ieee80211_crypt.h into files that will be needed these in the
future. Remove duplicate definitions from hostap_common.h and
rename WLAN_FC_GET_{TYPE,STYPE} macros for now sinc net/ieee80211.h
is using incompatible definitions. This will be resolved in the
future by updating Host AP to use the versions that do not shift
type/stype.

Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
drivers/net/wireless/hostap/hostap.c
drivers/net/wireless/hostap/hostap_80211_rx.c
drivers/net/wireless/hostap/hostap_80211_tx.c
drivers/net/wireless/hostap/hostap_ap.c
drivers/net/wireless/hostap/hostap_common.h
drivers/net/wireless/hostap/hostap_crypt_ccmp.c
drivers/net/wireless/hostap/hostap_hw.c