summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2012-02-06ath9k_hw: fix a RTS/CTS timeout regressionFelix Fietkau1-2/+5
2012-02-06ath9k: fix a WEP crypto related regressionFelix Fietkau1-0/+8
2012-02-03ath9k: Fix kernel panic during driver initilizationMohammed Shafi Shajakhan1-4/+5
2012-02-03ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville1-1/+1
2012-01-17ath9k_hw: fix interpretation of the rx KeyMiss flagFelix Fietkau2-4/+6
2012-01-11ath9k: Fix regression in channelwidth switch at the same channelRajkumar Manoharan2-6/+3
2012-01-11ath9k_hw: fix a commentMohammed Shafi Shajakhan3-3/+1
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville9-9/+16
2012-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2012-01-04ath9k: tx queue enable is read only for EDMA chipsetsMohammed Shafi Shajakhan1-2/+5
2012-01-04ath9k_hw: increase tx status ring buffer sizeRajkumar Manoharan4-4/+4
2012-01-04ath9k: make ath_mci_duty_cycle staticLuis R. Rodriguez1-1/+1
2012-01-04ath9k_hw: fix sparse complaint on ar9003_switch_com_spdt_get()Luis R. Rodriguez1-2/+2
2012-01-04ath9k: fix tx queue sparse complaintLuis R. Rodriguez1-0/+3
2012-01-04ath9k_hw: fix sparse warnings on ar9003_rtt.cLuis R. Rodriguez1-0/+1
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-0/+3
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville38-849/+855
2012-01-03ath9k: Fix kernel panic in AR2427 in AP modeMohammed Shafi Shajakhan1-0/+3
2011-12-22ath9k: fix roadkill due to Joe's patch on ath_dbg() changesLuis R. Rodriguez1-4/+4
2011-12-22ath9k: classify DFS debug header furtherLuis R. Rodriguez1-3/+3
2011-12-20net: fix assignment of 0/1 to bool variables.Rusty Russell2-3/+3
2011-12-19ath9k: fix tx locking issuesFelix Fietkau2-32/+65
2011-12-19ath9k_hw: make bluetooth coexistence support optional at compile timeFelix Fietkau13-17/+145
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches32-793/+638
2011-12-16ath9k: Support RSN MeshChun-Yeow Yeoh1-1/+2
2011-12-16ath9k_hw: remove ATH9K_HW_CAP_CSTMohammed Shafi Shajakhan2-20/+17
2011-12-16ath9k: validate for non-zero BSSIDMohammed Shafi Shajakhan1-0/+1
2011-12-15ath9k: add DFS radar pulse processingZefir Kurtisi8-0/+425
2011-12-15ath9k_hw: add DFS testing checkZefir Kurtisi3-0/+37
2011-12-15ath9k: avoid retransmitting aggregation frames that a BAR was sent forFelix Fietkau2-3/+25
2011-12-15ath9k: simplify tx lockingFelix Fietkau1-34/+5
2011-12-15ath9k: remove bogus sequence number incrementFelix Fietkau1-4/+0
2011-12-15ath9k: reduce indentation level in a few placesFelix Fietkau1-65/+60
2011-12-15ath9k: reduce the number of unnecessary BAR tx packetsFelix Fietkau4-23/+37
2011-12-15ath9k: change maximum software retransmission handlingFelix Fietkau2-4/+13
2011-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+3
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-2/+4
2011-12-14ath9k: make two mci related functions staticFelix Fietkau2-8/+4
2011-12-14ath9k: Reconfigure tx power on regulatory updateRajkumar Manoharan1-2/+15
2011-12-14ath9k_hw: Fix handling of MCI interruptMohammed Shafi Shajakhan1-28/+29
2011-12-14ath9k_hw: check for asynchronous interrupts before bailing outMohammed Shafi Shajakhan1-1/+1
2011-12-12ath9k: fix max phy rate at rate control initRajkumar Manoharan1-1/+3
2011-12-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2011-12-08ath9k: enable ANI for ar9100 chipsNikolay Martynov1-2/+2
2011-12-08ath9k: use config.enable_ani to check if ani should be performedNikolay Martynov3-5/+11
2011-12-08ath9k: change calibration debug log to output all calibration typesNikolay Martynov1-3/+5
2011-12-08ath9k: trivial: cosmetic fix in calibration debug logNikolay Martynov2-2/+2
2011-12-08ath9k: cancel all workqueue activity when going idleFelix Fietkau1-1/+4
2011-12-08ath9k: only drop packets in drv_flush when asked toFelix Fietkau1-13/+11
2011-12-08ath9k: rework power state handlingFelix Fietkau2-130/+47