| Commit message (Expand) | Author | Age | Files | Lines |
* | ath5k: remove redundant null check before kfree() | Bob Copeland | 2014-08-28 | 1 | -2/+1 |
* | ath: Add and use pr_fmt, convert printks to pr_<level> | Joe Perches | 2012-04-10 | 1 | -0/+2 |
* | ath5k: MRR support and 2GHz radio override belong in ah_capabilities | Nick Kossifidis | 2011-11-28 | 1 | -5/+0 |
* | ath5k: Cleanups v2 + add kerneldoc on all hw functions | Nick Kossifidis | 2011-11-28 | 1 | -6/+3 |
* | ath5k: Use usleep_range where possible | Nick Kossifidis | 2011-11-28 | 1 | -1/+1 |
* | ath5k: remove last references to "softc" | Pavel Roskin | 2011-08-08 | 1 | -1/+1 |
* | ath5k: clean up base.h and its use | Pavel Roskin | 2011-08-08 | 1 | -1/+0 |
* | ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_value | Pavel Roskin | 2011-08-08 | 1 | -5/+5 |
* | ath5k: remove unused and write-only structures and fields | Pavel Roskin | 2011-08-08 | 1 | -4/+1 |
* | ath5k: merge ath5k_hw and ath5k_softc | Pavel Roskin | 2011-07-20 | 1 | -16/+15 |
* | ath5k: fix typos, bad comment formatting and GHz in place of MHz | Pavel Roskin | 2011-07-11 | 1 | -2/+2 |
* | ath5k: fix formatting errors found by checkpatch.pl | Pavel Roskin | 2011-07-08 | 1 | -9/+8 |
* | ath5k: use more readable way to clear MAC address | Pavel Roskin | 2011-07-08 | 1 | -1/+2 |
* | ath5k: disable 5 GHz support for the dualband PHY chip on dual-radio AR5312 | Felix Fietkau | 2011-04-14 | 1 | -0/+5 |
* | ath5k: fix the EEPROM check for hw AES crypto support | Felix Fietkau | 2011-04-14 | 1 | -1/+1 |
* | ath5k: Enable AR2315 chipset recognition | Wojciech Dubowik | 2011-02-21 | 1 | -1/+2 |
* | ath5k: Fix short and long retry configuration | Bruno Randolf | 2011-01-28 | 1 | -2/+2 |
* | ath5k: Use pci_is_pcie() | Hauke Mehrtens | 2010-12-22 | 1 | -1/+1 |
* | ath5k: Add a function to read chipset's MAC revision | Felix Fietkau | 2010-12-02 | 1 | -4/+7 |
* | ath5k: Check if pci pdev struct is initialized in common functions. | Felix Fietkau | 2010-12-02 | 1 | -3/+2 |
* | ath5k: Introduce ath5k_init_softc function as in ath9k | Felix Fietkau | 2010-12-02 | 1 | -5/+5 |
* | ath5k: Add new field on ath5k_hw to track bandwidth modes | Nick Kossifidis | 2010-11-30 | 1 | -1/+1 |
* | ath5k: Fix double free on hw attach error path | Jones Desougi | 2010-10-27 | 1 | -9/+8 |
* | ath5k: Remove unused variable for atim window | Bruno Randolf | 2010-09-28 | 1 | -1/+0 |
* | ath5k: Simplify cw_min/max and AIFS configuration | Bruno Randolf | 2010-09-21 | 1 | -2/+0 |
* | ath/ath5k/ath9k: Fix crypto capabilities merge issue | Bruno Randolf | 2010-09-21 | 1 | -2/+1 |
* | ath5k: Use common crypt capabilities flags | Bruno Randolf | 2010-09-16 | 1 | -4/+6 |
* | ath5k: Use common ath key management functions | Bruno Randolf | 2010-09-16 | 1 | -0/+3 |
* | ath5k: clean up some comments | Bob Copeland | 2010-08-24 | 1 | -3/+3 |
* | ath5k: rename ath5k_hw_set_associd to _set_bssid | Nick Kossifidis | 2010-08-24 | 1 | -1/+1 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-06-23 | 1 | -0/+1 |
|\ |
|
| * | ath5k: initialize ah->ah_current_channel | Bob Copeland | 2010-06-18 | 1 | -0/+1 |
* | | ath5k: remove ATH_TRACE macro | Bruno Randolf | 2010-06-02 | 1 | -2/+0 |
|/ |
|
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2010-04-15 | 1 | -0/+2 |
|\ |
|
| * | ath5k: Adaptive Noise Immunity (ANI) Implementation | Bruno Randolf | 2010-04-07 | 1 | -0/+1 |
| * | ath5k: initialize default noise floor | Bruno Randolf | 2010-03-31 | 1 | -0/+1 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-04-11 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | | ath5k: remove ah_mac_revision | Bruno Randolf | 2010-03-10 | 1 | -1/+0 |
* | | ath5k: remove double opmode definition | Bruno Randolf | 2010-03-10 | 1 | -2/+1 |
* | | ath5k: preserve antenna settings | Bruno Randolf | 2010-03-10 | 1 | -0/+1 |
|/ |
|
* | ath5k: use noise calibration from madwifi hal | Bob Copeland | 2009-10-27 | 1 | -0/+2 |
* | ath5k: simplify passed params to ath5k_hw_set_associd() | Luis R. Rodriguez | 2009-10-07 | 1 | -1/+1 |
* | atheros: define shared bssidmask setting | Luis R. Rodriguez | 2009-10-07 | 1 | -1/+1 |
* | ath5k: allocate ath5k_hw prior to initializing hw | Luis R. Rodriguez | 2009-10-07 | 1 | -19/+4 |
* | ath5k: initialize eeprom struct early on attach | Luis R. Rodriguez | 2009-10-07 | 1 | -3/+2 |
* | ath5k: use common curbssid, bssidmask and macaddr | Luis R. Rodriguez | 2009-10-07 | 1 | -2/+5 |
* | ath: move ath_bcast_mac to common header | Luis R. Rodriguez | 2009-10-07 | 1 | -1/+1 |
* | ath5k: don't use PCI ID to find the chip revision | Pavel Roskin | 2009-08-28 | 1 | -5/+9 |
* | ath5k: clarify srev comparison for CCMP check | Bob Copeland | 2009-08-28 | 1 | -5/+2 |