Skip to content

Commit 5d25ea7

Browse files
fenrus75linvjw
authored andcommitted
[PATCH] unused exports in wireless drivers
There's a bunch of unused exports in the wireless drivers; that's bad since unused exports take up quite a bit of space in total; the patch below removes them. Signed-off-by: Arjan van de Ven <[email protected]> Signed-off-by: John W. Linville <[email protected]>
1 parent 59d4b68 commit 5d25ea7

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

drivers/net/wireless/hostap/hostap_80211_tx.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,5 +534,4 @@ int hostap_master_start_xmit(struct sk_buff *skb, struct net_device *dev)
534534
}
535535

536536

537-
EXPORT_SYMBOL(hostap_dump_tx_80211);
538537
EXPORT_SYMBOL(hostap_master_start_xmit);

drivers/net/wireless/hostap/hostap_ap.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3276,17 +3276,6 @@ EXPORT_SYMBOL(hostap_init_data);
32763276
EXPORT_SYMBOL(hostap_init_ap_proc);
32773277
EXPORT_SYMBOL(hostap_free_data);
32783278
EXPORT_SYMBOL(hostap_check_sta_fw_version);
3279-
EXPORT_SYMBOL(hostap_handle_sta_tx);
3280-
EXPORT_SYMBOL(hostap_handle_sta_release);
32813279
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);
32903280
#ifndef PRISM2_NO_KERNEL_IEEE80211_MGMT
3291-
EXPORT_SYMBOL(hostap_deauth_all_stas);
32923281
#endif /* PRISM2_NO_KERNEL_IEEE80211_MGMT */

drivers/net/wireless/hostap/hostap_main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,11 +1125,9 @@ EXPORT_SYMBOL(hostap_set_auth_algs);
11251125
EXPORT_SYMBOL(hostap_dump_rx_header);
11261126
EXPORT_SYMBOL(hostap_dump_tx_header);
11271127
EXPORT_SYMBOL(hostap_80211_header_parse);
1128-
EXPORT_SYMBOL(hostap_80211_prism_header_parse);
11291128
EXPORT_SYMBOL(hostap_80211_get_hdrlen);
11301129
EXPORT_SYMBOL(hostap_get_stats);
11311130
EXPORT_SYMBOL(hostap_setup_dev);
1132-
EXPORT_SYMBOL(hostap_proc);
11331131
EXPORT_SYMBOL(hostap_set_multicast_list_queue);
11341132
EXPORT_SYMBOL(hostap_set_hostapd);
11351133
EXPORT_SYMBOL(hostap_set_hostapd_sta);

0 commit comments

Comments
 (0)