#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" }, { 0x3075477, "ieee80211_print_essid" }, { 0x5f729065, "ieee80211_chan2mode" }, { 0xc41e0cfe, "malloc_sizes" }, { 0x38391d91, "ieee80211_scanner_unregister_all" }, { 0xc88c7ada, "_spin_lock" }, { 0x2c1b6439, "ieee80211_saveie" }, { 0x9c85879, "ieee80211_chan2ieee" }, { 0xf4ec8bf1, "ieee80211_scanner_register" }, { 0x9d75ed43, "_spin_lock_irqsave" }, { 0x7d11c268, "jiffies" }, { 0xa44f62df, "ieee80211_note_mac" }, { 0x422a7f31, "ieee80211_sta_join" }, { 0x1b7d4074, "printk" }, { 0x5152e605, "memcmp" }, { 0xed5c73bf, "__tasklet_schedule" }, { 0xe49e22e1, "_spin_unlock_irqrestore" }, { 0xa5808bbf, "tasklet_init" }, { 0x69900829, "_spin_unlock" }, { 0xbecfa76c, "ieee80211_start_scan" }, { 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" }, { 0xd0732629, "ether_sprintf" }, { 0xad86382f, "ieee80211_find_channel" }, }; static const char __module_depends[] __attribute_used__ __attribute__((section(".modinfo"))) = "depends=wlan"; MODULE_INFO(srcversion, "19F9F169567F9AE555587D1");