From: Jouni Malinen Date: Sun, 31 Jul 2005 03:43:19 +0000 (-0700) Subject: [PATCH] hostap: Start using net/ieee80211.h X-Git-Tag: v2.6.14-rc1~1017^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebed67d2847a9d299b47eeb5d82744671ab2b198;p=pandora-kernel.git [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 Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed