diff options
Diffstat (limited to 'drivers/net/wireless/hostap')
| -rw-r--r-- | drivers/net/wireless/hostap/hostap_80211_tx.c | 1 | ||||
| -rw-r--r-- | drivers/net/wireless/hostap/hostap_ap.c | 11 | ||||
| -rw-r--r-- | drivers/net/wireless/hostap/hostap_cs.c | 6 | ||||
| -rw-r--r-- | drivers/net/wireless/hostap/hostap_main.c | 2 |
4 files changed, 6 insertions, 14 deletions
diff --git a/drivers/net/wireless/hostap/hostap_80211_tx.c b/drivers/net/wireless/hostap/hostap_80211_tx.c index 06a5214145e3..4a5be70c0419 100644 --- a/drivers/net/wireless/hostap/hostap_80211_tx.c +++ b/drivers/net/wireless/hostap/hostap_80211_tx.c | |||
| @@ -534,5 +534,4 @@ int hostap_master_start_xmit(struct sk_buff *skb, struct net_device *dev) | |||
| 534 | } | 534 | } |
| 535 | 535 | ||
| 536 | 536 | ||
| 537 | EXPORT_SYMBOL(hostap_dump_tx_80211); | ||
| 538 | EXPORT_SYMBOL(hostap_master_start_xmit); | 537 | EXPORT_SYMBOL(hostap_master_start_xmit); |
diff --git a/drivers/net/wireless/hostap/hostap_ap.c b/drivers/net/wireless/hostap/hostap_ap.c index 06c3fa32b310..ba13125024cb 100644 --- a/drivers/net/wireless/hostap/hostap_ap.c +++ b/drivers/net/wireless/hostap/hostap_ap.c | |||
| @@ -3276,17 +3276,6 @@ EXPORT_SYMBOL(hostap_init_data); | |||
| 3276 | EXPORT_SYMBOL(hostap_init_ap_proc); | 3276 | EXPORT_SYMBOL(hostap_init_ap_proc); |
| 3277 | EXPORT_SYMBOL(hostap_free_data); | 3277 | EXPORT_SYMBOL(hostap_free_data); |
| 3278 | EXPORT_SYMBOL(hostap_check_sta_fw_version); | 3278 | EXPORT_SYMBOL(hostap_check_sta_fw_version); |
| 3279 | EXPORT_SYMBOL(hostap_handle_sta_tx); | ||
| 3280 | EXPORT_SYMBOL(hostap_handle_sta_release); | ||
| 3281 | EXPORT_SYMBOL(hostap_handle_sta_tx_exc); | 3279 | EXPORT_SYMBOL(hostap_handle_sta_tx_exc); |
| 3282 | EXPORT_SYMBOL(hostap_update_sta_ps); | ||
| 3283 | EXPORT_SYMBOL(hostap_handle_sta_rx); | ||
| 3284 | EXPORT_SYMBOL(hostap_is_sta_assoc); | ||
| 3285 | EXPORT_SYMBOL(hostap_is_sta_authorized); | ||
| 3286 | EXPORT_SYMBOL(hostap_add_sta); | ||
| 3287 | EXPORT_SYMBOL(hostap_update_rates); | ||
| 3288 | EXPORT_SYMBOL(hostap_add_wds_links); | ||
| 3289 | EXPORT_SYMBOL(hostap_wds_link_oper); | ||
| 3290 | #ifndef PRISM2_NO_KERNEL_IEEE80211_MGMT | 3280 | #ifndef PRISM2_NO_KERNEL_IEEE80211_MGMT |
| 3291 | EXPORT_SYMBOL(hostap_deauth_all_stas); | ||
| 3292 | #endif /* PRISM2_NO_KERNEL_IEEE80211_MGMT */ | 3281 | #endif /* PRISM2_NO_KERNEL_IEEE80211_MGMT */ |
diff --git a/drivers/net/wireless/hostap/hostap_cs.c b/drivers/net/wireless/hostap/hostap_cs.c index 55bed923fbe9..db03dc2646df 100644 --- a/drivers/net/wireless/hostap/hostap_cs.c +++ b/drivers/net/wireless/hostap/hostap_cs.c | |||
| @@ -881,6 +881,12 @@ static struct pcmcia_device_id hostap_cs_ids[] = { | |||
| 881 | PCMCIA_DEVICE_PROD_ID12( | 881 | PCMCIA_DEVICE_PROD_ID12( |
| 882 | "ZoomAir 11Mbps High", "Rate wireless Networking", | 882 | "ZoomAir 11Mbps High", "Rate wireless Networking", |
| 883 | 0x273fe3db, 0x32a1eaee), | 883 | 0x273fe3db, 0x32a1eaee), |
| 884 | PCMCIA_DEVICE_PROD_ID123( | ||
| 885 | "Pretec", "CompactWLAN Card 802.11b", "2.5", | ||
| 886 | 0x1cadd3e5, 0xe697636c, 0x7a5bfcf1), | ||
| 887 | PCMCIA_DEVICE_PROD_ID123( | ||
| 888 | "U.S. Robotics", "IEEE 802.11b PC-CARD", "Version 01.02", | ||
| 889 | 0xc7b8df9d, 0x1700d087, 0x4b74baa0), | ||
| 884 | PCMCIA_DEVICE_NULL | 890 | PCMCIA_DEVICE_NULL |
| 885 | }; | 891 | }; |
| 886 | MODULE_DEVICE_TABLE(pcmcia, hostap_cs_ids); | 892 | MODULE_DEVICE_TABLE(pcmcia, hostap_cs_ids); |
diff --git a/drivers/net/wireless/hostap/hostap_main.c b/drivers/net/wireless/hostap/hostap_main.c index 8dd4c4446a64..93786f4218f0 100644 --- a/drivers/net/wireless/hostap/hostap_main.c +++ b/drivers/net/wireless/hostap/hostap_main.c | |||
| @@ -1125,11 +1125,9 @@ EXPORT_SYMBOL(hostap_set_auth_algs); | |||
| 1125 | EXPORT_SYMBOL(hostap_dump_rx_header); | 1125 | EXPORT_SYMBOL(hostap_dump_rx_header); |
| 1126 | EXPORT_SYMBOL(hostap_dump_tx_header); | 1126 | EXPORT_SYMBOL(hostap_dump_tx_header); |
| 1127 | EXPORT_SYMBOL(hostap_80211_header_parse); | 1127 | EXPORT_SYMBOL(hostap_80211_header_parse); |
| 1128 | EXPORT_SYMBOL(hostap_80211_prism_header_parse); | ||
| 1129 | EXPORT_SYMBOL(hostap_80211_get_hdrlen); | 1128 | EXPORT_SYMBOL(hostap_80211_get_hdrlen); |
| 1130 | EXPORT_SYMBOL(hostap_get_stats); | 1129 | EXPORT_SYMBOL(hostap_get_stats); |
| 1131 | EXPORT_SYMBOL(hostap_setup_dev); | 1130 | EXPORT_SYMBOL(hostap_setup_dev); |
| 1132 | EXPORT_SYMBOL(hostap_proc); | ||
| 1133 | EXPORT_SYMBOL(hostap_set_multicast_list_queue); | 1131 | EXPORT_SYMBOL(hostap_set_multicast_list_queue); |
| 1134 | EXPORT_SYMBOL(hostap_set_hostapd); | 1132 | EXPORT_SYMBOL(hostap_set_hostapd); |
| 1135 | EXPORT_SYMBOL(hostap_set_hostapd_sta); | 1133 | EXPORT_SYMBOL(hostap_set_hostapd_sta); |
