#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(rt2800_mcu_request, "_gpl", ""); KSYMTAB_FUNC(rt2800_wait_csr_ready, "_gpl", ""); KSYMTAB_FUNC(rt2800_wait_wpdma_ready, "_gpl", ""); KSYMTAB_FUNC(rt2800_disable_wpdma, "_gpl", ""); KSYMTAB_FUNC(rt2800_get_txwi_rxwi_size, "_gpl", ""); KSYMTAB_FUNC(rt2800_check_firmware, "_gpl", ""); KSYMTAB_FUNC(rt2800_load_firmware, "_gpl", ""); KSYMTAB_FUNC(rt2800_write_tx_data, "_gpl", ""); KSYMTAB_FUNC(rt2800_process_rxwi, "_gpl", ""); KSYMTAB_FUNC(rt2800_txdone_entry, "_gpl", ""); KSYMTAB_FUNC(rt2800_txdone, "_gpl", ""); KSYMTAB_FUNC(rt2800_txstatus_timeout, "_gpl", ""); KSYMTAB_FUNC(rt2800_txstatus_pending, "_gpl", ""); KSYMTAB_FUNC(rt2800_txdone_nostatus, "_gpl", ""); KSYMTAB_FUNC(rt2800_watchdog, "_gpl", ""); KSYMTAB_FUNC(rt2800_write_beacon, "_gpl", ""); KSYMTAB_FUNC(rt2800_clear_beacon, "_gpl", ""); KSYMTAB_FUNC(rt2800_rfkill_poll, "_gpl", ""); KSYMTAB_FUNC(rt2800_config_shared_key, "_gpl", ""); KSYMTAB_FUNC(rt2800_config_pairwise_key, "_gpl", ""); KSYMTAB_FUNC(rt2800_sta_add, "_gpl", ""); KSYMTAB_FUNC(rt2800_sta_remove, "_gpl", ""); KSYMTAB_FUNC(rt2800_pre_reset_hw, "_gpl", ""); KSYMTAB_FUNC(rt2800_config_filter, "_gpl", ""); KSYMTAB_FUNC(rt2800_config_intf, "_gpl", ""); KSYMTAB_FUNC(rt2800_config_erp, "_gpl", ""); KSYMTAB_FUNC(rt2800_config_ant, "_gpl", ""); KSYMTAB_FUNC(rt2800_gain_calibration, "_gpl", ""); KSYMTAB_FUNC(rt2800_vco_calibration, "_gpl", ""); KSYMTAB_FUNC(rt2800_config, "_gpl", ""); KSYMTAB_FUNC(rt2800_link_stats, "_gpl", ""); KSYMTAB_FUNC(rt2800_reset_tuner, "_gpl", ""); KSYMTAB_FUNC(rt2800_link_tuner, "_gpl", ""); KSYMTAB_FUNC(rt2800_enable_radio, "_gpl", ""); KSYMTAB_FUNC(rt2800_disable_radio, "_gpl", ""); KSYMTAB_FUNC(rt2800_efuse_detect, "_gpl", ""); KSYMTAB_FUNC(rt2800_read_eeprom_efuse, "_gpl", ""); KSYMTAB_FUNC(rt2800_probe_hw, "_gpl", ""); KSYMTAB_FUNC(rt2800_get_key_seq, "_gpl", ""); KSYMTAB_FUNC(rt2800_set_rts_threshold, "_gpl", ""); KSYMTAB_FUNC(rt2800_conf_tx, "_gpl", ""); KSYMTAB_FUNC(rt2800_get_tsf, "_gpl", ""); KSYMTAB_FUNC(rt2800_ampdu_action, "_gpl", ""); KSYMTAB_FUNC(rt2800_get_survey, "_gpl", ""); MODULE_INFO(depends, "rt2x00lib"); MODULE_INFO(srcversion, "D6768B976D47A7C77436CF1");