summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
Commit message (Expand)AuthorAgeFilesLines
* ath9k_hw: prevent writes to const data on AR9160Felix Fietkau2012-02-213-25/+20
* ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin2012-02-151-1/+1
* ath9k_hw: fix a RTS/CTS timeout regressionFelix Fietkau2012-02-061-2/+5
* ath9k: fix a WEP crypto related regressionFelix Fietkau2012-02-061-0/+8
* ath9k: Fix kernel panic during driver initilizationMohammed Shafi Shajakhan2012-02-031-4/+5
* ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville2012-02-031-1/+1
* ath9k_hw: fix interpretation of the rx KeyMiss flagFelix Fietkau2012-01-162-4/+6
* ath9k: Fix regression in channelwidth switch at the same channelRajkumar Manoharan2012-01-102-6/+3
* ath9k_hw: fix a commentMohammed Shafi Shajakhan2012-01-103-3/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-059-9/+16
|\
| * ath9k: tx queue enable is read only for EDMA chipsetsMohammed Shafi Shajakhan2012-01-041-2/+5
| * ath9k_hw: increase tx status ring buffer sizeRajkumar Manoharan2012-01-044-4/+4
| * ath9k: make ath_mci_duty_cycle staticLuis R. Rodriguez2012-01-041-1/+1
| * ath9k_hw: fix sparse complaint on ar9003_switch_com_spdt_get()Luis R. Rodriguez2012-01-041-2/+2
| * ath9k: fix tx queue sparse complaintLuis R. Rodriguez2012-01-041-0/+3
| * ath9k_hw: fix sparse warnings on ar9003_rtt.cLuis R. Rodriguez2012-01-041-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-041-0/+3
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-041-0/+3
| |\ \
| | * | ath9k: Fix kernel panic in AR2427 in AP modeMohammed Shafi Shajakhan2012-01-031-0/+3
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-151-1/+3
| |\ \ \ | | |/ /
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-091-1/+1
| |\ \ \
| * | | | ath9k: Revert change that broke AR928X on Acer Ferrari OneRafael J. Wysocki2011-11-271-1/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-0338-849/+855
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | ath9k: fix roadkill due to Joe's patch on ath_dbg() changesLuis R. Rodriguez2011-12-211-4/+4
| * | | | ath9k: classify DFS debug header furtherLuis R. Rodriguez2011-12-211-3/+3
| * | | | ath9k: fix tx locking issuesFelix Fietkau2011-12-192-32/+65
| * | | | ath9k_hw: make bluetooth coexistence support optional at compile timeFelix Fietkau2011-12-1913-17/+145
| * | | | ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-1932-793/+638
* | | | | net: fix assignment of 0/1 to bool variables.Rusty Russell2011-12-192-3/+3
|/ / / /
* | | | ath9k: Support RSN MeshChun-Yeow Yeoh2011-12-161-1/+2
* | | | ath9k_hw: remove ATH9K_HW_CAP_CSTMohammed Shafi Shajakhan2011-12-162-20/+17
* | | | ath9k: validate for non-zero BSSIDMohammed Shafi Shajakhan2011-12-161-0/+1
* | | | ath9k: add DFS radar pulse processingZefir Kurtisi2011-12-158-0/+425
* | | | ath9k_hw: add DFS testing checkZefir Kurtisi2011-12-153-0/+37
* | | | ath9k: avoid retransmitting aggregation frames that a BAR was sent forFelix Fietkau2011-12-152-3/+25
* | | | ath9k: simplify tx lockingFelix Fietkau2011-12-151-34/+5
* | | | ath9k: remove bogus sequence number incrementFelix Fietkau2011-12-151-4/+0
* | | | ath9k: reduce indentation level in a few placesFelix Fietkau2011-12-151-65/+60
* | | | ath9k: reduce the number of unnecessary BAR tx packetsFelix Fietkau2011-12-154-23/+37
* | | | ath9k: change maximum software retransmission handlingFelix Fietkau2011-12-152-4/+13
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-12-142-2/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | ath9k: fix max phy rate at rate control initRajkumar Manoharan2011-12-121-1/+3
| | |/ | |/|
| * | ath9k: fix check for antenna diversity supportFelix Fietkau2011-12-061-1/+1
* | | ath9k: make two mci related functions staticFelix Fietkau2011-12-132-8/+4
* | | ath9k: Reconfigure tx power on regulatory updateRajkumar Manoharan2011-12-131-2/+15
* | | ath9k_hw: Fix handling of MCI interruptMohammed Shafi Shajakhan2011-12-131-28/+29
* | | ath9k_hw: check for asynchronous interrupts before bailing outMohammed Shafi Shajakhan2011-12-131-1/+1
* | | ath9k: enable ANI for ar9100 chipsNikolay Martynov2011-12-071-2/+2
* | | ath9k: use config.enable_ani to check if ani should be performedNikolay Martynov2011-12-073-5/+11
* | | ath9k: change calibration debug log to output all calibration typesNikolay Martynov2011-12-071-3/+5
OpenPOWER on IntegriCloud