summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-151-34/+46
|\
| * Merge tag 'iwlwifi-for-kalle-2016-05-04' of https://git.kernel.org/pub/scm/li...Kalle Valo2016-05-061-35/+48
| |\
| | * iwlwifi: mvm: don't override the rate with the AMSDU lenEmmanuel Grumbach2016-05-041-35/+48
* | | treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-049-13/+13
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-047-26/+20
|\| |
| * | Merge tag 'iwlwifi-for-kalle-2016-04-12_2' of https://git.kernel.org/pub/scm/...Kalle Valo2016-04-215-19/+27
| |\|
| | * iwlwifi: mvm: fix accessing Null pointer during fw dump collectionMatti Gottlieb2016-04-122-2/+6
| | * iwlwifi: 8000: fix MODULE_FIRMWARE inputSara Sharon2016-04-122-14/+1
| | * iwlwifi: mvm: avoid to WARN about gscan capabilitiesAyala Beker2016-04-121-3/+10
| | * iwlwifi: add device IDs for the 8265 deviceOren Givon2016-04-121-0/+10
| * | ath9k: ar5008_hw_cmn_spur_mitigate: add missing mask_m & mask_p initialisationOleksij Rempel2016-04-152-10/+3
* | | brcm80211: correct speed testingOliver Neukum2016-05-031-1/+3
* | | Merge tag 'wireless-drivers-next-for-davem-2016-05-02' of git://git.kernel.or...David S. Miller2016-05-0379-1766/+3606
|\ \ \
| * | | mwifiex: increase dwell time for active scanAmitkumar Karwar2016-04-271-2/+2
| * | | mwifiex: disable channel filtering feature in firmwareAmitkumar Karwar2016-04-271-5/+6
| * | | mwifiex: avoid querying wakeup reason when wowlan is disabledAmitkumar Karwar2016-04-271-0/+4
| * | | mwifiex: report wowlan wakeup reasons correctlyAmitkumar Karwar2016-04-271-6/+3
| * | | mwifiex: fix coding styleAmitkumar Karwar2016-04-271-1/+1
| * | | mwifiex: transmit packet stats incorrect.Marty Faltesek2016-04-271-6/+7
| * | | mwifiex: fw download does not release sdio bus during failureMarty Faltesek2016-04-271-2/+1
| * | | mwifiex: bridged packets cause wmm_tx_pending counter to go negativeMarty Faltesek2016-04-271-0/+4
| * | | Merge ath-next from ath.gitKalle Valo2016-04-2639-803/+813
| |\ \ \
| | * | | wcn36xx: Fill in capability listBjorn Andersson2016-04-252-1/+78
| | * | | wcn36xx: Correct remove bss key response encodingBjorn Andersson2016-04-252-27/+1
| | * | | wcn36xx: Delete BSS before idling linkBjorn Andersson2016-04-251-1/+1
| | * | | wcn36xx: Use correct command struct for EXIT_BMPS_REQPontus Fuchs2016-04-251-1/+1
| | * | | wcn36xx: Implement multicast filteringPontus Fuchs2016-04-254-6/+104
| | * | | wcn36xx: Track association statePontus Fuchs2016-04-252-0/+3
| | * | | wcn36xx: Clear encrypt_type when deleting bss keyPontus Fuchs2016-04-251-0/+2
| | * | | wcn36xx: Use allocated self sta index instead of hard codedPontus Fuchs2016-04-251-1/+1
| | * | | wcn36xx: Copy all members in config_sta v1 conversionPontus Fuchs2016-04-251-2/+17
| | * | | wcn36xx: Parse trigger_ba response properlyPontus Fuchs2016-04-251-2/+12
| | * | | wcn36xx: Remove sta pointer in private vif structPontus Fuchs2016-04-253-17/+15
| | * | | wcn36xx: Fetch private sta data from sta entry instead of from vifPontus Fuchs2016-04-251-1/+1
| | * | | wcn36xx: Add helper macros to cast sta to privPontus Fuchs2016-04-253-14/+18
| | * | | wcn36xx: Use define for invalid index and fix typoPontus Fuchs2016-04-253-4/+4
| | * | | wcn36xx: Use consistent name for private vifPontus Fuchs2016-04-251-14/+14
| | * | | wcn36xx: Add helper macros to cast vif to private vif and vice versaPontus Fuchs2016-04-256-40/+36
| | * | | wcn36xx: Pad TIM PVM if neededPontus Fuchs2016-04-252-2/+28
| | * | | wcn36xx: Clean up wcn36xx_smd_send_beaconPontus Fuchs2016-04-252-8/+9
| | * | | ath9k: Fix LED polarity for some Mini PCI AR9220 MB92 cards.Vittorio Gambaletta (VittGam)2016-04-251-0/+10
| | * | | ath9k: Add a module parameter to invert LED polarity.Vittorio Gambaletta (VittGam)2016-04-251-0/+7
| | * | | ath10k: remove enum ath10k_swap_code_seg_bin_typeKalle Valo2016-04-203-26/+8
| | * | | ath10k: switch testmode to use ath10k_core_fetch_firmware_api_n()Kalle Valo2016-04-203-124/+6
| | * | | ath10k: move htt_op_version to struct ath10k_fw_fileKalle Valo2016-04-207-10/+11
| | * | | ath10k: move wmi_op_version to struct ath10k_fw_fileKalle Valo2016-04-206-28/+22
| | * | | ath10k: move fw_features to struct ath10k_fw_fileKalle Valo2016-04-208-45/+39
| | * | | ath10k: move fw_version inside struct ath10k_fw_fileKalle Valo2016-04-203-11/+17
| | * | | ath10k: refactor firmware images to struct ath10k_fw_componentsKalle Valo2016-04-206-137/+199
| | * | | ath10k: remove deprecated firmware API 1 supportKalle Valo2016-04-205-93/+0