summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
...
| | * iwlwifi: pcie: re-enable interrupts on resumeEliad Peller2015-06-033-4/+18
| | * iwlwifi: mvm: don't use EBS for P2P findDavid Spinadel2015-06-031-5/+9
| | * iwlwifi: mvm: add inactive state to ebs statusDavid Spinadel2015-06-032-9/+25
| | * iwlwifi: pcie: Control access to the NIC's PM registers via iwl_cfgAvri Altman2015-06-035-10/+13
| | * iwlwifi: wrt: add mipi type to debug typesLiad Kaufman2015-06-032-1/+5
| | * iwlwifi: mvm: rs: pass rate directly to column checksEyal Shapira2015-06-031-7/+7
| | * iwlwifi: mvm: clean interfaces on drv_stopArik Nemtsov2015-05-281-1/+5
| | * iwlwifi: mvm: implement the BlockAck related debug triggersEmmanuel Grumbach2015-05-285-10/+200
| | * Merge tag 'mac80211-next-for-davem-2015-05-06' into iwlwifi-nextEmmanuel Grumbach2015-05-282-6/+4
| | |\
| | * | iwlwifi: mvm: treat scan races also on UMAC scansLuciano Coelho2015-05-281-10/+2
| | * | iwlwifi: mvm: make UMAC scans use the stopping scan statusLuciano Coelho2015-05-281-17/+15
| | * | iwlwifi: mvm: combine regular and sched scan stop functionsLuciano Coelho2015-05-284-41/+27
| | * | iwlwifi: tracing: add rx cmd header fieldsEliad Peller2015-05-281-6/+9
| | * | iwlwifi: pcie: Remove redundant check for family typeAvri Altman2015-05-281-2/+0
| | * | iwlwifi: mvm: combine UMAC and LMAC scan_stop functionsLuciano Coelho2015-05-281-44/+13
| | * | iwlwifi: mvm: remove code that stops multiple UMAC scans of a typeLuciano Coelho2015-05-281-53/+21
| | * | iwlwifi: mvm: refactor UMAC scan UID handlingLuciano Coelho2015-05-283-98/+39
| | * | iwlwifi: mvm: add support for 8 level scan priority APIAvraham Stern2015-05-283-4/+36
| | * | iwlwifi: mvm: rename some LMAC-specific scan functionsLuciano Coelho2015-05-283-23/+23
| | * | iwlwifi: mvm: rename umac scan stop functionLuciano Coelho2015-05-281-64/+62
| | * | iwlwifi: mvm: combine part of the scan stop flowsLuciano Coelho2015-05-281-28/+12
| | * | iwlwifi: mvm: don't stop regular scans when going out of idle stateLuciano Coelho2015-05-281-3/+1
| | * | iwlwifi: mvm: reorganize scan stopping functionsLuciano Coelho2015-05-284-58/+59
| | * | iwlwifi: mvm: BT Coex - fix shared antenna check with new APIEmmanuel Grumbach2015-05-281-1/+1
| | * | iwlwifi: mvm: make iwl_mvm_config_sched_scan_profiles() staticLuciano Coelho2015-05-282-4/+3
| | * | iwlwifi: mvm: fix the net-detect SSIDs report orderLuciano Coelho2015-05-281-3/+7
| | * | iwlwifi: mvm: add UMAC scan iteration complete notificationAvraham Stern2015-05-285-2/+53
| | * | iwlwifi: mvm: print scanned channel list on scan iteration complete notificationAvraham Stern2015-05-281-2/+21
| | * | iwlwifi: mvm: BT Coex - allocate a short command on the stackEmmanuel Grumbach2015-05-281-25/+11
| | * | iwlwifi: mvm: BT Coex - remove useless codeEmmanuel Grumbach2015-05-281-43/+0
| | * | iwlwifi: mvm: remove the UMAC specific scan typesLuciano Coelho2015-05-281-30/+17
| | * | iwlwifi: mvm: Configure agg. queue before assigning it to STAAndrei Otcheretianski2015-05-281-7/+7
| | * | iwlwifi: mvm: handle device start failure correctlyJohannes Berg2015-05-281-2/+2
| | * | iwlwifi: mvm: advertise randomised netdetect MAC addressJohannes Berg2015-05-281-1/+2
| | * | iwlwifi: update thermal throttling values for 8000 devicesIdo Yariv2015-05-281-1/+23
| | * | iwlwifi: 8000: fallback to default NVM fileEran Harary2015-05-283-38/+33
| | * | iwlwifi: mvm: Add debugfs entry for Tx power limitMatti Gottlieb2015-05-281-2/+19
| | * | iwlwifi: pcie: simplify return valueEmmanuel Grumbach2015-05-281-6/+2
| | * | iwlwifi: bump API to 14Emmanuel Grumbach2015-05-282-2/+2
| | * | iwlwifi: refactor common transport alloc/init codeJohannes Berg2015-05-284-43/+131
| | * | iwlwifi: mvm: small fix in a comment about UMAC scan schedulesLuciano Coelho2015-05-281-2/+2
| | * | iwlwifi: Remove use of the deprecacted PTR_RETNicholas Krause2015-05-281-2/+2
| | * | iwlwifi: mvm: fix ROC reference accountingEliad Peller2015-05-264-9/+14
| | * | iwlwifi: pcie: don't call set_pwr functions for family 8000Luciano Coelho2015-05-261-2/+4
| | * | Merge remote-tracking branch 'iwlwifi-fixes/master' into iwlwifi-nextEmmanuel Grumbach2015-05-2610-28/+65
| | |\ \
| * | \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-0112-48/+80
| |\ \ \ \
| | * | | | iwlwifi: nvm: fix otp parsing in 8000 hw familyLiad Kaufman2015-05-281-1/+1
| | * | | | iwlwifi: pcie: fix tracking of cmd_in_flightIlan Peer2015-05-283-19/+14
| | | |/ / | | |/| |
| | * | | iwlwifi: mvm: avoid use-after-free on iwl_mvm_d0i3_enable_tx()Eliad Peller2015-05-211-2/+4
| | * | | iwlwifi: mvm: clean net-detect info if device was reset during suspendLuciano Coelho2015-05-211-4/+5
OpenPOWER on IntegriCloud