summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/base.c
Commit message (Expand)AuthorAgeFilesLines
* ath5k: Calibration re-workNick Kossifidis2011-11-281-34/+78
* ath5k: Cleanups v1Nick Kossifidis2011-11-281-29/+83
* ath5k: Switch from read-and-clear to write-to-clear method when handling PISR...Nick Kossifidis2011-11-281-1/+1
* ath5k: remove some unneeded error handling codeDan Carpenter2011-10-111-6/+0
* Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville2011-09-201-9/+14
|\
| * ath5k: fix error handling in ath5k_beacon_sendBob Copeland2011-08-091-9/+14
* | ath5k: remove last references to "softc"Pavel Roskin2011-08-081-2/+2
* | ath5k: clean up base.h and its usePavel Roskin2011-08-081-0/+3
* | ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin2011-08-081-16/+7
* | ath5k: remove unused and write-only structures and fieldsPavel Roskin2011-08-081-1/+0
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-221-588/+550
|\
| * ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin2011-07-221-6/+4
| * ath5k: merge ath5k_hw and ath5k_softcPavel Roskin2011-07-201-584/+548
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-151-34/+37
|\ \ | |/
| * ath5k: do not call ieee80211_stop_queue for queues not managed by mac80211Felix Fietkau2011-07-131-1/+6
| * ath5k: delay full calibration after resetFelix Fietkau2011-07-131-1/+1
| * ath5k: initialize common->clockrateFelix Fietkau2011-07-131-0/+1
| * ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin2011-07-111-7/+7
| * ath5k: read sc->imask with sc->irqlock heldPavel Roskin2011-07-081-1/+2
| * ath5k: fix formatting errors found by checkpatch.plPavel Roskin2011-07-081-13/+11
| * ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin2011-07-081-8/+6
| * ath5k: use parentheses around macro definitionsPavel Roskin2011-07-081-1/+1
| * ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinitPavel Roskin2011-07-081-2/+2
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-241-8/+7
|\ \ | |/
| * ath5k: free sc->ah in ath5k_deinit_softcJohn W. Linville2011-06-201-0/+1
| * ath5k: minor cleanupPavel Roskin2011-06-171-8/+6
* | net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-211-0/+1
|/
* ath5k: Disable fast channel switching by defaultNick Kossifidis2011-06-031-1/+10
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-05-161-1/+1
|\
| * ath5k: Fix lockup due to un-init spinlock.Ben Greear2011-05-111-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-04-251-15/+56
|\ \ | |/
| * ath5k: add a new bus op for reading the mac addressFelix Fietkau2011-04-141-1/+1
| * ath5k: reduce interrupt load caused by rx/tx interruptsFelix Fietkau2011-04-121-3/+42
| * ath5k: clean up debugfs codeFelix Fietkau2011-04-121-1/+0
| * ath5k: remove ts_retry from ath5k_tx_statusFelix Fietkau2011-04-121-2/+9
| * ath5k: fix tx status reporting issuesFelix Fietkau2011-04-121-10/+6
* | Fix common misspellingsLucas De Marchi2011-03-311-3/+3
|/
* ath5k: implement ieee80211_ops->{get,set}_ringparamJohn W. Linville2011-03-111-1/+2
* ath5k: Put hardware in PROMISC mode if there is more than 1 stations.Ben Greear2011-03-071-29/+23
* mac80211: make tx() operation return voidJohannes Berg2011-02-251-3/+2
* mac80211: rename RX_FLAG_TSFTJohannes Berg2011-02-231-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-01-281-0/+4
|\
| * ath5k: fix locking in tx_complete_poll_workBob Copeland2011-01-181-0/+4
* | ath5k: Fix short and long retry configurationBruno Randolf2011-01-281-1/+2
* | ath5k: use tracing for packet tx/rx dumpBob Copeland2011-01-281-6/+10
* | ath5k: ath5k_setup_channels cleanup and whitespaceBruno Randolf2011-01-251-8/+3
* | ath5k: Simplify loop when setting up channelsBruno Randolf2011-01-211-4/+3
* | ath5k: Remove redundant sc->curbandBruno Randolf2011-01-211-7/+4
* | ath5k: Remove unused sc->curmodeBruno Randolf2011-01-211-18/+0
* | ath5k: Add 802.11j 4.9GHz channels to allowed channelsBruno Randolf2011-01-211-6/+13
OpenPOWER on IntegriCloud