Don't rely on typedef for struct ctl_table, it's going away
[madwifi/.git] / net80211 / ieee80211_linux.c
2014-06-17 Pavel RoskinDon't rely on typedef for struct ctl_table, it's going...
2013-11-12 Pavel RoskinDon't show kernel pointers to procfs, just show if...
2013-11-11 Pavel RoskinFix compatibility with procfs API changes in Linux...
2013-11-08 Pavel RoskinUse netdev_notifier_info_to_dev(), needed for Linux...
2011-08-26 proskiFix typos found by codespell
2011-08-15 proskiFix compilation with IEEE80211_DEBUG_REFCNT=1
2011-08-03 proskiDon't use "{ 0 }" to initialize structures, use "{ }"
2011-02-02 proskiAdd support for the latest kernels that don't define...
2010-01-09 proskiDon't set ctl_name in Linux 2.6.33+, it was removed
2009-08-24 proskiSupport compilation with procfs disabled
2009-07-11 benoitMerge madwifi-dfs back to trunk: this change is only...
2009-06-25 proskiCompile fix with VLAN support on recent kernels
2009-05-24 proskiFix compilation for mips64
2009-05-12 proskiFix all cases of stack usage exceeding 1024 bytes
2009-04-15 proskiConvert to net_device_ops for Linux 2.6.29+
2009-01-14 proskiCompile fixes for Linux 2.6.29
2008-06-22 mentorAdd an informational message when debug flags are changed.
2008-06-21 mentorMake module loading and unloading much less noisy....
2008-06-16 kelmoFix format string bugs.
2008-06-06 mentorMake pointer declarations and casting consistent. Some...
2008-05-06 mentorRemove now unused FF next field in ieee80211_cb. This...
2008-04-24 mentorConvert as many things as possible to use kzalloc
2008-04-09 mtaylorAnother SKB_NI
2008-04-06 mentorSome cleaning. Mostly cosmetic, but:
2008-02-04 mentorCleanup up de-MIC failure (in hardware) handling. Appar...
2008-01-26 mtaylorMerge madwifi-dfs branch to trunk.
2008-01-25 mtaylorEliminate ether_sprintf in favor of new MAC_FMT and...
2007-12-21 mentorLots and lots of formatting and trivial changes that...
2007-12-13 proskiRemove separate versions for ath_pci and wlan modules
2007-11-22 mentorFormatting changes. Mostly line lengths with some white...
2007-11-21 mtaylorThis patch augments the current reference counting...
2007-11-21 mtaylorMore SKB_CB macro use and cleanup of dropped references...
2007-11-21 mtaylorSupport for setting default VAP debug flags at module...
2007-10-31 proskiFix sysctl support in Linux 2.6.24
2007-10-29 proskiFix oops due to sysctl table check failure in Linux...
2007-10-17 proskiLinux 2.6.24 moves proc_net inside init_net
2007-10-04 mrenzmannRestructuring the repository layout in response to...