diff options
author | Dan Williams <dcbw@redhat.com> | 2009-02-11 17:17:10 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-27 14:51:41 -0500 |
commit | 1ea893fde29d8cf1639da8989f4b843dc3283ca8 (patch) | |
tree | b942df0bc99ef1568aab1ce4e42969e9eaf5b3db /drivers/net/wireless/hostap/hostap_ap.h | |
parent | 4d8faf6937fd7ada1f523b1cf565ffd2a0623e8c (diff) |
hostap: convert usage of net/ieee80211.h to linux/ieee80211.h
So that net/ieee80211.h can be made private to ipw2x00 in a follow-up.
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_ap.h')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_ap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/hostap/hostap_ap.h b/drivers/net/wireless/hostap/hostap_ap.h index d36e4b175336..655ceeba9612 100644 --- a/drivers/net/wireless/hostap/hostap_ap.h +++ b/drivers/net/wireless/hostap/hostap_ap.h | |||
@@ -235,7 +235,7 @@ struct hostap_tx_data { | |||
235 | ap_tx_ret hostap_handle_sta_tx(local_info_t *local, struct hostap_tx_data *tx); | 235 | ap_tx_ret hostap_handle_sta_tx(local_info_t *local, struct hostap_tx_data *tx); |
236 | void hostap_handle_sta_release(void *ptr); | 236 | void hostap_handle_sta_release(void *ptr); |
237 | void hostap_handle_sta_tx_exc(local_info_t *local, struct sk_buff *skb); | 237 | void hostap_handle_sta_tx_exc(local_info_t *local, struct sk_buff *skb); |
238 | int hostap_update_sta_ps(local_info_t *local, struct ieee80211_hdr_4addr *hdr); | 238 | int hostap_update_sta_ps(local_info_t *local, struct ieee80211_hdr *hdr); |
239 | typedef enum { | 239 | typedef enum { |
240 | AP_RX_CONTINUE, AP_RX_DROP, AP_RX_EXIT, AP_RX_CONTINUE_NOT_AUTHORIZED | 240 | AP_RX_CONTINUE, AP_RX_DROP, AP_RX_EXIT, AP_RX_CONTINUE_NOT_AUTHORIZED |
241 | } ap_rx_ret; | 241 | } ap_rx_ret; |
@@ -243,13 +243,13 @@ ap_rx_ret hostap_handle_sta_rx(local_info_t *local, struct net_device *dev, | |||
243 | struct sk_buff *skb, | 243 | struct sk_buff *skb, |
244 | struct hostap_80211_rx_status *rx_stats, | 244 | struct hostap_80211_rx_status *rx_stats, |
245 | int wds); | 245 | int wds); |
246 | int hostap_handle_sta_crypto(local_info_t *local, struct ieee80211_hdr_4addr *hdr, | 246 | int hostap_handle_sta_crypto(local_info_t *local, struct ieee80211_hdr *hdr, |
247 | struct lib80211_crypt_data **crypt, | 247 | struct lib80211_crypt_data **crypt, |
248 | void **sta_ptr); | 248 | void **sta_ptr); |
249 | int hostap_is_sta_assoc(struct ap_data *ap, u8 *sta_addr); | 249 | int hostap_is_sta_assoc(struct ap_data *ap, u8 *sta_addr); |
250 | int hostap_is_sta_authorized(struct ap_data *ap, u8 *sta_addr); | 250 | int hostap_is_sta_authorized(struct ap_data *ap, u8 *sta_addr); |
251 | int hostap_add_sta(struct ap_data *ap, u8 *sta_addr); | 251 | int hostap_add_sta(struct ap_data *ap, u8 *sta_addr); |
252 | int hostap_update_rx_stats(struct ap_data *ap, struct ieee80211_hdr_4addr *hdr, | 252 | int hostap_update_rx_stats(struct ap_data *ap, struct ieee80211_hdr *hdr, |
253 | struct hostap_80211_rx_status *rx_stats); | 253 | struct hostap_80211_rx_status *rx_stats); |
254 | void hostap_update_rates(local_info_t *local); | 254 | void hostap_update_rates(local_info_t *local); |
255 | void hostap_add_wds_links(local_info_t *local); | 255 | void hostap_add_wds_links(local_info_t *local); |