📄 wlanwt4.mod.c
字号:
#include <linux/module.h>#include <linux/vermagic.h>#include <linux/compiler.h>MODULE_INFO(vermagic, VERMAGIC_STRING);#undef unixstruct module __this_module__attribute__((section(".gnu.linkonce.this_module"))) = { .name = __stringify(KBUILD_MODNAME), .init = init_module,#ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module,#endif};static const struct modversion_info ____versions[]__attribute_used____attribute__((section("__versions"))) = { { 0x65b4e613, "struct_module" }, { 0x90bacba0, "iw_handler_set_thrspy" }, { 0x7da8156e, "__kmalloc" }, { 0xf34350ab, "__mod_timer" }, { 0xc397d995, "__kfree_skb" }, { 0xe89eabc3, "alloc_etherdev" }, { 0x1683aa15, "del_timer" }, { 0x6c3397fb, "malloc_sizes" }, { 0xb7c82d3b, "pci_disable_device" }, { 0x47d400c9, "schedule_work" }, { 0xeae3dfd6, "__const_udelay" }, { 0xb02b2495, "pci_release_regions" }, { 0xd8c152cd, "raise_softirq_irqoff" }, { 0xda02d67, "jiffies" }, { 0x9925ce9c, "__might_sleep" }, { 0x2afb5635, "netif_rx" }, { 0x863d23a3, "pci_set_dma_mask" }, { 0x1b7d4074, "printk" }, { 0x71c90087, "memcmp" }, { 0x69b3cc1b, "alloc_skb" }, { 0xa79cedaa, "iw_handler_get_spy" }, { 0x9bab5333, "free_netdev" }, { 0xed5c73bf, "__tasklet_schedule" }, { 0xb85b20fe, "register_netdev" }, { 0xcbf92b8b, "__down_failed_trylock" }, { 0x28c3bbf5, "__down_failed_interruptible" }, { 0xa5808bbf, "tasklet_init" }, { 0x17136545, "mod_timer" }, { 0x9eac042a, "__ioremap" }, { 0x49e79940, "__cond_resched" }, { 0x3cec27c5, "skb_over_panic" }, { 0xb4a04660, "skb_queue_tail" }, { 0x123d3b6a, "kmem_cache_alloc" }, { 0xbf758c44, "pci_bus_read_config_dword" }, { 0x26e96637, "request_irq" }, { 0x759c8bd1, "iw_handler_get_thrspy" }, { 0xa0593b02, "eth_type_trans" }, { 0x6d172fe6, "pci_unregister_driver" }, { 0x18d68044, "iw_handler_set_spy" }, { 0x37a0cba, "kfree" }, { 0x2e60bace, "memcpy" }, { 0xd4bde4d6, "pci_request_regions" }, { 0xedc03953, "iounmap" }, { 0xf534072e, "skb_dequeue" }, { 0xd22b546, "__up_wakeup" }, { 0x59f73b9, "unregister_netdev" }, { 0x25da070, "snprintf" }, { 0x8235805b, "memmove" }, { 0x7a93221b, "pci_enable_device" }, { 0x9e7d6bd0, "__udelay" }, { 0xf20dabd8, "free_irq" }, { 0xaaa30118, "pci_register_driver" }, { 0x9000f1d5, "per_cpu__softnet_data" },};static const char __module_depends[]__attribute_used____attribute__((section(".modinfo"))) ="depends=";MODULE_ALIAS("pci:v00006809d00008200sv*sd*bc*sc*i*");MODULE_ALIAS("pci:v00001A45d00006104sv*sd*bc*sc*i*");
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -