Age | Commit message (Expand) | Author | Files | Lines |
2013-09-26 | ath9k: Fix regression in LNA diversity | Sujith Manoharan | 1 | -7/+0 |
2013-08-16 | ath9k: report 5/10 MHz channels | Simon Wunderlich | 1 | -0/+11 |
2013-08-16 | ath9k: Use lockless variant to initialize RX fifo | Sujith Manoharan | 1 | -1/+1 |
2013-08-16 | ath9k: Optimize LNA check | Sujith Manoharan | 1 | -30/+47 |
2013-08-16 | ath9k: Handle invalid RSSI | Sujith Manoharan | 1 | -16/+33 |
2013-08-16 | ath9k: Remove unused function argument | Sujith Manoharan | 1 | -2/+1 |
2013-08-16 | ath9k: Fix error condition for corrupt descriptors | Sujith Manoharan | 1 | -10/+18 |
2013-08-16 | ath9k: Handle corrupt descriptors properly | Sujith Manoharan | 1 | -2/+10 |
2013-08-16 | ath9k: Move the RX poll check to preprocess() | Sujith Manoharan | 1 | -4/+4 |
2013-08-16 | ath9k: Fix RX beacon processing | Sujith Manoharan | 1 | -26/+22 |
2013-08-16 | ath9k: Fix RX packet counter | Sujith Manoharan | 1 | -4/+7 |
2013-08-16 | ath9k: Fix RX debug statistics | Sujith Manoharan | 1 | -2/+1 |
2013-08-16 | ath9k: Fix PHY error processing | Sujith Manoharan | 1 | -11/+12 |
2013-08-16 | ath9k: Reorder some functions | Sujith Manoharan | 1 | -110/+110 |
2013-08-16 | ath9k: Fix TSF processing | Sujith Manoharan | 1 | -13/+20 |
2013-08-16 | ath9k: Fix RX crypto processing | Sujith Manoharan | 1 | -8/+4 |
2013-08-16 | ath9k: Discard invalid frames early | Sujith Manoharan | 1 | -16/+22 |
2013-08-16 | ath9k: Fix phy error handling for DFS | Sujith Manoharan | 1 | -2/+1 |
2013-08-16 | ath9k: Use a subroutine to check for "mybeacon" | Sujith Manoharan | 1 | -13/+23 |
2013-08-16 | ath9k: fix rx descriptor related race condition | Felix Fietkau | 1 | -4/+13 |
2013-08-09 | ath9k: Run the LNA combining algorithm properly | Sujith Manoharan | 1 | -16/+28 |
2013-06-03 | ath9k: Return early for invalid rates | Sujith Manoharan | 1 | -2/+2 |
2013-05-30 | ath9k: remove useless flag conversation. | Oleksij Rempel | 1 | -4/+1 |
2013-04-23 | ath9k: Fix RX DMA mapping | Sujith Manoharan | 1 | -3/+3 |
2013-04-23 | ath9k: Use lockless variants for the RX fifo queue | Sujith Manoharan | 1 | -2/+2 |
2013-04-23 | ath9k: Reduce deep indentation | Sujith Manoharan | 1 | -46/+44 |
2013-04-23 | ath9k: Remove unused argument "size" | Sujith Manoharan | 1 | -9/+3 |
2013-04-10 | ath9k: detect more kinds of invalid descriptors | Felix Fietkau | 1 | -0/+2 |
2013-04-10 | ath9k: fix handling of broken descriptors | Felix Fietkau | 1 | -5/+19 |
2013-04-10 | ath9k: improve dma map failure handling | Felix Fietkau | 1 | -17/+13 |
2013-04-10 | ath9k_common: remove ath9k_cmn_padpos | Felix Fietkau | 1 | -1/+1 |
2013-04-10 | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 1 | -3/+3 |
2013-04-08 | ath9k: add support for DFS master mode | Zefir Kurtisi | 1 | -0/+7 |
2013-03-25 | mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan | Karl Beldan | 1 | -3/+3 |
2013-02-12 | ath9k: Fix IBSS joiner mode | Sujith Manoharan | 1 | -1/+1 |
2013-02-01 | ath9k: Fix sparse __CHECK_ENDIAN__ for spectral code | Sven Eckelmann | 1 | -4/+5 |
2013-02-01 | ath9k: Only add fix_rssi_inv_only when spectral code is used | Sven Eckelmann | 1 | -0/+2 |
2013-02-01 | ath9k: Only process fft samples when ATH9K_DEBUGFS is enabled | Sven Eckelmann | 1 | -1/+1 |
2013-02-01 | ath9k: report A-MPDU status | Christian Lamparter | 1 | -0/+20 |
2013-01-31 | ath9k: Update spectral scan output data | Sven Eckelmann | 1 | -6/+8 |
2013-01-31 | ath9k: drop spectral packets after processing them | Simon Wunderlich | 1 | -15/+22 |
2013-01-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 1 | -39/+15 |
2013-01-15 | ath9k: remove sc->rx.rxbuflock to fix a deadlock | Felix Fietkau | 1 | -13/+0 |
2013-01-11 | ath9k: fix rx flush handling | Felix Fietkau | 1 | -7/+9 |
2013-01-11 | ath9k: add a better fix for the rx tasklet vs rx flush race | Felix Fietkau | 1 | -15/+0 |
2013-01-11 | ath9k: do not link receive buffers during flush | Felix Fietkau | 1 | -4/+6 |
2013-01-09 | ath9k: add spectral scan feature | Simon Wunderlich | 1 | -0/+106 |
2013-01-08 | ath9k: use the devres API for allocations/mappings | Felix Fietkau | 1 | -10/+1 |
2012-12-12 | ath9k: RX timestamp is reported at end of frame | Thomas Pedersen | 1 | -1/+1 |
2012-11-14 | mac80211: support RX_FLAG_MACTIME_END | Thomas Pedersen | 1 | -1/+1 |