summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Test for TID only in BlockAcks while checking tx statusSven Eckelmann2012-10-301-2/+6
* ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau2012-10-291-0/+2
* Revert "ath9k_hw: Updated AR9003 tx gain table for 5GHz"Felix Fietkau2012-10-241-82/+82
* ath9k_htc: Add PID/VID for a Ubiquiti WiFiStationMohammed Shafi Shajakhan2012-10-241-0/+1
* carl9170: fix sleep in softirq contextRonald Wahl2012-10-082-15/+15
* ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun2012-10-081-1/+2
* ath9k: use ieee80211_free_txskbFelix Fietkau2012-10-053-26/+31
* ath9k: improve suspend/resume reliabilityFelix Fietkau2012-10-054-10/+13
* ath9k: fix ASPM initialization on resumeFelix Fietkau2012-10-051-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-0253-981/+2643
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-0114-58/+145
| |\
| | * ath9k: Fix BTCOEX weight initializationSujith Manoharan2012-09-284-32/+39
| | * ath9k_hw: Handle AR_INTR_SYNC_HOST1_(FATAL|PERR) on AR9003Sven Eckelmann2012-09-281-0/+17
| | * ath9k: Enable MCI for AR9565Bala Shanmugam2012-09-283-5/+5
| | * ath9k: Fix chainmask selection for AR9462Sujith Manoharan2012-09-282-0/+6
| | * ath9k: Add a debugfs file to adjust antenna diversitySujith Manoharan2012-09-282-3/+54
| | * ath9k: Handle errors properly in MCI initializationSujith Manoharan2012-09-283-17/+23
| | * ath9k: Fix rx filtering issue for older chipsThomas Wagner2012-09-281-2/+2
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-3027-182/+362
| |\|
| | * ath5k: add missing breaks in ath5k_hw_set_spur_mitigation_filterJohn W. Linville2012-09-251-0/+2
| | * ath9k_hw: fix BT sleep state on chip wakeupRajkumar Manoharan2012-09-251-1/+1
| | * ath9k: Disable ASPM only for AR9285Sujith Manoharan2012-09-251-2/+3
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-252-3/+3
| | |\
| | | * cfg80211: constify name parameter to add_virtual_intfJohannes Berg2012-09-192-3/+3
| | * | ath5k: disable HW crypto in management frameChun-Yeow Yeoh2012-09-242-0/+4
| | * | carl9170: connect to 11w protected networksChristian Lamparter2012-09-242-1/+4
| | * | ath9k_hw: Enable WLAN RX diversity for AR9565Sujith Manoharan2012-09-241-1/+1
| | * | ath9k: Add a module parameter to enable diversitySujith Manoharan2012-09-243-0/+17
| | * | ath9k_hw: Add a HW callback to set diversitySujith Manoharan2012-09-246-1/+107
| | * | ath9k_hw: Update AR9565 initvalsSujith Manoharan2012-09-241-51/+49Star
| | * | ath9k_hw: Add antenna diversity group for AR9565Sujith Manoharan2012-09-242-0/+65
| | * | ath9k: Remove a couple of unused variablesSujith Manoharan2012-09-241-2/+0Star
| | * | ath9k: Remove redundant variable assignmentSujith Manoharan2012-09-241-48/+3Star
| | * | ath9k_hw: Use HW cap ATH9K_HW_CAP_ANT_DIV_COMBSujith Manoharan2012-09-241-7/+3Star
| | * | ath9k: update hw_timer_enabled to false when we stop generic timersMohammed Shafi Shajakhan2012-09-241-5/+9
| | * | wireless: ath9k-htc: fix possible use after freeMing Lei2012-09-241-2/+3
| | * | ath9k: fix queuing MCI work twiceRajkumar Manoharan2012-09-241-13/+17
| | * | ath9k: fill led_pin before drv_startRajkumar Manoharan2012-09-243-19/+30
| | * | ath9k: move coex param updation within mci workRajkumar Manoharan2012-09-241-11/+9Star
| | * | ath9k: flush bt profile whenever it is requestedRajkumar Manoharan2012-09-243-2/+18
| | * | ath9k_hw: fix ar9462 selfgen chainmaskRajkumar Manoharan2012-09-242-3/+1Star
| | * | ath9k_hw: move 2g5g switch before nfcal startRajkumar Manoharan2012-09-241-3/+3
| | * | ath9k: Enable SGI correctlySujith Manoharan2012-09-241-4/+7
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-09-243-3/+3
| | |\|
| | | * mac80211: add key flag for management keysJohannes Berg2012-09-103-3/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-285-7/+8
| |\ \ \ | | |/ / | |/| |
| * | | ath9k: Choose correct LED pin for AR9565Sujith Manoharan2012-09-111-1/+1
| * | | ath9k_hw: Rename antenna diversity macrosSujith Manoharan2012-09-113-55/+51Star
| * | | ath9k_hw: Handle gentimer termination properlySujith Manoharan2012-09-111-0/+10
| * | | ath9k_hw: add 8 points for 5G temp slopRajkumar Manoharan2012-09-113-8/+22