summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mwifiex: Support USB interrupt endpoint for command response/eventGanapathi Bhat2017-04-052-10/+39
* brcmfmac: update BRCMFMAC symbol descriptionRafał Miłecki2017-04-051-5/+5
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2017-04-0522-73/+650
|\
| * ath6kl: Remove old 802.11a-only channelsRostyslav Khudolii2017-03-201-4/+2Star
| * ath10k: remove redundant check of len with buf_lenColin Ian King2017-03-201-3/+0Star
| * ath10k: fix typo in wmi header fileMohammed Shafi Shajakhan2017-03-201-1/+1
| * ath10k: fix warnings from an earlier commitKalle Valo2017-03-201-3/+3
| * ath10k: fix fetching channel during potential radar detectionMohammed Shafi Shajakhan2017-03-161-0/+5
| * ath10k: remove redundant error checkColin Ian King2017-03-161-6/+0Star
| * ath9k: don't trigger spectral scan when not enabledZefir Kurtisi2017-03-161-0/+3
| * ath10k: update available channel list for 5G radioTamizh chelvam2017-03-164-0/+29
| * ath10k: disallow DFS simulation if DFS channel is not enabledMohammed Shafi Shajakhan2017-03-161-0/+9
| * wil6210: add oob_mode for AP certificationLior David2017-03-092-6/+19
| * wil6210: correctly report locally generated disconnect in STA modeDedy Lansky2017-03-094-1/+7
| * wil6210: use WMI_DISCONNECT_CMDID upon connect timeoutDedy Lansky2017-03-091-3/+27
| * wil6210: protect list of pending wmi events during flushHamad Kadmany2017-03-091-0/+5
| * wil6210: store bss object and use cfg80211_connect_bss()Dedy Lansky2017-03-094-5/+12
| * wil6210: missing reinit_completion in HALP votingMaya Erez2017-03-091-0/+1
| * wil6210: use print_hex_dump_debug instead of print_hex_dump_bytesDedy Lansky2017-03-092-20/+33
| * wil6210: bus_request platform operation refinementLior David2017-03-094-7/+17
| * wil6210: do not start regular scan on stopped p2p deviceLior David2017-03-091-10/+11
| * wil6210: set dma mask to reflect device capabilityHamad Kadmany2017-03-094-2/+51
| * wcn36xx: Fix error handlingChristophe Jaillet2017-03-091-2/+2
| * ath10k: fix a warning during channel switch with multiple vapsMohammed Shafi Shajakhan2017-03-091-1/+1
| * ath9k_htc: Add support of AirTies 1eda:2315 AR9271 deviceDmitry Tunin2017-03-091-0/+1
| * ath10k: improve the firmware download time for QCA9377Ryan Hsu2017-03-091-1/+3
| * ath10k: improve the firmware download time for QCA6174Ryan Hsu2017-03-095-1/+411
* | rt2x00: add support for MT7620Roman Yeryomin2017-03-225-27/+1578
* | zd1211rw: fix NULL-deref at probeJohan Hovold2017-03-221-0/+3
* | rt2x00: fix TX_PWR_CFG_4 register definitionDaniel Golle2017-03-201-4/+4
* | ipw2200: remove redundant check of rc < 0Colin Ian King2017-03-201-3/+0Star
* | brcmfmac: wrap brcmf_fws_reset_interface into bcdc layerFranky Lin2017-03-203-2/+17
* | brcmfmac: wrap brcmf_fws_del_interface into bcdc layerFranky Lin2017-03-203-2/+18
* | brcmfmac: wrap brcmf_fws_add_interface into bcdc layerFranky Lin2017-03-204-2/+19
* | brcmfmac: move brcmf_txcomplete to bcdc layerFranky Lin2017-03-206-23/+25
* | brcmfmac: move brcmf_txflowblock to bcdc layerFranky Lin2017-03-206-16/+17
* | brcmfmac: Handle status == BRCMF_E_STATUS_ABORT in cfg80211_escan_handlerHans de Goede2017-03-201-0/+3
* | brcmfmac: Do not complain about country code "00"Hans de Goede2017-03-201-0/+4
* | brcmfmac: Do not print the firmware version as an errorHans de Goede2017-03-202-1/+10
* | brcmfmac: always print error when PSM's watchdog firesRafał Miłecki2017-03-203-23/+34
* | bcma: fill core OF info independently of bus typeRafał Miłecki2017-03-201-2/+2
* | bcma: use helper function to set core dev's parentRafał Miłecki2017-03-201-2/+1Star
* | bcma: drop unneeded check for CONFIG_OF_IRQRafał Miłecki2017-03-201-3/+0Star
* | rtlwifi: Add QoS-NULL and BT-QoS-NULL to reserved page.Ping-Ke Shih2017-03-208-33/+287
* | rtlwifi: Add code to read new versions of firmwareLarry Finger2017-03-202-6/+24
* | rtlwifi: Update 8812ae new phy parameters and its parser.Ping-Ke Shih2017-03-203-1046/+280Star
* | rtlwifi: Update 8821ae new phy parameters and its parser.Ping-Ke Shih2017-03-204-249/+214Star
* | mwifiex: fix kernel crash after shutdown command timeoutBrian Norris2017-03-202-4/+4
* | mwifiex: send fewer channels to scan while connectedAmitkumar Karwar2017-03-201-3/+8
* | mwifiex: fix for unaligned readsDevidas Puranik2017-03-209-57/+56Star