Ticket #845: madwifi.include.diff
| File madwifi.include.diff, 12.4 kB (added by mentor, 6 years ago) |
|---|
-
regression/ccmp/test_ccmp.c
old new 44 44 * you want; e.g. insmod ccmp_test tests=7 will run only test mpdu's 45 45 * 1, 2, and 3. 46 46 */ 47 #ifndef AUTOCONF_INCLUDED 47 48 #include <linux/config.h> 49 #endif 48 50 #include <linux/version.h> 49 51 #include <linux/module.h> 50 52 #include <linux/init.h> -
regression/tkip/test_tkip.c
old new 34 34 /* 35 35 * TKIP test module. 36 36 */ 37 #ifndef AUTOCONF_INCLUDED 37 38 #include <linux/config.h> 39 #endif 38 40 #include <linux/version.h> 39 41 #include <linux/module.h> 40 42 #include <linux/init.h> -
regression/wep/test_wep.c
old new 44 44 * you want; e.g. insmod wep_test tests=7 will run only test mpdu's 45 45 * 1, 2, and 3. 46 46 */ 47 #ifndef AUTOCONF_INCLUDED 47 48 #include <linux/config.h> 49 #endif 48 50 #include <linux/version.h> 49 51 #include <linux/module.h> 50 52 #include <linux/init.h> -
net80211/ieee80211.c
old new 38 38 /* 39 39 * IEEE 802.11 generic handler 40 40 */ 41 #ifndef AUTOCONF_INCLUDED 41 42 #include <linux/config.h> 43 #endif 42 44 #include <linux/version.h> 43 45 #include <linux/module.h> 44 46 #include <linux/skbuff.h> -
net80211/ieee80211_crypto.c
old new 38 38 /* 39 39 * IEEE 802.11 generic crypto support. 40 40 */ 41 #ifndef AUTOCONF_INCLUDED 41 42 #include <linux/config.h> 43 #endif 42 44 #include <linux/version.h> 43 45 #include <linux/module.h> 44 46 #include <linux/kmod.h> -
net80211/ieee80211_crypto_ccmp.c
old new 38 38 * AP driver. The code is used with the consent of the author and 39 39 * it's license is included below. 40 40 */ 41 #ifndef AUTOCONF_INCLUDED 41 42 #include <linux/config.h> 43 #endif 42 44 #include <linux/version.h> 43 45 #include <linux/module.h> 44 46 #include <linux/skbuff.h> -
net80211/ieee80211_scan.c
old new 37 37 /* 38 38 * IEEE 802.11 scanning support. 39 39 */ 40 #ifndef AUTOCONF_INCLUDED 40 41 #include <linux/config.h> 42 #endif 41 43 #include <linux/version.h> 42 44 #include <linux/module.h> 43 45 #include <linux/skbuff.h> -
net80211/ieee80211_node.c
old new 38 38 /* 39 39 * IEEE 802.11 node handling support. 40 40 */ 41 #ifndef AUTOCONF_INCLUDED 41 42 #include <linux/config.h> 43 #endif 42 44 #include <linux/version.h> 43 45 #include <linux/module.h> 44 46 #include <linux/skbuff.h> -
net80211/ieee80211_beacon.c
old new 38 38 /* 39 39 * IEEE 802.11 beacon handling routines 40 40 */ 41 #ifndef AUTOCONF_INCLUDED 41 42 #include <linux/config.h> 43 #endif 42 44 #include <linux/version.h> 43 45 #include <linux/module.h> 44 46 #include <linux/skbuff.h> -
net80211/ieee80211_xauth.c
old new 46 46 * of the available callbacks--the user mode authenticator process works 47 47 * entirely from messages about stations joining and leaving. 48 48 */ 49 #ifndef AUTOCONF_INCLUDED 49 50 #include <linux/config.h> 51 #endif 50 52 #include <linux/version.h> 51 53 #include <linux/module.h> 52 54 #include <linux/init.h> -
net80211/ieee80211_scan_sta.c
old new 37 37 /* 38 38 * IEEE 802.11 station scanning support. 39 39 */ 40 #ifndef AUTOCONF_INCLUDED 40 41 #include <linux/config.h> 42 #endif 41 43 #include <linux/version.h> 42 44 #include <linux/module.h> 43 45 #include <linux/skbuff.h> -
net80211/ieee80211_wireless.c
old new 39 39 /* 40 40 * Wireless extensions support for 802.11 common code. 41 41 */ 42 #ifndef AUTOCONF_INCLUDED 42 43 #include <linux/config.h> 44 #endif 43 45 44 46 #ifdef CONFIG_NET_WIRELESS 45 47 #include <linux/version.h> -
net80211/ieee80211_input.c
old new 38 38 /* 39 39 * IEEE 802.11 input handling. 40 40 */ 41 #ifndef AUTOCONF_INCLUDED 41 42 #include <linux/config.h> 43 #endif 42 44 #include <linux/version.h> 43 45 #include <linux/module.h> 44 46 #include <linux/skbuff.h> -
net80211/ieee80211_crypto_none.c
old new 34 34 /* 35 35 * IEEE 802.11 NULL crypto support. 36 36 */ 37 #ifndef AUTOCONF_INCLUDED 37 38 #include <linux/config.h> 39 #endif 38 40 #include <linux/version.h> 39 41 #include <linux/module.h> 40 42 #include <linux/skbuff.h> -
net80211/ieee80211_acl.c
old new 45 45 * and if found the frame is either accepted (ACL_POLICY_ALLOW) 46 46 * or rejected (ACL_POLICY_DENT). 47 47 */ 48 #ifndef AUTOCONF_INCLUDED 48 49 #include <linux/config.h> 50 #endif 49 51 #include <linux/version.h> 50 52 #include <linux/module.h> 51 53 #include <linux/skbuff.h> -
net80211/ieee80211_output.c
old new 38 38 /* 39 39 * IEEE 802.11 output handling. 40 40 */ 41 #ifndef AUTOCONF_INCLUDED 41 42 #include <linux/config.h> 43 #endif 42 44 #include <linux/version.h> 43 45 #include <linux/module.h> 44 46 #include <linux/skbuff.h> -
net80211/ieee80211_scan_ap.c
old new 37 37 /* 38 38 * IEEE 802.11 ap scanning support. 39 39 */ 40 #ifndef AUTOCONF_INCLUDED 40 41 #include <linux/config.h> 42 #endif 41 43 #include <linux/version.h> 42 44 #include <linux/module.h> 43 45 #include <linux/skbuff.h> -
net80211/ieee80211_monitor.c
old new 34 34 /* 35 35 * IEEE 802.11 monitor mode 36 36 */ 37 #ifndef AUTOCONF_INCLUDED 37 38 #include <linux/config.h> 39 #endif 38 40 #include <linux/version.h> 39 41 #include <linux/module.h> 40 42 #include <linux/kmod.h> -
net80211/ieee80211_crypto_wep.c
old new 34 34 /* 35 35 * IEEE 802.11 WEP crypto support. 36 36 */ 37 #ifndef AUTOCONF_INCLUDED 37 38 #include <linux/config.h> 39 #endif 38 40 #include <linux/version.h> 39 41 #include <linux/module.h> 40 42 #include <linux/skbuff.h> -
net80211/ieee80211_power.c
old new 38 38 /* 39 39 * IEEE 802.11 power save support. 40 40 */ 41 #ifndef AUTOCONF_INCLUDED 41 42 #include <linux/config.h> 43 #endif 42 44 #include <linux/version.h> 43 45 #include <linux/module.h> 44 46 #include <linux/skbuff.h> -
net80211/ieee80211_linux.c
old new 33 33 /* 34 34 * IEEE 802.11 support (Linux-specific code) 35 35 */ 36 #ifndef AUTOCONF_INCLUDED 36 37 #include <linux/config.h> 38 #endif 37 39 #include <linux/version.h> 38 40 #include <linux/module.h> 39 41 #include <linux/kmod.h> -
net80211/ieee80211_proto.c
old new 38 38 /* 39 39 * IEEE 802.11 protocol support. 40 40 */ 41 #ifndef AUTOCONF_INCLUDED 41 42 #include <linux/config.h> 43 #endif 42 44 #include <linux/version.h> 43 45 #include <linux/kmod.h> 44 46 #include <linux/module.h> -
net80211/ieee80211_crypto_tkip.c
old new 38 38 * AP driver. The code is used with the consent of the author and 39 39 * it's license is included below. 40 40 */ 41 #ifndef AUTOCONF_INCLUDED 41 42 #include <linux/config.h> 43 #endif 42 44 #include <linux/version.h> 43 45 #include <linux/module.h> 44 46 #include <linux/skbuff.h> -
net80211/if_media.c
old new 49 49 #define EXPORT_SYMTAB 50 50 #endif 51 51 52 #ifndef AUTOCONF_INCLUDED 52 53 #include <linux/config.h> 54 #endif 53 55 #include <linux/version.h> 54 56 #include <linux/module.h> 55 57 #include <linux/kernel.h> -
ath_rate/onoe/onoe.c
old new 39 39 /* 40 40 * Atsushi Onoe's rate control algorithm. 41 41 */ 42 #ifndef AUTOCONF_INCLUDED 42 43 #include <linux/config.h> 44 #endif 43 45 #include <linux/version.h> 44 46 #include <linux/module.h> 45 47 #include <linux/init.h> -
ath_rate/amrr/amrr.c
old new 43 43 * "IEEE 802.11 Rate Adaptation: A Practical Approach" by 44 44 * Mathieu Lacage, Hossein Manshaei, Thierry Turletti 45 45 */ 46 #ifndef AUTOCONF_INCLUDED 46 47 #include <linux/config.h> 48 #endif 47 49 #include <linux/version.h> 48 50 #include <linux/module.h> 49 51 #include <linux/init.h> -
ath_rate/sample/sample.c
old new 41 41 * John Bicket's SampleRate control algorithm. 42 42 */ 43 43 44 #ifndef AUTOCONF_INCLUDED 44 45 #include <linux/config.h> 46 #endif 45 47 #include <linux/version.h> 46 48 #include <linux/module.h> 47 49 #include <linux/init.h> -
hal/linux/ah_osdep.c
old new 41 41 #define EXPORT_SYMTAB 42 42 #endif 43 43 44 #ifndef AUTOCONF_INCLUDED 44 45 #include <linux/config.h> 46 #endif 45 47 #include <linux/version.h> 46 48 #include <linux/module.h> 47 49 #include <linux/init.h> -
ath/if_ath_ahb.c
old new 10 10 #define EXPORT_SYMTAB 11 11 #endif 12 12 13 #ifndef AUTOCONF_INCLUDED 13 14 #include <linux/config.h> 15 #endif 14 16 #include <linux/version.h> 15 17 #include <linux/module.h> 16 18 #include <linux/init.h> -
ath/if_ath_pci.c
old new 42 42 #define EXPORT_SYMTAB 43 43 #endif 44 44 45 #ifndef AUTOCONF_INCLUDED 45 46 #include <linux/config.h> 47 #endif 46 48 #include <linux/version.h> 47 49 #include <linux/module.h> 48 50 #include <linux/init.h> -
ath/if_ath.c
old new 44 44 */ 45 45 #include "opt_ah.h" 46 46 47 #ifndef AUTOCONF_INCLUDED 47 48 #include <linux/config.h> 49 #endif 48 50 #include <linux/version.h> 49 51 #include <linux/module.h> 50 52 #include <linux/init.h>
