diff options
author | Jouni Malinen <jkmaline@cc.hut.fi> | 2005-08-14 22:08:44 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-08-14 23:07:30 -0400 |
commit | 4339d328631aa815fe2181b9164b3690ca2db4da (patch) | |
tree | 1848ffbf700ccd4e38c70e218f91dd2a7eadf018 /drivers/net/wireless/hostap/hostap.h | |
parent | c0f72ca8e4f1b459b5582c1c8dcaf7e53151f069 (diff) |
[PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE}
Replace temporary HOSTAP_FC_GET_{TYPE,STYPE} macros with the ieee80211
version of WLAN_FC_GET_{TYPE,STYPE}.
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.h')
-rw-r--r-- | drivers/net/wireless/hostap/hostap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap.h b/drivers/net/wireless/hostap/hostap.h index 2ddcf5fc59c3..5fac89b8ce3a 100644 --- a/drivers/net/wireless/hostap/hostap.h +++ b/drivers/net/wireless/hostap/hostap.h | |||
@@ -37,7 +37,7 @@ struct net_device * hostap_add_interface(struct local_info *local, | |||
37 | void hostap_remove_interface(struct net_device *dev, int rtnl_locked, | 37 | void hostap_remove_interface(struct net_device *dev, int rtnl_locked, |
38 | int remove_from_list); | 38 | int remove_from_list); |
39 | int prism2_update_comms_qual(struct net_device *dev); | 39 | int prism2_update_comms_qual(struct net_device *dev); |
40 | int prism2_sta_send_mgmt(local_info_t *local, u8 *dst, u8 stype, | 40 | int prism2_sta_send_mgmt(local_info_t *local, u8 *dst, u16 stype, |
41 | u8 *body, size_t bodylen); | 41 | u8 *body, size_t bodylen); |
42 | int prism2_sta_deauth(local_info_t *local, u16 reason); | 42 | int prism2_sta_deauth(local_info_t *local, u16 reason); |
43 | 43 | ||