aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ar9170 (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-27ar9170usb: atomic pending urbs counterChristian Lamparter2-7/+7
2009-10-27ar9170: atomic pending A-MPDU counterChristian Lamparter2-6/+7
2009-10-07ar9170: handle overflow in tsf_low register during get_tsfJoerg Albert3-10/+18
2009-10-07ar9170: add heavy clip handlingJoerg Albert2-4/+69
2009-10-07ar9170: fixed coding style, moved defineJoerg Albert2-13/+17
2009-10-07ar9170: make use of common macaddr and curbssidLuis R. Rodriguez3-6/+7
2009-10-07atheros: use get_unaligned_le*() for bssid mask settingLuis R. Rodriguez1-5/+5
2009-09-29ar9170: fix bug in iq-auto calibration value calculationChristian Lamparter1-4/+2
2009-09-23ar9170usb: add usbid for TP-Link TL-WN821N v2Christian Lamparter1-0/+2
2009-09-08ath,ar9170: implemented conformance test limit calc. for tx powerJoerg Albert1-1/+164
2009-09-08ar9170: implement frequency calibration for one-stage/openfwChristian Lamparter1-0/+122
2009-09-08ar9170: added phy register initialisation from eeprom valuesJoerg Albert1-1/+134
2009-08-28ar9170: remove unnecessary call to ar9170_set_beacon_timersJoerg Albert1-6/+0
2009-08-28ar9170: cleanup of bss_info_changed and beacon configJoerg Albert3-18/+21
2009-08-20ar9170: refactor configure_filterChristian Lamparter3-84/+27
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez2-7/+9
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-18/+25
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-3/+8
2009-08-10ar9170: fix read & write outside array boundsDan Carpenter1-2/+3
2009-08-10ar9170usb: fix spurious firmware related messageChristian Lamparter1-1/+5
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2-15/+22
2009-08-04ar9170: remove EXPERIMENTAL markerLuis R. Rodriguez1-1/+2
2009-08-04ath: simplify kconfig dependency and add documentationLuis R. Rodriguez1-1/+0
2009-08-04ar9170: remove unneeded flush_workqueue()Luis R. Rodriguez1-2/+1
2009-07-29ar9170: fix build error when !CONFIG_AR9170_LEDSAlexander Beregalov1-0/+2
2009-07-24wireless: remove print_mac usesJohannes Berg1-1/+0
2009-07-24ar9170: implement transmit aggregationChristian Lamparter2-26/+634
2009-07-10ar9170usb: module link in sysfsChristian Lamparter1-1/+1
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-2/+4
2009-06-10ar9170: xmit code revampChristian Lamparter5-260/+550
2009-06-10ar9170: interpret firmware debug commandsJohannes Berg1-0/+32
2009-06-04ar9170: remove deprecated codeChristian Lamparter2-8/+0
2009-06-03ar9170: cancel led worker properly on exitChristian Lamparter1-3/+7
2009-06-03ar9170usb: more minor fixesChristian Lamparter3-16/+10
2009-06-03ar9170: fix lockdep warning on hibernateChristian Lamparter1-4/+1
2009-06-03ar9170: fix LED power state handlingChristian Lamparter2-2/+6
2009-06-03ar9170: kill duplicated HT feature flagChristian Lamparter1-1/+0
2009-06-03ar9170: use bitop macros for tx filter flagsChristian Lamparter2-9/+19
2009-06-03ar9170: introduce functions for MAC programmingChristian Lamparter3-29/+81
2009-06-03ar9170: 40mhz fixesChristian Lamparter1-3/+3
2009-06-03ar9170: update hardware definitionsChristian Lamparter2-3/+4
2009-06-03ar9170: fix beacon plcp settingsChristian Lamparter1-2/+2
2009-06-03ar9170: add AVM FRITZ devicesLuis R. Rodriguez2-0/+27
2009-06-03ar9170: add support for 1-stage firmwareLuis R. Rodriguez1-5/+17
2009-05-22wireless: move some utility functions from mac80211 to cfg80211Zhu Yi1-1/+1
2009-05-06ar9170: fix build when !CONFIG_PMAlexander Beregalov1-0/+2
2009-05-06ar9170: wrong test on outlen in ar9170_usb_exec_cmd() ?Roel Kluin1-1/+1
2009-05-06ar9170usb: reset device on resumeChristian Lamparter1-0/+2
2009-05-06ar9170: uncomment powermgt case handleChristian Lamparter1-2/+2
2009-05-06ar9170: handle otus' A-MPDU density definitionsChristian Lamparter3-2/+27