Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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 <arjan@linux.intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

authored by

Arjan van de Ven and committed by
John W. Linville
5d25ea7c 59d4b684

-14
-1
drivers/net/wireless/hostap/hostap_80211_tx.c
··· 534 534 } 535 535 536 536 537 - EXPORT_SYMBOL(hostap_dump_tx_80211); 538 537 EXPORT_SYMBOL(hostap_master_start_xmit);
-11
drivers/net/wireless/hostap/hostap_ap.c
··· 3276 3276 EXPORT_SYMBOL(hostap_init_ap_proc); 3277 3277 EXPORT_SYMBOL(hostap_free_data); 3278 3278 EXPORT_SYMBOL(hostap_check_sta_fw_version); 3279 - EXPORT_SYMBOL(hostap_handle_sta_tx); 3280 - EXPORT_SYMBOL(hostap_handle_sta_release); 3281 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 3280 #ifndef PRISM2_NO_KERNEL_IEEE80211_MGMT 3291 - EXPORT_SYMBOL(hostap_deauth_all_stas); 3292 3281 #endif /* PRISM2_NO_KERNEL_IEEE80211_MGMT */
-2
drivers/net/wireless/hostap/hostap_main.c
··· 1125 1125 EXPORT_SYMBOL(hostap_dump_rx_header); 1126 1126 EXPORT_SYMBOL(hostap_dump_tx_header); 1127 1127 EXPORT_SYMBOL(hostap_80211_header_parse); 1128 - EXPORT_SYMBOL(hostap_80211_prism_header_parse); 1129 1128 EXPORT_SYMBOL(hostap_80211_get_hdrlen); 1130 1129 EXPORT_SYMBOL(hostap_get_stats); 1131 1130 EXPORT_SYMBOL(hostap_setup_dev); 1132 - EXPORT_SYMBOL(hostap_proc); 1133 1131 EXPORT_SYMBOL(hostap_set_multicast_list_queue); 1134 1132 EXPORT_SYMBOL(hostap_set_hostapd); 1135 1133 EXPORT_SYMBOL(hostap_set_hostapd_sta);