#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" }, { 0x38391d91, "ieee80211_scanner_unregister_all" }, { 0x9c85879, "ieee80211_chan2ieee" }, { 0xf4ec8bf1, "ieee80211_scanner_register" }, { 0x1b7d4074, "printk" }, { 0xed5c73bf, "__tasklet_schedule" }, { 0xa5808bbf, "tasklet_init" }, { 0x79ad224b, "tasklet_kill" }, { 0x4ea383fc, "kmem_cache_alloc" }, { 0xad9466b, "ieee80211_note" }, { 0xad99ddd2, "ieee80211_create_ibss" }, { 0x3cc61a9f, "wake_up_process" }, { 0xa7033ec5, "ieee80211_scan_dump_channels" }, { 0x37a0cba, "kfree" }, { 0x2e60bace, "memcpy" }, { 0xad86382f, "ieee80211_find_channel" }, }; static const char __module_depends[] __attribute_used__ __attribute__((section(".modinfo"))) = "depends=wlan"; MODULE_INFO(srcversion, "E81D950E3D3403D03B66C62");