#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif BUILD_SALT; BUILD_LTO_INFO; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(rt2x00lib_get_bssidx, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_beacondone, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_pretbtt, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_dmastart, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_dmadone, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_txdone_nomatch, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_txdone, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_txdone_noinfo, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_rxdone, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_set_mac_address, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_probe_dev, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_remove_dev, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_suspend, "_gpl", ""); KSYMTAB_FUNC(rt2x00lib_resume, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_tx, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_start, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_stop, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_reconfig_complete, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_add_interface, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_remove_interface, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_config, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_configure_filter, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_set_tim, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_set_key, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_sw_scan_start, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_sw_scan_complete, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_get_stats, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_bss_info_changed, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_conf_tx, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_rfkill_poll, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_flush, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_set_antenna, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_get_antenna, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_get_ringparam, "_gpl", ""); KSYMTAB_FUNC(rt2x00mac_tx_frames_pending, "_gpl", ""); KSYMTAB_FUNC(rt2x00queue_map_txskb, "_gpl", ""); KSYMTAB_FUNC(rt2x00queue_unmap_skb, "_gpl", ""); KSYMTAB_FUNC(rt2x00queue_for_each_entry, "_gpl", ""); KSYMTAB_FUNC(rt2x00queue_get_entry, "_gpl", ""); KSYMTAB_FUNC(rt2x00queue_pause_queue, "_gpl", ""); KSYMTAB_FUNC(rt2x00queue_unpause_queue, "_gpl", ""); KSYMTAB_FUNC(rt2x00queue_start_queue, "_gpl", ""); KSYMTAB_FUNC(rt2x00queue_stop_queue, "_gpl", ""); KSYMTAB_FUNC(rt2x00queue_flush_queue, "_gpl", ""); KSYMTAB_FUNC(rt2x00queue_start_queues, "_gpl", ""); KSYMTAB_FUNC(rt2x00queue_stop_queues, "_gpl", ""); KSYMTAB_FUNC(rt2x00queue_flush_queues, "_gpl", ""); MODULE_INFO(depends, ""); MODULE_INFO(srcversion, "BB0C7B99057FB801B3DE19C");