summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k
AgeCommit message (Expand)AuthorFilesLines
2015-07-11ath9k_hw: fix device ID check for AR956xFelix Fietkau1-0/+1
2015-06-23Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.or...David S. Miller5-6/+47
2015-06-15ath9k_htc: add support of channel switchChun-Yeow Yeoh4-1/+40
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg2-22/+22
2015-06-08ath9k: fix DMA stop sequence for AR9003+Felix Fietkau1-5/+7
2015-05-26ath9k: split ar5008_hw_spur_mitigate and reuse common code in ar9002_hw_spur_...Oleksij Rempel3-214/+87
2015-05-26ath9k_htc: memory corruption calling set_bit()Dan Carpenter1-3/+3
2015-05-24Merge tag 'wireless-drivers-next-for-davem-2015-05-21' of git://git.kernel.or...David S. Miller3-133/+644
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-27/+25
2015-05-09ath9k: Enable short repeat by default on ath9k_htcNick Kossifidis1-1/+1
2015-05-09ath9k: Mix the received FFT bins to the random poolNick Kossifidis1-1/+13
2015-05-09ath9k: No need for that extra memsetNick Kossifidis1-1/+2
2015-05-09ath9k: Skip FFT reports if we are out of output buffersNick Kossifidis1-0/+28
2015-05-09ath9k: No need for that extra memcpyNick Kossifidis1-4/+2
2015-05-09ath9k: Skip malformed frames on normal FFT reportNick Kossifidis1-32/+62
2015-05-09ath9k: Support processing of multiple FFT frames per report.Nick Kossifidis1-30/+237
2015-05-09ath9k: Perform integrity checks when processing FFT framesNick Kossifidis1-6/+163
2015-05-09ath9k: Move processing of FFT frames to different functionsNick Kossifidis2-111/+171
2015-05-09ath9k: Fix hanlding of maximum magnitude indexNick Kossifidis2-10/+28
2015-05-03ath9k: fix per-packet tx power configurationLorenzo Bianconi1-27/+25
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg4-17/+3
2015-04-07ath9k: add extra GPIO led supportMiaoqing Pan4-3/+27
2015-04-07ath9k_htc: check seq number instead of cmd id for timeoutFred Chou2-7/+7
2015-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+14
2015-03-30ath9k: use REG_RMW and rmw buffer in ath9k_hw_def_set_gainOleksij Rempel1-20/+14
2015-03-30ath9k: use REG_RMW and rmw buffer in ath9k_hw_4k_set_board_valuesOleksij Rempel1-6/+8
2015-03-30ath9k: use REG_RMW and rmw buffer in ath9k_hw_4k_set_gainOleksij Rempel1-8/+8
2015-03-30ath9k: ath9k_hw_4k_set_board_values: use rmw bufferOleksij Rempel1-0/+2
2015-03-30ath9k: ath9k_hw_analog_shift_rmw: use REG_RMWOleksij Rempel1-6/+1
2015-03-30ath9k: ath9k_hw_4k_set_board_values: use rmw bufferOleksij Rempel1-0/+2
2015-03-30ath9k: use rmw buffer in ath9k_hw_set_operating_mode and ath9k_hw_resetOleksij Rempel1-0/+4
2015-03-30ath9k: ath9k_hw_set_4k_power_cal_tabl: use rmw bufferOleksij Rempel1-0/+2
2015-03-30ath9k: write buffer related optimisation in ar5008_hw_set_channel_regsOleksij Rempel1-2/+3
2015-03-30ath9k: ath9k_hw_loadnf: use REG_RMWOleksij Rempel1-11/+8
2015-03-30ath9k: use one shot read in ath9k_hw_update_mibstatsOleksij Rempel1-5/+15
2015-03-30ath9k: ar9271_hw_pa_cal: use REG_READ_ARRAYOleksij Rempel1-2/+1
2015-03-30ath9k: add new function ath9k_hw_read_arrayOleksij Rempel2-0/+33
2015-03-30ath9k: add multi_read to be compatible with ath9k_htcOleksij Rempel1-0/+11
2015-03-30ath9k: ar9271_hw_pa_cal: use RMW bufferOleksij Rempel1-2/+6
2015-03-30ath9k: ar9271_hw_pa_cal: use proper makroses.Oleksij Rempel1-24/+19
2015-03-30ath9k: ar9271_hw_pa_cal - use defs instead of magin numbersOleksij Rempel1-17/+18
2015-03-30ath9k_htc: add new WMI_REG_RMW_CMDID commandOleksij Rempel5-6/+172
2015-03-21ath9k: Fix AIC compilation errorSujith Manoharan1-2/+4
2015-03-20ath9k: Start AIC calibration during MCI resetSujith Manoharan1-0/+3
2015-03-20ath9k: Handle MCI_STATE_AIC_CALSujith Manoharan3-2/+31
2015-03-20ath9k: Handle MCI_STATE_AIC_STARTSujith Manoharan3-0/+38
2015-03-20ath9k: Handle MCI_STATE_AIC_CAL_RESETSujith Manoharan3-0/+13
2015-03-20ath9k: Disable AIC by defaultSujith Manoharan2-1/+8
2015-03-20ath9k: Process the AIC calibration resultsSujith Manoharan1-0/+245
2015-03-20ath9k: Finish AIC calibrationSujith Manoharan1-1/+77