diff options
author | Jouni Malinen <jkmaline@cc.hut.fi> | 2005-08-15 04:08:42 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-15 05:07:30 +0200 |
commit | 3ec0f4857df4c3dd0d0455ce5b2470b4be77fc77 (patch) | |
tree | badaa7f340e6ed65ecbb70837a8fbdb004f2d202 /drivers/net/wireless/hostap/hostap_wlan.h | |
parent | [PATCH] hostap: Use void *hw_priv instead of #ifdef in local data (diff) | |
download | linux-3ec0f4857df4c3dd0d0455ce5b2470b4be77fc77.tar.xz linux-3ec0f4857df4c3dd0d0455ce5b2470b4be77fc77.zip |
[PATCH] hostap: Remove extra defines
Remove unused defines that are already available from generic kernel
header files.
Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_wlan.h')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_wlan.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/net/wireless/hostap/hostap_wlan.h b/drivers/net/wireless/hostap/hostap_wlan.h index 7781e8264d64..cc061e1560d3 100644 --- a/drivers/net/wireless/hostap/hostap_wlan.h +++ b/drivers/net/wireless/hostap/hostap_wlan.h @@ -18,13 +18,6 @@ * prism2_send_mgmt() sends these with dev_queue_xmit() to prism2_tx(). */ #define ETH_P_HOSTAP ETH_P_CONTROL -#ifndef ARPHRD_IEEE80211 -#define ARPHRD_IEEE80211 801 -#endif -#ifndef ARPHRD_IEEE80211_PRISM -#define ARPHRD_IEEE80211_PRISM 802 -#endif - /* ARPHRD_IEEE80211_PRISM uses a bloated version of Prism2 RX frame header * (from linux-wlan-ng) */ struct linux_wlan_ng_val { |