summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-14ath9k: implement .get_antenna and .set_antennaFelix Fietkau1-0/+71
2011-09-14ath9k: merge reset related functionsFelix Fietkau1-176/+127
2011-09-14ath9k: always call ath_reset from workqueue contextFelix Fietkau1-4/+13
2011-09-14ath9k: move a few functions aroundFelix Fietkau1-68/+69
2011-09-14ath9k: eliminate common->{rx,tx}_chainmaskFelix Fietkau1-4/+3
2011-08-29ath9k: Add debugfs support for mac/baseband samplesRajkumar Manoharan1-0/+2
2011-08-24ath9k: Add support for get_stats callbackMohammed Shafi Shajakhan1-1/+16
2011-08-24ath9k: Fix invalid noisefloor reading due to channel updateRajkumar Manoharan1-3/+14
2011-08-24ath9k: Remove SC_OP_ENABLE_APMRajkumar Manoharan1-4/+0
2011-08-24ath9k: Fix rx overrun interrupt stormRajkumar Manoharan1-5/+3
2011-08-22ath9k: do btcoex ASPM disabling at initialization timeStanislaw Gruszka1-2/+0
2011-08-22ath9k: remove ->config_pci_powersave() redundant argumentStanislaw Gruszka1-3/+3
2011-08-09ath9k: Use atomic reference count for interrupt opsRajkumar Manoharan1-2/+2
2011-08-09ath9k: do not enable interrupt on set interrupt maskRajkumar Manoharan1-0/+4
2011-08-08ath9k: use the new channel noise value for signal strength and survey infoFelix Fietkau1-1/+1
2011-06-27ath9k: Fix locking issue during tx completionRajkumar Manoharan1-4/+9
2011-06-17ath9k: remove a redundant call to pcipowersaveMohammed Shafi Shajakhan1-1/+0
2011-06-17ath9k: Add debug messages to track PAPRD failuresMohammed Shafi Shajakhan1-4/+11
2011-06-01ath9k: Add a debug entry to start/stop ANIMohammed Shafi Shajakhan1-9/+24
2011-06-01ath9k: wake up chip before initializing PAPRD tableMohammed Shafi Shajakhan1-3/+4
2011-06-01ath9k: Handle IBSS status changes in BSS_CHANGED_IBSSRajkumar Manoharan1-41/+44
2011-06-01ath9k: mark few functions as staticMohammed Shafi Shajakhan1-3/+3
2011-06-01ath9k: make ath9k_setpower function as staticMohammed Shafi Shajakhan1-1/+1
2011-06-01ath9k: unify edma and non-edma tx code, improve tx fifo handlingFelix Fietkau1-2/+0
2011-06-01ath9k: remove redundant if checkMohammed Shafi Shajakhan1-17/+12
2011-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2....John W. Linville1-1/+3
2011-05-26ath9k: Reset chip on baseband hangRajkumar Manoharan1-1/+3
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville1-1/+41
2011-05-19ath9k: implement .tx_last_beacon()Felix Fietkau1-0/+40
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-05-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+8
2011-05-16ath9k: make npending frames check as boolMohammed Shafi Shajakhan1-2/+5
2011-05-11ath9k: fix a regression in PS frame filter handlingFelix Fietkau1-0/+5
2011-05-11ath9k: fix beaconing for mesh interfacesJavier Cardona1-1/+3
2011-05-10ath9k: Failed to set default beacon rssi in AP/IBSS modeRajkumar Manoharan1-0/+1
2011-05-10ath9k: process TSF out of range before RXRajkumar Manoharan1-11/+11
2011-05-10ath9k: avoid enabling interrupts while processing rxRajkumar Manoharan1-1/+2
2011-05-10ath9k: Fix a warning due to a queued work during S3 stateMohammed Shafi Shajakhan1-0/+8
2011-05-05ath9k_hw: remove aggregation protection modeMohammed Shafi Shajakhan1-3/+0
2011-05-05ath9k: Fix drain txq failure in flushRajkumar Manoharan1-1/+5
2011-04-26ath9k: set beacon related ps flags on bss_info changeRajkumar Manoharan1-0/+6
2011-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+10
2011-04-25ath9k: Add power save wrappers and modularize hw_pll handlerSenthil Balasubramanian1-10/+24
2011-04-25ath9k: cleanup hw pll work handlerSenthil Balasubramanian1-0/+23
2011-04-25ath9k: optimize the usage of power save wrappers.Senthil Balasubramanian1-4/+2
2011-04-19ath9k: assign keycache slots to unencrypted stationsFelix Fietkau1-0/+22
2011-04-19ath9k: fix powersave frame filtering/buffering in AP modeFelix Fietkau1-0/+22
2011-04-12ath9k: Fix kernel panic on module unloadRajkumar Manoharan1-0/+3
2011-04-12ath9k: Implement dev_tx_frames_pending callback.Vivek Natarajan1-0/+16
2011-04-08ath9k: fix missing ath9k_ps_wakeup/ath9k_ps_restore callsFelix Fietkau1-2/+10