aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/mci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-09ath9k: make array voice_priority static constColin Ian King1-1/+1
2017-09-25ath9k: remove cast to void pointerHimanshu Jha1-1/+1
2017-06-28ath9k: remove useless variable assignment in ath_mci_intr()Gustavo A. R. Silva1-1/+1
2015-03-03ath9k: Fix GPM initializationSujith Manoharan1-3/+2
2014-06-19ath9k: Move caldata into channel contextFelix Fietkau1-1/+1
2014-06-19ath9k: Move txpower limit to channel contextFelix Fietkau1-1/+1
2014-03-17ath9k: move sc_flags to ath_commonOleksij Rempel1-1/+1
2013-12-18ath9k_hw: use a software timer for btcoex no_stomp_timerFelix Fietkau1-1/+1
2013-10-14ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau1-4/+4
2013-02-01ath9k: Remove unused variables in ath_mci_cleanupSven Eckelmann1-2/+0
2013-01-07ath9k: use the devres API for allocations/mappingsFelix Fietkau1-6/+1
2012-11-30ath9k: Fix buffer overflow errorRajkumar Manoharan1-1/+2
2012-11-21ath9k: stomp audio profiles on weak signal strengthRajkumar Manoharan1-0/+18
2012-11-21ath9k: Fix MCI reset in BT cal_reqRajkumar Manoharan1-18/+3
2012-10-29ath9k: adjust duty cycle for FTP profile for AR9565Rajkumar Manoharan1-1/+1
2012-10-29ath9k: adjust WLAN and BT concurrent transmissionRajkumar Manoharan1-0/+59
2012-10-29ath9k: Add concurrent WLAN and BT tx support for MCI based chipsRajkumar Manoharan1-0/+60
2012-10-29ath9k: Send WLAN channel info to BTRajkumar Manoharan1-0/+50
2012-09-28ath9k: Handle errors properly in MCI initializationSujith Manoharan1-3/+8
2012-09-24ath9k: fix queuing MCI work twiceRajkumar Manoharan1-13/+17
2012-09-24ath9k: move coex param updation within mci workRajkumar Manoharan1-11/+9
2012-09-24ath9k: flush bt profile whenever it is requestedRajkumar Manoharan1-1/+11
2012-09-11ath9k_hw: Wait BT calibration to completeRajkumar Manoharan1-1/+18
2012-09-07ath9k_hw: small optimizationMohammed Shafi Shajakhan1-1/+1
2012-07-17ath9k: Fix race in reset-work usageRajkumar Manoharan1-1/+1
2012-07-09ath9k: Stop the BTCOEX timers before disabling BTCOEXMohammed Shafi Shajakhan1-1/+1
2012-06-28ath9k: Fix signedness in a MCI debug messageMohammed Shafi Shajakhan1-1/+1
2012-06-20ath9k: fix incorrect profile type manupulationBala Shanmugam1-1/+14
2012-06-13ath9k_hw: remove MCI_STATE_SET_BT_SLEEPRajkumar Manoharan1-1/+1
2012-06-13ath9k_hw: remove MCI_STATE_CONT_* stateRajkumar Manoharan1-14/+8
2012-06-13ath9k_hw: remove MCI_STATE_BTRajkumar Manoharan1-9/+6
2012-06-13ath9k_hw: remove p_data argument from ar9003_mci_stateRajkumar Manoharan1-27/+22
2012-06-13ath9k_hw: remove MCI_STATE_SEND_WLAN_CHANNELSRajkumar Manoharan1-1/+1
2012-06-13ath9k_hw: add utility function to set BT versionRajkumar Manoharan1-8/+3
2012-06-13ath9k_hw: cleanup MCI gpm offset stateRajkumar Manoharan1-3/+3
2012-06-13ath9k: fix btcoex duty cycleRajkumar Manoharan1-7/+7
2012-06-13ath9k: defer btcoex scheme updateRajkumar Manoharan1-3/+11
2012-06-13ath9k: keep btcoex period in millisecondsRajkumar Manoharan1-2/+1
2012-06-13ath9k: simplify btcoex profile managementRajkumar Manoharan1-24/+24
2012-06-06ath9k: BT coex performance tuning for AR9462Rajkumar Manoharan1-19/+35
2012-06-06ath9k: Setup MCI interrupts properlySujith Manoharan1-0/+11
2012-02-27ath9k: Cleanup mci.cSujith Manoharan1-154/+59
2012-02-27ath9k: Remove ATH9K_HW_CAP_MCI checksSujith Manoharan1-9/+0
2012-02-27ath9k: Cleanup MCI init/deinit routinesSujith Manoharan1-47/+23
2012-01-04ath9k: make ath_mci_duty_cycle staticLuis R. Rodriguez1-1/+1
2011-12-19ath9k_hw: make bluetooth coexistence support optional at compile timeFelix Fietkau1-0/+9
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-70/+56
2011-12-13ath9k: make two mci related functions staticFelix Fietkau1-4/+4
2011-11-30ath9k: MCI state machine based on MCI interruptMohammed Shafi Shajakhan1-0/+341
2011-11-30ath9k: Add functions to allocate/free buffers for MCIMohammed Shafi Shajakhan1-0/+78