summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k
Commit message (Expand)AuthorAgeFilesLines
* ath5k: debugfs: NULL-terminate stringsDjalal Harouni2013-08-261-6/+18
* ath5k: enable support for 5 MHz and 10 MHz channelsSimon Wunderlich2013-08-164-5/+25
* ath5k: set 5/10 MHz supported channels and fix durationSimon Wunderlich2013-08-163-9/+42
* ath5k: report 5/10 MHz channelsSimon Wunderlich2013-08-161-0/+10
* ath5k: fix extra set bit in multicast maskBob Copeland2013-07-181-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-06-213-21/+74
|\
| * ath5k: make use of the new rate control APIThomas Huehn2013-06-123-21/+74
* | net: wireless: remove unnecessary platform_set_drvdata()Jingoo Han2013-05-281-2/+0Star
|/
* ath5k: do not reschedule tx_complete_work on stopStanislaw Gruszka2013-05-031-0/+5
* ath5k: use more idiomatic tracing include styleJohannes Berg2013-04-122-1/+2
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-04-102-3/+3
|\
| * mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-252-3/+3
* | ath5k: cleanup channel to eprom_mode functionJiri Slaby2013-03-065-26/+10Star
|/
* NET: ath5k, check ath5k_eeprom_mode_from_channel retvalJiri Slaby2013-02-082-0/+6
* wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-141-2/+3
* ath5k: RX timestamp is reported at end of frameThomas Pedersen2012-12-111-12/+1Star
* ath5k: fix tx path skb leaksFelix Fietkau2012-12-102-3/+3
* ath5k: remove __dev* attributesBill Pemberton2012-12-063-6/+6
* wireless: allow Atheros card to not depend on ath.koVladimir Kondratiev2012-11-301-0/+1
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-11-211-1/+1
|\
| * mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
* | ath5k: precedence error in ath5k_hw_nic_wakeup()Dan Carpenter2012-11-161-3/+3
* | ath5k: Use module_platform_driver macro for ahb.cSyam Sidhardhan2012-11-161-14/+1Star
|/
* mac80211: clarify interface iteration and make it configurableJohannes Berg2012-11-092-6/+9
* ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun2012-10-081-1/+2
* ath5k: add missing breaks in ath5k_hw_set_spur_mitigation_filterJohn W. Linville2012-09-251-0/+2
* ath5k: disable HW crypto in management frameChun-Yeow Yeoh2012-09-242-0/+4
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-241-1/+1
|\
| * mac80211: add key flag for management keysJohannes Berg2012-09-101-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-074-8/+6Star
|\ \ | |/ |/|
| * ath5k: fix wrong max power per rate eeprom reads for 802.11aThomas Huehn2012-08-212-1/+2
| * ath5k: fix spin_lock_irqsave/spin_lock_bh nesting in meshBob Copeland2012-08-132-7/+4Star
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-08-211-1/+2
|\ \
| * | mac80211: move TX station pointer and restructure TXThomas Huehn2012-07-311-1/+2
| |/
* | ath5k: Put power_level where it belongs and rename itNick Kossifidis2012-08-104-8/+17
* | ath5k: Preserve tx power level requested from above on phy_initNick Kossifidis2012-08-101-2/+2
* | ath5k: Fix range scaling when setting rate power tableNick Kossifidis2012-08-101-3/+7
* | ath5k: Use correct value for min_pwr and cur_pwrNick Kossifidis2012-08-101-5/+14
|/
* ath5k: fix txop limit handlingFelix Fietkau2012-07-171-1/+1
* ath5k: replace modparam_all_channels with CONFIG_ATH5K_TEST_CHANNELSLuis R. Rodriguez2012-07-112-7/+18
* ath5k: remove _bh from inner locksBob Copeland2012-06-191-2/+2
* ath5k: add possible wiphy interface combinationsFelix Fietkau2012-05-291-0/+19
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-111-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-081-0/+1
|\
| * ath5k: add missing iounmap to AHB probe removalJonathan Bither2012-04-271-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-241-2/+5
|\|
| * ath5k: unmap io memory on probe failureJonathan Bither2012-04-131-2/+4
| * ath5k: fix undefined 'THIS_MODULE'Jonathan Bither2012-04-131-0/+1
* | net/wireless: use module_pci_driverAxel Lin2012-04-161-25/+1Star
* | ath5k: add PCI idYoshinori Sato2012-04-161-0/+1