Age | Commit message (Expand) | Author | Files | Lines |
2012-02-06 | ath9k_hw: fix a RTS/CTS timeout regression | Felix Fietkau | 1 | -2/+5 |
2012-02-06 | ath9k: fix a WEP crypto related regression | Felix Fietkau | 1 | -0/+8 |
2012-02-03 | ath9k: Fix kernel panic during driver initilization | Mohammed Shafi Shajakhan | 1 | -4/+5 |
2012-02-03 | ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rix | John W. Linville | 1 | -1/+1 |
2012-01-17 | ath9k_hw: fix interpretation of the rx KeyMiss flag | Felix Fietkau | 2 | -4/+6 |
2012-01-11 | ath9k: Fix regression in channelwidth switch at the same channel | Rajkumar Manoharan | 2 | -6/+3 |
2012-01-11 | ath9k_hw: fix a comment | Mohammed Shafi Shajakhan | 3 | -3/+1 |
2012-01-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 9 | -9/+16 |
2012-01-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+3 |
2012-01-04 | ath9k: tx queue enable is read only for EDMA chipsets | Mohammed Shafi Shajakhan | 1 | -2/+5 |
2012-01-04 | ath9k_hw: increase tx status ring buffer size | Rajkumar Manoharan | 4 | -4/+4 |
2012-01-04 | ath9k: make ath_mci_duty_cycle static | Luis R. Rodriguez | 1 | -1/+1 |
2012-01-04 | ath9k_hw: fix sparse complaint on ar9003_switch_com_spdt_get() | Luis R. Rodriguez | 1 | -2/+2 |
2012-01-04 | ath9k: fix tx queue sparse complaint | Luis R. Rodriguez | 1 | -0/+3 |
2012-01-04 | ath9k_hw: fix sparse warnings on ar9003_rtt.c | Luis R. Rodriguez | 1 | -0/+1 |
2012-01-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -0/+3 |
2012-01-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 38 | -849/+855 |
2012-01-03 | ath9k: Fix kernel panic in AR2427 in AP mode | Mohammed Shafi Shajakhan | 1 | -0/+3 |
2011-12-22 | ath9k: fix roadkill due to Joe's patch on ath_dbg() changes | Luis R. Rodriguez | 1 | -4/+4 |
2011-12-22 | ath9k: classify DFS debug header further | Luis R. Rodriguez | 1 | -3/+3 |
2011-12-20 | net: fix assignment of 0/1 to bool variables. | Rusty Russell | 2 | -3/+3 |
2011-12-19 | ath9k: fix tx locking issues | Felix Fietkau | 2 | -32/+65 |
2011-12-19 | ath9k_hw: make bluetooth coexistence support optional at compile time | Felix Fietkau | 13 | -17/+145 |
2011-12-19 | ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO | Joe Perches | 32 | -793/+638 |
2011-12-16 | ath9k: Support RSN Mesh | Chun-Yeow Yeoh | 1 | -1/+2 |
2011-12-16 | ath9k_hw: remove ATH9K_HW_CAP_CST | Mohammed Shafi Shajakhan | 2 | -20/+17 |
2011-12-16 | ath9k: validate for non-zero BSSID | Mohammed Shafi Shajakhan | 1 | -0/+1 |
2011-12-15 | ath9k: add DFS radar pulse processing | Zefir Kurtisi | 8 | -0/+425 |
2011-12-15 | ath9k_hw: add DFS testing check | Zefir Kurtisi | 3 | -0/+37 |
2011-12-15 | ath9k: avoid retransmitting aggregation frames that a BAR was sent for | Felix Fietkau | 2 | -3/+25 |
2011-12-15 | ath9k: simplify tx locking | Felix Fietkau | 1 | -34/+5 |
2011-12-15 | ath9k: remove bogus sequence number increment | Felix Fietkau | 1 | -4/+0 |
2011-12-15 | ath9k: reduce indentation level in a few places | Felix Fietkau | 1 | -65/+60 |
2011-12-15 | ath9k: reduce the number of unnecessary BAR tx packets | Felix Fietkau | 4 | -23/+37 |
2011-12-15 | ath9k: change maximum software retransmission handling | Felix Fietkau | 2 | -4/+13 |
2011-12-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+3 |
2011-12-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -2/+4 |
2011-12-14 | ath9k: make two mci related functions static | Felix Fietkau | 2 | -8/+4 |
2011-12-14 | ath9k: Reconfigure tx power on regulatory update | Rajkumar Manoharan | 1 | -2/+15 |
2011-12-14 | ath9k_hw: Fix handling of MCI interrupt | Mohammed Shafi Shajakhan | 1 | -28/+29 |
2011-12-14 | ath9k_hw: check for asynchronous interrupts before bailing out | Mohammed Shafi Shajakhan | 1 | -1/+1 |
2011-12-12 | ath9k: fix max phy rate at rate control init | Rajkumar Manoharan | 1 | -1/+3 |
2011-12-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -1/+1 |
2011-12-08 | ath9k: enable ANI for ar9100 chips | Nikolay Martynov | 1 | -2/+2 |
2011-12-08 | ath9k: use config.enable_ani to check if ani should be performed | Nikolay Martynov | 3 | -5/+11 |
2011-12-08 | ath9k: change calibration debug log to output all calibration types | Nikolay Martynov | 1 | -3/+5 |
2011-12-08 | ath9k: trivial: cosmetic fix in calibration debug log | Nikolay Martynov | 2 | -2/+2 |
2011-12-08 | ath9k: cancel all workqueue activity when going idle | Felix Fietkau | 1 | -1/+4 |
2011-12-08 | ath9k: only drop packets in drv_flush when asked to | Felix Fietkau | 1 | -13/+11 |
2011-12-08 | ath9k: rework power state handling | Felix Fietkau | 2 | -130/+47 |