Commit Graph

  • a7531fd223 sample: eliminate clever code to determine which proc file is accessed master Pavel Roskin 2014-12-24 13:03:09 -0500
  • 28fc586124 Give path to System.map to depmod, don't set KMODPATH Pavel Roskin 2014-09-16 21:52:44 -0400
  • e8a57713f1 Run depmod on uninstall Pavel Roskin 2014-09-16 21:43:48 -0400
  • c5246021b7 Use Linux 3.17 4-argument alloc_netdev(), provide compatibility code Pavel Roskin 2014-08-04 15:16:13 -0400
  • e1a1d8f94f Port elements of the build system from ndiswrapper Pavel Roskin 2014-02-04 17:34:05 -0500
  • 19e85c5f13 Don't rely on typedef for struct ctl_table, it's going away Pavel Roskin 2014-06-17 11:28:06 -0400
  • 0f5e6bf980 Check the return value of system() Pavel Roskin 2013-11-27 15:14:22 -0500
  • edd3220953 Ignore Module.symvers not only in the top-level directory Pavel Roskin 2013-11-13 18:21:30 -0500
  • c98d9cf64c Recognize IW_AUTH_CIPHER_GROUP_MGMT and IW_AUTH_MFP Pavel Roskin 2013-11-13 17:45:24 -0500
  • 56076e4f26 Extend support for AHB to Linux 2.6.15 and newer Pavel Roskin 2013-11-13 16:38:57 -0500
  • e731eb9ab4 Include linux/delay.h, it's necessary for compilation on older kernels Pavel Roskin 2013-11-13 16:52:09 -0500
  • 75ac97a925 Remove struct ath_ahb_softc, it's pointless for supported kernels Pavel Roskin 2013-11-13 14:08:08 -0500
  • 89ca171c1e Remove struct ath_pci_softc, it's pointless for supported kernels Pavel Roskin 2013-11-13 14:02:49 -0500
  • 2f64d27835 Add .gitignore and tools/.gitignore Pavel Roskin 2013-11-12 18:18:47 -0500
  • 3e8afe45d0 Make skb_total_counter and skb_refs_counter static Pavel Roskin 2013-11-12 16:53:27 -0500
  • 27463c4ea4 Fix compilation with IEEE80211_DEBUG_REFCNT set and no VLAN support Pavel Roskin 2013-11-12 16:57:07 -0500
  • 3f778edc5f Fix off-by-one error in size parsing in proc_ratesample_open() Pavel Roskin 2013-11-12 15:55:46 -0500
  • e6cb21364b Remove unneeded PCI compatibility code Pavel Roskin 2013-11-12 14:48:25 -0500
  • eb53410664 Don't show kernel pointers to procfs, just show if ni is NULL Pavel Roskin 2013-11-12 14:32:14 -0500
  • c95ed6fcf8 Require WIRELESS_EXT >= 18 Pavel Roskin 2013-11-12 13:05:20 -0500
  • 8c73cc55b1 Remove support for Linux kernels older than 2.6.13 Pavel Roskin 2013-11-12 11:46:06 -0500
  • 4f4d17ea6e Fix compatibility with procfs API changes in Linux 3.10 Pavel Roskin 2013-11-11 11:57:32 -0500
  • f83c3d758e Use netdev_notifier_info_to_dev(), needed for Linux 3.11+ Pavel Roskin 2013-11-08 16:42:54 -0500
  • 0196108e9c Remove all references to svnversion, MadWifi svn is gone Pavel Roskin 2013-11-08 11:06:54 -0500
  • 8b13bec8b1 Remove all references to ath_info Pavel Roskin 2013-11-08 10:39:40 -0500
  • 2340147dee Remove __devinitdata, it's obsolete and breaks compilation on Linux 3.8+ Pavel Roskin 2013-11-08 10:59:32 -0500
  • f72edc7741 Use "%s" in err() calls to fix a warning on Ubuntu 10.04 proski 2012-05-01 19:52:26 +0000
  • 35db352fc7 Don't reference vlan_group without IEEE80211_VLAN_TAG_USED set proski 2012-01-30 19:55:03 +0000
  • 50d74a9a21 Use ndo_set_rx_mode instead of ndo_set_multicast_list on Linux 3.2+ proski 2011-11-22 17:22:34 +0000
  • 311e88720d Remove -Werror from WARNINGS proski 2011-10-07 21:42:25 +0000
  • afdc1e0da1 Eliminate ATH_GET_NETDEV_DEV, it breaks on some CentOS kernels proski 2011-10-07 21:30:59 +0000
  • bd86fad851 Don't redefine netdev_for_each_mc_addr() proski 2011-10-07 21:14:47 +0000
  • 5890429464 Fix typos found by codespell proski 2011-08-26 15:31:01 +0000
  • 2fc801acdb Fix compilation with IEEE80211_DEBUG_REFCNT=1 proski 2011-08-15 18:59:53 +0000
  • 2774fa543e Fix compilation on Linux 3.1 broken by VLAN API changes proski 2011-08-15 18:59:22 +0000
  • e9c7901f6e Don't use "{ 0 }" to initialize structures, use "{ }" proski 2011-08-03 05:43:55 +0000
  • 27d3e317c5 Fix dubious formatting after "if" proski 2011-08-03 01:30:00 +0000
  • 43b7f2ddee Fix certain NULL dereference in disabled XR code proski 2011-08-03 00:47:06 +0000
  • ccf1970ea8 Fix dereferencing NULL in debug messages proski 2011-08-03 00:36:39 +0000
  • 4f8410ce13 Fix pointless use of 0 in vap->iv_debug calculation proski 2011-08-03 00:25:04 +0000
  • c6569661e4 Remove useless casts of kmalloc() and kzalloc() proski 2011-08-03 00:18:57 +0000
  • 1c37948b92 Use git-svn options to limit its output to one line proski 2011-07-06 16:22:31 +0000
  • b56cc910bc Comment out options that cannot be supported proski 2011-06-22 20:32:48 +0000
  • e294cce512 Add support for Linux 3.x and newer proski 2011-06-01 16:00:18 +0000
  • 098decda6c Fix protection against multiple inclusion of headers proski 2011-05-11 15:19:10 +0000
  • 3c69799880 Move packet_size_bins[] from the header, it doesn't belong there proski 2011-05-11 15:17:22 +0000
  • ea28c77afc Fix all instances of unused variables reported by gcc 4.6.0. proski 2011-05-03 21:56:02 +0000
  • e408c071a2 Add support for the latest kernels that don't define AUTOCONF_INCLUDED proski 2011-02-02 21:10:53 +0000
  • 7da3379866 Fix support for Linux 2.6.11, which lacks <linux/sort.h> proski 2010-06-19 18:27:20 +0000
  • a09a469936 Fix support for Linux 2.6.0 - 2.6.2, which lack netdev_priv() proski 2010-06-19 18:26:01 +0000
  • eec6650615 Add support for Linux 2.6.35 proski 2010-06-19 18:24:35 +0000
  • 234a985259 Remove gratuitous double negation of ath_hal_hasdiversity() result proski 2010-03-24 14:07:47 +0000
  • 9b4885513b Move packet numbers and key indices next to the tests proski 2010-03-23 23:10:08 +0000
  • 0382a636d6 Fix typos proski 2010-03-23 22:49:56 +0000
  • 5e195288a9 Fix numerous "FAILED verification" messages on AR5210 and AR5211 proski 2010-03-23 04:26:37 +0000
  • 6b7b69cb37 Make crypto test suite more robust proski 2010-03-12 23:59:02 +0000
  • 6f08b9347d Print a prominent message if kernel AES is not available proski 2010-03-12 06:40:34 +0000
  • 41c0303d16 Fix handling of out-of-memory condition in ccmp_attach() proski 2010-03-12 05:40:29 +0000
  • df2b041849 Use sema_init() instead of init_MUTEX() proski 2010-01-31 07:01:47 +0000
  • 84cea0ae79 Identify subversion snapshots as being from trunk proski 2010-01-25 22:53:37 +0000
  • 1e781a7c13 Disable PCI based AR9280 (168c:0029), it doesn't work yet proski 2010-01-18 14:18:05 +0000
  • b4a185df81 Include semaphore.h for mutexes proski 2010-01-18 13:46:57 +0000
  • b801960404 Typo fix proski 2010-01-14 22:34:09 +0000
  • a252469c71 Add support for AR9280 from FreeBSD HAL proski 2010-01-13 06:50:17 +0000
  • 00b7ee3649 Port ah_writeIni and ar5416SpurMitigate from FreeBSD HAL proski 2010-01-13 06:48:05 +0000
  • da9812696d Use LDOPTS instead of LDFLAGS to avoid an ld warning on Linux 2.4 proski 2010-01-11 14:52:01 +0000
  • 4bbde45a51 Don't set ctl_name in Linux 2.6.33+, it was removed proski 2010-01-09 08:34:37 +0000
  • 52147817c3 Use generated/utsrelease.h for Linux 2.6.33+ proski 2010-01-09 08:27:17 +0000
  • 0d741ab467 Adjust for procfs changes in Linux 2.6.32 proski 2009-09-28 23:06:53 +0000
  • acbbdd0bb6 Fix contention window calculation in sample and minstrel code proski 2009-09-19 04:03:53 +0000
  • 922778b6ef Rewrite handling of the fixed rates proski 2009-09-03 21:08:13 +0000
  • 0c1df90920 Fix sparse warnings proski 2009-09-02 20:01:52 +0000
  • bc1810756f Support compilation with procfs disabled proski 2009-08-24 22:04:45 +0000
  • c24f0e8221 Remove unused sysctl code proski 2009-08-21 19:33:14 +0000
  • 763e90cdda Allow compilation for 2.4 kernels that backport the workqueue API proski 2009-08-13 17:00:26 +0000
  • ec0aeb9411 ar5416: initialize AR_CFG on little-endian systems proski 2009-08-11 22:10:26 +0000
  • 5ca67e983b Recognize and report AR9160 and AR9280 proski 2009-08-11 20:17:47 +0000
  • 4462df298c Fix mismatching prototypes in HAL proski 2009-08-05 17:48:41 +0000
  • a5b3087ab0 Rewrite ieee80211_input_all() proski 2009-07-30 21:06:29 +0000
  • 319a241c30 Don't unref node in ieee80211_input() if it wasn't referenced proski 2009-07-30 17:17:02 +0000
  • a548cc50ad Rewrote IBSS merge (part that updates the IBSS parameters using content from received beacons). Merge from branches/madwifi-dfs@3662 benoit 2009-07-11 17:37:55 +0000
  • d7126f8393 Avoid kernel panic and returns 802.11b. Merge from branches/madwifi-dfs@3649 benoit 2009-07-11 17:33:54 +0000
  • 8c022a1869 Updated the radar pulse analysis algorithm Merge from branches/madwifi-dfs@4049 benoit 2009-07-11 17:25:26 +0000
  • 1b019e9b0d Merge madwifi-dfs back to trunk: this change is only about DFS, excluding DFS pulse analysis. Untested. benoit 2009-07-11 17:20:58 +0000
  • 5b3bc6b37c Removed sc_dfs_cac. Replaced it by checking the timer sc_dfs_cac_timer directly benoit 2009-07-11 15:30:58 +0000
  • 622cfce180 Make use of the IEEE80211_IS_CHAN_RADAR macro benoit 2009-07-11 10:15:28 +0000
  • 16a7158cf2 Fix needed in order to compile without Fast Frame feature enabled. benoit 2009-07-05 07:16:27 +0000
  • 20802ea505 Remove IEEE80211_CHANSWITCHANN_BYTES, it's unused proski 2009-06-26 03:39:25 +0000
  • f1873dba18 Allow compilation with BUS=AHB in 64-bit systems proski 2009-06-26 02:06:16 +0000
  • e0712b8175 Fix compiler warning on some big-endian systems proski 2009-06-26 01:31:05 +0000
  • 530d6494db Compile fix with VLAN support on recent kernels proski 2009-06-25 22:22:58 +0000
  • 2d0ca57ecd Use decimal notation in a debug message proski 2009-06-25 01:13:24 +0000
  • 46b1c0dbe9 Merge formatting change from DFS branch proski 2009-06-25 01:05:28 +0000
  • 489d0d146d Merge time conversion macros, users of IEEE80211_TU_TO_TSF from madwifi-dfs proski 2009-06-25 01:03:32 +0000
  • 892214198a Fix trailing whitespace proski 2009-06-25 00:49:06 +0000
  • a96aec1cee Merge r3372 from madwifi-dfs proski 2009-06-25 00:47:42 +0000
  • a6137f861b Use IEEE80211_IS_CHAN_PASSIVE - merge from DFS branch proski 2009-06-25 00:29:33 +0000
  • d8b9462077 Merge formatting change from DFS branch proski 2009-06-25 00:24:34 +0000
  • db43dba0dd Fix missing space before "else" proski 2009-06-25 00:21:59 +0000
  • fffa8d29b7 Remove trailing whitespace in the code different from DFS branch proski 2009-06-25 00:01:52 +0000