summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2015-05-28iwlwifi: mvm: reorganize scan stopping functionsLuciano Coelho4-58/+59
2015-05-28iwlwifi: mvm: BT Coex - fix shared antenna check with new APIEmmanuel Grumbach1-1/+1
2015-05-28iwlwifi: mvm: make iwl_mvm_config_sched_scan_profiles() staticLuciano Coelho2-4/+3
2015-05-28iwlwifi: mvm: fix the net-detect SSIDs report orderLuciano Coelho1-3/+7
2015-05-28iwlwifi: mvm: add UMAC scan iteration complete notificationAvraham Stern5-2/+53
2015-05-28iwlwifi: mvm: print scanned channel list on scan iteration complete notificationAvraham Stern1-2/+21
2015-05-28iwlwifi: mvm: BT Coex - allocate a short command on the stackEmmanuel Grumbach1-25/+11
2015-05-28iwlwifi: mvm: BT Coex - remove useless codeEmmanuel Grumbach1-43/+0
2015-05-28iwlwifi: mvm: remove the UMAC specific scan typesLuciano Coelho1-30/+17
2015-05-28iwlwifi: mvm: Configure agg. queue before assigning it to STAAndrei Otcheretianski1-7/+7
2015-05-28iwlwifi: mvm: handle device start failure correctlyJohannes Berg1-2/+2
2015-05-28iwlwifi: mvm: advertise randomised netdetect MAC addressJohannes Berg1-1/+2
2015-05-28iwlwifi: update thermal throttling values for 8000 devicesIdo Yariv1-1/+23
2015-05-28iwlwifi: 8000: fallback to default NVM fileEran Harary3-38/+33
2015-05-28iwlwifi: mvm: Add debugfs entry for Tx power limitMatti Gottlieb1-2/+19
2015-05-28iwlwifi: pcie: simplify return valueEmmanuel Grumbach1-6/+2
2015-05-28iwlwifi: bump API to 14Emmanuel Grumbach2-2/+2
2015-05-28iwlwifi: refactor common transport alloc/init codeJohannes Berg4-43/+131
2015-05-28iwlwifi: mvm: small fix in a comment about UMAC scan schedulesLuciano Coelho1-2/+2
2015-05-28iwlwifi: Remove use of the deprecacted PTR_RETNicholas Krause1-2/+2
2015-05-26iwlwifi: mvm: fix ROC reference accountingEliad Peller4-9/+14
2015-05-26iwlwifi: pcie: don't call set_pwr functions for family 8000Luciano Coelho1-2/+4
2015-05-26Merge remote-tracking branch 'iwlwifi-fixes/master' into iwlwifi-nextEmmanuel Grumbach10-28/+65
2015-05-21iwlwifi: mvm: avoid use-after-free on iwl_mvm_d0i3_enable_tx()Eliad Peller1-2/+4
2015-05-21iwlwifi: mvm: clean net-detect info if device was reset during suspendLuciano Coelho1-4/+5
2015-05-21iwlwifi: mvm: take the UCODE_DOWN reference when resumingLuciano Coelho1-1/+8
2015-05-21iwlwifi: mvm: BT Coex - duplicate the command if sent ASYNCEmmanuel Grumbach1-1/+1
2015-05-21iwlwifi: nvm: force mac from otp in case nvm mac is reservedLiad Kaufman1-1/+10
2015-05-21iwlwifi: mvm: Free fw_status after use to avoid memory leakHaim Dreyfuss1-1/+3
2015-05-15iwlwifi: mvm: fix MLME triggerEmmanuel Grumbach1-3/+0
2015-05-15iwlwifi: pcie: don't disable the busmaster DMA clock for family 8000Avri Altman1-3/+5
2015-05-15iwlwifi: 7000: modify the firmware name for 3165Emmanuel Grumbach2-8/+9
2015-05-10iwlwifi: mvm: forbid MIMO on devices that don't support itEmmanuel Grumbach4-6/+24
2015-05-03iwlwifi: mvm: include wildcard SSID in scansDavid Spinadel1-2/+0
2015-04-29iwlwifi: mvm: remove some unused stuff from scan.cLuciano Coelho1-5/+0
2015-04-29iwlwifi: mvm: make thermal throttling values configurable per NIC familyChaya Rachel Ivgi4-75/+78
2015-04-29iwlwifi: mvm: don't reset key index on HW restartJohannes Berg1-2/+14
2015-04-29iwlwifi: mvm: rename generic_scan_cmd functions to dwellLuciano Coelho1-19/+21
2015-04-29iwlwifi: mvm: move all LMAC scan flags into a single funtionLuciano Coelho1-25/+32
2015-04-29iwlwifi: mvm: move all UMAC scan flags setting into the relevant functionLuciano Coelho1-22/+22
2015-04-29iwlwifi: mvm: remove deprecated command IDsDavid Spinadel4-29/+0
2015-04-29iwlwifi: allow to limit the size of the external buffer for firmware debuggingEmmanuel Grumbach2-8/+28
2015-04-29iwlwifi: mvm: avoid use-after-free on iwl_mvm_d0i3_enable_tx() [BUGFIX]Eliad Peller1-2/+4
2015-04-29iwlwifi: mvm: combine UMAC scans into oneLuciano Coelho1-69/+17
2015-04-29iwlwifi: mvm: trim sched scan delay down to 16-bit for LMAC as wellLuciano Coelho1-10/+15
2015-04-29iwlwifi: mvm: combine LMAC scans into oneLuciano Coelho1-83/+17
2015-04-29iwlwifi: mvm: add number of scan iterations and multiplier to paramsLuciano Coelho1-14/+28
2015-04-29iwlwifi: mvm: combine LMAC and UMAC preq generationLuciano Coelho1-46/+35
2015-04-29iwlwifi: mvm: rename scan_calc_params to scan_calc_dwellLuciano Coelho1-14/+14
2015-04-29iwlwifi: mvm: combine SSID functions for sched and regular scansLuciano Coelho1-47/+24