summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-255-19/+36
|\
| * ath9k_htc: configure bssid on ASSOC/IBSS changeRajkumar Manoharan2012-06-201-3/+2
| * ath9k_hw: avoid possible infinite loop in ar9003_get_pll_sqsum_dvcMohammed Shafi Shajakhan2012-06-201-1/+13
| * ath5k: remove _bh from inner locksBob Copeland2012-06-191-2/+2
| * ath9k: fix invalid pointer access in the tx pathFelix Fietkau2012-06-192-12/+18
| * ath9k: fix a tx rate duration calculation bugFelix Fietkau2012-06-191-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-1912-301/+305
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-131-18/+0
| |\ \ | | |/
| | * ath9k: Fix softlockup in AR9485Mohammed Shafi Shajakhan2012-06-131-0/+9
| | * ath9k: remove incompatible IBSS interface check in change_ifaceMohammed Shafi Shajakhan2012-06-111-9/+0
| | * ath9k: Fix a WARNING on suspend/resume with IBSSMohammed Shafi Shajakhan2012-06-111-9/+0
| * | ath9k_hw: remove MCI_STATE_SET_BT_SLEEPRajkumar Manoharan2012-06-133-5/+1
| * | ath9k_hw: remove MCI_STATE_CONT_* stateRajkumar Manoharan2012-06-134-28/+10
| * | ath9k_hw: remove MCI_STATE_BTRajkumar Manoharan2012-06-133-13/+6
| * | ath9k_hw: remove p_data argument from ar9003_mci_stateRajkumar Manoharan2012-06-134-32/+27
| * | ath9k_hw: remove MCI_STATE_NEED_FLUSH_BT_INFORajkumar Manoharan2012-06-132-18/+0
| * | ath9k_hw: remove MCI_STATE_SEND_WLAN_CHANNELSRajkumar Manoharan2012-06-133-18/+11
| * | ath9k_hw: add utility function to set BT versionRajkumar Manoharan2012-06-133-22/+16
| * | ath9k_hw: cleanup MCI gpm offset stateRajkumar Manoharan2012-06-134-105/+110
| * | ath9k: Fix softlockup in AR9485Mohammed Shafi Shajakhan2012-06-131-0/+8
| * | ath9k: fix btcoex duty cycleRajkumar Manoharan2012-06-131-7/+7
| * | ath9k: defer btcoex scheme updateRajkumar Manoharan2012-06-133-3/+15
| * | ath9k: keep btcoex period in millisecondsRajkumar Manoharan2012-06-132-6/+5
| * | ath9k: simplify btcoex profile managementRajkumar Manoharan2012-06-131-24/+24
| * | ath9k_hw: process MCI interrupts only when btcoex is enabledRajkumar Manoharan2012-06-131-2/+5
| * | ath9k_hw: program OBS register only when MCI is disabledRajkumar Manoharan2012-06-131-1/+2
| * | ath9k_hw: fix incorrect LNA register settingsRajkumar Manoharan2012-06-133-17/+11
| * | ath9k_hw: check GPM HW write pointer before chip resetRajkumar Manoharan2012-06-133-0/+22
| * | ath9k_hw: Fix AR9462 power consumption on idle associatedRajkumar Manoharan2012-06-133-2/+45
| * | ath9k: restore power state on set channel failureRajkumar Manoharan2012-06-131-0/+1
| * | ath9k: choose legacy rate as last rate of MRR seriesRajkumar Manoharan2012-06-131-9/+8
| * | ath9k_hw: Update initvals for AR9462Sujith Manoharan2012-06-131-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-1234-1781/+2052
|\ \ \ | |/ /
| * | ath9k_hw: Initvals update for AR9462Sujith Manoharan2012-06-111-0/+1
| * | ath9k: Resync beacons properlySujith Manoharan2012-06-061-2/+12
| * | ath9k: Fix powersave lockingSujith Manoharan2012-06-063-9/+21
| * | ath9k: Handle fatal interrupts properlySujith Manoharan2012-06-062-1/+7
| * | ath9k: Use atomic operationsSujith Manoharan2012-06-069-50/+52
| * | ath9k: Move LNA code to antenna.cSujith Manoharan2012-06-065-757/+786
| * | ath9k: Fix work handlingSujith Manoharan2012-06-063-19/+37
| * | ath9k: Group link monitoring logicSujith Manoharan2012-06-065-479/+511
| * | ath9k: improve BT FTP/PAN performanceRajkumar Manoharan2012-06-065-2/+28
| * | ath9k_hw: fix power state for MCIRajkumar Manoharan2012-06-061-16/+9
| * | ath: do not update cycle counters with sleep modeRajkumar Manoharan2012-06-061-0/+1
| * | ath9k: BT coex performance tuning for AR9462Rajkumar Manoharan2012-06-063-23/+35
| * | ath9k_hw: fix BT RF performanceRajkumar Manoharan2012-06-063-0/+20
| * | ath9k_hw: configure ar9462 switching regulatorRajkumar Manoharan2012-06-063-1/+6
| * | ath9k_hw: program BT to control SPDTRajkumar Manoharan2012-06-061-0/+1
| * | ath9k_hw: fix IQ calibration chain indexRajkumar Manoharan2012-06-061-9/+6
| * | ath9k: cleanup MCI indentationRajkumar Manoharan2012-06-061-220/+215
OpenPOWER on IntegriCloud