#include #include #include MODULE_INFO(vermagic, VERMAGIC_STRING); struct module __this_module __attribute__((section(".gnu.linkonce.this_module"))) = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif }; static const struct modversion_info ____versions[] __attribute_used__ __attribute__((section("__versions"))) = { { 0xfa02c634, "struct_module" }, { 0x12da5bb2, "__kmalloc" }, { 0xc67cecdc, "ieee80211_crypto_register" }, { 0x79aa04a2, "get_random_bytes" }, { 0x6cfd4970, "rc4_crypt_skip" }, { 0x1b7d4074, "printk" }, { 0x32b465b3, "skb_over_panic" }, { 0xb28d4057, "skb_under_panic" }, { 0x3cc61a9f, "wake_up_process" }, { 0x1c6842c4, "ieee80211_crypto_unregister" }, { 0x37a0cba, "kfree" }, { 0xa779c0e7, "___pskb_trim" }, { 0x6d4af198, "rc4_init" }, { 0xd0732629, "ether_sprintf" }, { 0x8235805b, "memmove" }, }; static const char __module_depends[] __attribute_used__ __attribute__((section(".modinfo"))) = "depends=wlan"; MODULE_INFO(srcversion, "64C6AB8DF5474A78D55170C");