aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-11ath5k: remove some unneeded error handling codeDan Carpenter1-6/+0
2011-09-20Merge branch 'master' of git://git.infradead.org/users/linville/wirelessJohn W. Linville1-9/+14
2011-08-09ath5k: fix error handling in ath5k_beacon_sendBob Copeland1-9/+14
2011-08-08ath5k: remove last references to "softc"Pavel Roskin1-2/+2
2011-08-08ath5k: clean up base.h and its usePavel Roskin1-0/+3
2011-08-08ath5k: eliminate CHANNEL_* macros, use AR5K_MODE_* in channel->hw_valuePavel Roskin1-16/+7
2011-08-08ath5k: remove unused and write-only structures and fieldsPavel Roskin1-1/+0
2011-07-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-588/+550
2011-07-22ath5k: merge ath5k_{init, deinit}_hw() with their thin wrappersPavel Roskin1-6/+4
2011-07-20ath5k: merge ath5k_hw and ath5k_softcPavel Roskin1-584/+548
2011-07-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-34/+37
2011-07-13ath5k: do not call ieee80211_stop_queue for queues not managed by mac80211Felix Fietkau1-1/+6
2011-07-13ath5k: delay full calibration after resetFelix Fietkau1-1/+1
2011-07-13ath5k: initialize common->clockrateFelix Fietkau1-0/+1
2011-07-11ath5k: fix typos, bad comment formatting and GHz in place of MHzPavel Roskin1-7/+7
2011-07-08ath5k: read sc->imask with sc->irqlock heldPavel Roskin1-1/+2
2011-07-08ath5k: fix formatting errors found by checkpatch.plPavel Roskin1-13/+11
2011-07-08ath5k: fix misplaced or extraneous braces found by checkpatch.plPavel Roskin1-8/+6
2011-07-08ath5k: use parentheses around macro definitionsPavel Roskin1-1/+1
2011-07-08ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinitPavel Roskin1-2/+2
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-8/+7
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-20ath5k: free sc->ah in ath5k_deinit_softcJohn W. Linville1-0/+1
2011-06-17ath5k: minor cleanupPavel Roskin1-8/+6
2011-06-03ath5k: Disable fast channel switching by defaultNick Kossifidis1-1/+10
2011-05-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2011-05-11ath5k: Fix lockup due to un-init spinlock.Ben Greear1-1/+1
2011-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-15/+56
2011-04-14ath5k: add a new bus op for reading the mac addressFelix Fietkau1-1/+1
2011-04-12ath5k: reduce interrupt load caused by rx/tx interruptsFelix Fietkau1-3/+42
2011-04-12ath5k: clean up debugfs codeFelix Fietkau1-1/+0
2011-04-12ath5k: remove ts_retry from ath5k_tx_statusFelix Fietkau1-2/+9
2011-04-12ath5k: fix tx status reporting issuesFelix Fietkau1-10/+6
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-11ath5k: implement ieee80211_ops->{get,set}_ringparamJohn W. Linville1-1/+2
2011-03-07ath5k: Put hardware in PROMISC mode if there is more than 1 stations.Ben Greear1-29/+23
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-3/+2
2011-02-23mac80211: rename RX_FLAG_TSFTJohannes Berg1-1/+1
2011-01-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+4
2011-01-28ath5k: Fix short and long retry configurationBruno Randolf1-1/+2
2011-01-28ath5k: use tracing for packet tx/rx dumpBob Copeland1-6/+10
2011-01-25ath5k: ath5k_setup_channels cleanup and whitespaceBruno Randolf1-8/+3
2011-01-21ath5k: Simplify loop when setting up channelsBruno Randolf1-4/+3
2011-01-21ath5k: Remove redundant sc->curbandBruno Randolf1-7/+4
2011-01-21ath5k: Remove unused sc->curmodeBruno Randolf1-18/+0
2011-01-21ath5k: Add 802.11j 4.9GHz channels to allowed channelsBruno Randolf1-6/+13
2011-01-21ath5k: Rename ath5k_copy_channelsBruno Randolf1-4/+4
2011-01-21ath5k: Use mac80211 channel mapping functionBruno Randolf1-15/+8
2011-01-18ath5k: fix locking in tx_complete_poll_workBob Copeland1-0/+4
2011-01-05ath5k: qualify global modparam_nohwcrypt variableJohn W. Linville1-2/+2