summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/mci.c
Commit message (Expand)AuthorAgeFilesLines
* ath9k: Move caldata into channel contextFelix Fietkau2014-06-191-1/+1
* ath9k: Move txpower limit to channel contextFelix Fietkau2014-06-191-1/+1
* ath9k: move sc_flags to ath_commonOleksij Rempel2014-03-171-1/+1
* ath9k_hw: use a software timer for btcoex no_stomp_timerFelix Fietkau2013-12-181-1/+1
* ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau2013-10-141-4/+4
* ath9k: Remove unused variables in ath_mci_cleanupSven Eckelmann2013-02-011-2/+0
* ath9k: use the devres API for allocations/mappingsFelix Fietkau2013-01-071-6/+1
* ath9k: Fix buffer overflow errorRajkumar Manoharan2012-11-301-1/+2
* ath9k: stomp audio profiles on weak signal strengthRajkumar Manoharan2012-11-211-0/+18
* ath9k: Fix MCI reset in BT cal_reqRajkumar Manoharan2012-11-211-18/+3
* ath9k: adjust duty cycle for FTP profile for AR9565Rajkumar Manoharan2012-10-291-1/+1
* ath9k: adjust WLAN and BT concurrent transmissionRajkumar Manoharan2012-10-291-0/+59
* ath9k: Add concurrent WLAN and BT tx support for MCI based chipsRajkumar Manoharan2012-10-291-0/+60
* ath9k: Send WLAN channel info to BTRajkumar Manoharan2012-10-291-0/+50
* ath9k: Handle errors properly in MCI initializationSujith Manoharan2012-09-281-3/+8
* ath9k: fix queuing MCI work twiceRajkumar Manoharan2012-09-241-13/+17
* ath9k: move coex param updation within mci workRajkumar Manoharan2012-09-241-11/+9
* ath9k: flush bt profile whenever it is requestedRajkumar Manoharan2012-09-241-1/+11
* ath9k_hw: Wait BT calibration to completeRajkumar Manoharan2012-09-111-1/+18
* ath9k_hw: small optimizationMohammed Shafi Shajakhan2012-09-071-1/+1
* ath9k: Fix race in reset-work usageRajkumar Manoharan2012-07-171-1/+1
* ath9k: Stop the BTCOEX timers before disabling BTCOEXMohammed Shafi Shajakhan2012-07-091-1/+1
* ath9k: Fix signedness in a MCI debug messageMohammed Shafi Shajakhan2012-06-281-1/+1
* ath9k: fix incorrect profile type manupulationBala Shanmugam2012-06-201-1/+14
* ath9k_hw: remove MCI_STATE_SET_BT_SLEEPRajkumar Manoharan2012-06-131-1/+1
* ath9k_hw: remove MCI_STATE_CONT_* stateRajkumar Manoharan2012-06-131-14/+8
* ath9k_hw: remove MCI_STATE_BTRajkumar Manoharan2012-06-131-9/+6
* ath9k_hw: remove p_data argument from ar9003_mci_stateRajkumar Manoharan2012-06-131-27/+22
* ath9k_hw: remove MCI_STATE_SEND_WLAN_CHANNELSRajkumar Manoharan2012-06-131-1/+1
* ath9k_hw: add utility function to set BT versionRajkumar Manoharan2012-06-131-8/+3
* ath9k_hw: cleanup MCI gpm offset stateRajkumar Manoharan2012-06-131-3/+3
* ath9k: fix btcoex duty cycleRajkumar Manoharan2012-06-131-7/+7
* ath9k: defer btcoex scheme updateRajkumar Manoharan2012-06-131-3/+11
* ath9k: keep btcoex period in millisecondsRajkumar Manoharan2012-06-131-2/+1
* ath9k: simplify btcoex profile managementRajkumar Manoharan2012-06-131-24/+24
* ath9k: BT coex performance tuning for AR9462Rajkumar Manoharan2012-06-061-19/+35
* ath9k: Setup MCI interrupts properlySujith Manoharan2012-06-061-0/+11
* ath9k: Cleanup mci.cSujith Manoharan2012-02-271-154/+59
* ath9k: Remove ATH9K_HW_CAP_MCI checksSujith Manoharan2012-02-271-9/+0
* ath9k: Cleanup MCI init/deinit routinesSujith Manoharan2012-02-271-47/+23
* ath9k: make ath_mci_duty_cycle staticLuis R. Rodriguez2012-01-041-1/+1
* ath9k_hw: make bluetooth coexistence support optional at compile timeFelix Fietkau2011-12-191-0/+9
* ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-191-70/+56
* ath9k: make two mci related functions staticFelix Fietkau2011-12-131-4/+4
* ath9k: MCI state machine based on MCI interruptMohammed Shafi Shajakhan2011-11-301-0/+341
* ath9k: Add functions to allocate/free buffers for MCIMohammed Shafi Shajakhan2011-11-301-0/+78
* ath9k: Add btcoex profile management support for AR9462Rajkumar Manoharan2011-11-081-0/+254