[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>
Showing
- drivers/net/wireless/hostap/hostap.c 6 additions, 4 deletionsdrivers/net/wireless/hostap/hostap.c
- drivers/net/wireless/hostap/hostap_80211_rx.c 6 additions, 6 deletionsdrivers/net/wireless/hostap/hostap_80211_rx.c
- drivers/net/wireless/hostap/hostap_80211_tx.c 6 additions, 6 deletionsdrivers/net/wireless/hostap/hostap_80211_tx.c
- drivers/net/wireless/hostap/hostap_ap.c 12 additions, 12 deletionsdrivers/net/wireless/hostap/hostap_ap.c
- drivers/net/wireless/hostap/hostap_common.h 7 additions, 66 deletionsdrivers/net/wireless/hostap/hostap_common.h
- drivers/net/wireless/hostap/hostap_crypt_ccmp.c 2 additions, 2 deletionsdrivers/net/wireless/hostap/hostap_crypt_ccmp.c
- drivers/net/wireless/hostap/hostap_hw.c 7 additions, 6 deletionsdrivers/net/wireless/hostap/hostap_hw.c
Loading
Please register or sign in to comment