summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2017-01-13ath9k: Really fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)1-2/+5
2016-10-02ath9k: fix using sta->drv_priv before initializing itFelix Fietkau1-4/+4
2016-07-11ath9k: fix buffer overrun for ar9287Arnd Bergmann1-4/+3
2016-06-04ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)1-0/+10
2016-06-04ath9k: Add a module parameter to invert LED polarity.Vittorio Gambaletta (VittGam)1-0/+7
2016-06-01ath5k: Change led pin configuration for compaq c700 laptopJoseph Salisbury1-1/+1
2016-05-31ath10k: fix debugfs pktlog_filter writeAnilkumar Kolli1-1/+6
2016-05-31ath10k: fix firmware assert in monitor modeRajkumar Manoharan1-1/+4
2015-12-09ath10k: fix invalid NSS for 4x4 devicesRajkumar Manoharan1-1/+1
2015-11-10ath9k: declare required extra tx headroomFelix Fietkau1-0/+1
2015-10-23ath10k: reject 11b tx fragmentation configurationMichal Kazior1-0/+16
2015-10-23ath10k: fix dma_mapping_error() handlingMichal Kazior4-5/+16
2015-08-17ath10k: fix qca61x4 hw2.1 supportMichal Kazior1-3/+2
2015-08-03ath9k_htc: memory corruption calling set_bit()Dan Carpenter1-3/+3
2015-08-03ath9k: fix DMA stop sequence for AR9003+Felix Fietkau1-5/+7
2015-05-03ath9k: fix per-packet tx power configurationLorenzo Bianconi1-27/+25
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds75-1034/+3186
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
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-04-01Merge tag 'wireless-drivers-next-for-davem-2015-04-01' of git://git.kernel.or...David S. Miller42-274/+1728
2015-03-31Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller5-10/+15
2015-03-30cfg80211: pass name_assign_type to rdev_add_virtual_intf()Tom Gundersen3-4/+7
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 Rempel6-6/+175
2015-03-21ath9k: Fix AIC compilation errorSujith Manoharan1-2/+4
2015-03-20wil6210: fall back to pseudo-DMS mcast for secure link and PBSSVladimir Kondratiev1-2/+101
2015-03-20wil6210: implement broadcast/multicast dataVladimir Kondratiev5-76/+167
2015-03-20wil6210: add bcast structures to WMIVladimir Kondratiev1-2/+18
2015-03-20wil6210: Prefer ether_addr_copy() over memcpy()Vladimir Kondratiev2-8/+10
2015-03-20wil6210: Align Rx frames on 4*n+2 by having SNAPVladimir Kondratiev4-3/+33
2015-03-20wil6210: fix check for FW responsivenessVladimir Kondratiev2-2/+2
2015-03-20wil6210: optimize index manipulation in wil_vring_reap_rxVladimir Kondratiev1-6/+11