summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorLines
2012-02-29carl9170: fix frame delivery if sta is in powersave modeChristian Lamparter-3/+5
2012-02-29carl9170: Fix memory accounting when sta is in power-save mode.Nicolas Cavallari-0/+1
2012-02-21ath9k_hw: prevent writes to const data on AR9160Felix Fietkau-25/+20
2012-02-15ath9k: stop on rates with idx -1 in ath9k rate control's .tx_statusPavel Roskin-1/+1
2012-02-06ath9k_hw: fix a RTS/CTS timeout regressionFelix Fietkau-2/+5
2012-02-06ath9k: fix a WEP crypto related regressionFelix Fietkau-0/+8
2012-02-03ath9k: Fix kernel panic during driver initilizationMohammed Shafi Shajakhan-4/+5
2012-02-03ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rixJohn W. Linville-1/+1
2012-01-16ath9k_hw: fix interpretation of the rx KeyMiss flagFelix Fietkau-4/+6
2012-01-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller-9/+4
2012-01-10ath9k: Fix regression in channelwidth switch at the same channelRajkumar Manoharan-6/+3
2012-01-10ath9k_hw: fix a commentMohammed Shafi Shajakhan-3/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-12/+1
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman-12/+1
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-549/+99
2012-01-05ath6kl: revert USB supportJohn W. Linville-501/+20
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2012-01-04ath9k: tx queue enable is read only for EDMA chipsetsMohammed Shafi Shajakhan-2/+5
2012-01-04carl9170: move checksum and txseq into subfunctionsChristian Lamparter-37/+60
2012-01-04ath9k_hw: increase tx status ring buffer sizeRajkumar Manoharan-4/+4
2012-01-04ath9k: make ath_mci_duty_cycle staticLuis R. Rodriguez-1/+1
2012-01-04ath9k_hw: fix sparse complaint on ar9003_switch_com_spdt_get()Luis R. Rodriguez-2/+2
2012-01-04ath5k: avoid sparse warnings on tracingLuis R. Rodriguez-2/+3
2012-01-04ath9k: fix tx queue sparse complaintLuis R. Rodriguez-0/+3
2012-01-04ath9k_hw: fix sparse warnings on ar9003_rtt.cLuis R. Rodriguez-0/+1
2012-01-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-0/+3
2012-01-03switch debugfs to umode_tAl Viro-1/+1
2012-01-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-1508/+2674
2012-01-03ath9k: Fix kernel panic in AR2427 in AP modeMohammed Shafi Shajakhan-0/+3
2011-12-21atheros: force endian checks on atheros wireless driversLuis R. Rodriguez-0/+1
2011-12-21ath9k: fix roadkill due to Joe's patch on ath_dbg() changesLuis R. Rodriguez-4/+4
2011-12-21ath9k: classify DFS debug header furtherLuis R. Rodriguez-3/+3
2011-12-19module_param: make bool parameters really bool (net & drivers/net)Rusty Russell-5/+5
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell-6/+6
2011-12-19ath9k: fix tx locking issuesFelix Fietkau-32/+65
2011-12-19ath9k_hw: make bluetooth coexistence support optional at compile timeFelix Fietkau-17/+145
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches-799/+647
2011-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville-190/+735
2011-12-16Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo-1412/+6166
2011-12-16ath9k: Support RSN MeshChun-Yeow Yeoh-1/+2
2011-12-16ath9k_hw: remove ATH9K_HW_CAP_CSTMohammed Shafi Shajakhan-20/+17
2011-12-16ath9k: validate for non-zero BSSIDMohammed Shafi Shajakhan-0/+1
2011-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+1
2011-12-15ath9k: add DFS radar pulse processingZefir Kurtisi-0/+425
2011-12-15ath9k_hw: add DFS testing checkZefir Kurtisi-0/+37
2011-12-15ath: add a debug level for DFSZefir Kurtisi-0/+2
2011-12-15ath: document ATH_DBG_MCILuis R. Rodriguez-0/+3
2011-12-15ath9k: avoid retransmitting aggregation frames that a BAR was sent forFelix Fietkau-3/+25
2011-12-15ath9k: simplify tx lockingFelix Fietkau-34/+5