#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" }, { 0xc41e0cfe, "malloc_sizes" }, { 0xc88c7ada, "_spin_lock" }, { 0x1b7d4074, "printk" }, { 0x5152e605, "memcmp" }, { 0x69900829, "_spin_unlock" }, { 0x4ea383fc, "kmem_cache_alloc" }, { 0xf7506ecc, "ieee80211_note" }, { 0x873766f7, "ieee80211_aclator_register" }, { 0x3cc61a9f, "wake_up_process" }, { 0x37a0cba, "kfree" }, { 0x2e60bace, "memcpy" }, { 0xd0732629, "ether_sprintf" }, { 0xd42a99d, "ieee80211_aclator_unregister" }, }; static const char __module_depends[] __attribute_used__ __attribute__((section(".modinfo"))) = "depends=wlan"; MODULE_INFO(srcversion, "3AC5AAEC77AB5C5BCD48AD8");