summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'iwlwifi-for-kalle-2015-10-25' of git://git.kernel.org/pub/scm/linu...Kalle Valo2016-10-277-22/+72
|\
| * iwlwifi: mvm: fix netdetect starting/stopping for unified imagesLuca Coelho2016-10-192-6/+46
| * iwlwifi: mvm: wake the wait queue when the RX sync counter is zeroSara Sharon2016-10-194-3/+5
| * iwlwifi: mvm: comply with fw_restart mod param on suspendHaim Dreyfuss2016-10-191-1/+4
| * iwlwifi: mvm: fix d3_test with unified D0/D3 imagesLuca Coelho2016-10-191-10/+15
| * iwlwifi: mvm: use ssize_t for len in iwl_debugfs_mem_read()Luca Coelho2016-10-191-2/+2
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-102-12/+8
|\ \ | |/ |/|
| * Merge branch 'work.const-qstr' into work.miscAl Viro2016-10-082-12/+8
| |\
| | * iwlwifi: use %pdAl Viro2016-08-072-12/+8
* | | Merge tag 'wireless-drivers-next-for-davem-2016-09-29' of git://git.kernel.or...David S. Miller2016-09-3021-449/+851
|\ \ \
| * | | iwlwifi: mvm: initialise ADD_STA before sending it to the firmwareEmmanuel Grumbach2016-09-261-1/+1
| * | | iwlwifi: allow error table address new rangeSara Sharon2016-09-261-1/+1
| * | | iwlwifi: mvm: fix typo in TC_CMD_SEC_KEY_FROM_TABLEEmmanuel Grumbach2016-09-262-3/+3
| * | | iwlwifi: remove support for fw older than -17 and -22Luca Coelho2016-09-2610-90/+30
| * | | iwlwifi: mvm: correct rate_idx bounds-checkJohannes Berg2016-09-221-1/+1
| * | | iwlwifi: mvm: bail out if CTDP start operation failsLuca Coelho2016-09-221-1/+4
| * | | iwlwifi: mvm: cleanup usage of init_dbg parameterSara Sharon2016-09-221-14/+14
| * | | iwlwifi: mvm: cleanup redundant no_power_up_nic_in_init configSara Sharon2016-09-221-31/+15
| * | | iwlwifi: mvm: use LIST_HEAD() macroJohannes Berg2016-09-191-3/+1
| * | | iwlwifi: mvm: set HCMD_NAME for PHY_DB as wellSara Sharon2016-09-192-1/+2
| * | | iwlwifi: mvm: Add mem debugfs entryIdo Yariv2016-09-192-0/+179
| * | | iwlwifi: mvm: move AP-specific code to right functionJohannes Berg2016-09-191-22/+20
| * | | iwlwifi: mvm: Add debugfs function for clocks diffRoee Zamir2016-09-193-0/+49
| * | | iwlwifi: mvm: disable P2P queue on mac context releaseSara Sharon2016-09-191-0/+5
| * | | iwlwifi: mvm: document passing unexpected Block Ack Request framesJohannes Berg2016-09-191-0/+5
| * | | iwlwifi: move to wide ID for all commandsSara Sharon2016-09-191-2/+2
| * | | iwlwifi: mvm: make iwl_mvm_update_sta() an inlineJohannes Berg2016-09-192-10/+8
| * | | iwlwifi: move BIOS MCC retrieval to common codeArik Nemtsov2016-09-191-92/+1
| * | | iwlwifi: mvm: support packet injectionSara Sharon2016-09-191-0/+55
| * | | iwlwifi: mvm: Add support for RRM by scanAvrahams Stern2016-09-194-14/+83
| * | | iwlwifi: mvm: support BAR in reorder bufferSara Sharon2016-09-191-3/+9
| * | | iwlwifi: mvm: fix DQA AP mode station assumptionSara Sharon2016-09-191-7/+28
| * | | iwlwifi: mvm: add support for MU-MIMO air snifferAviya Erenfeld2016-09-191-0/+8
| * | | iwlwifi: mvm: compare full command IDJohannes Berg2016-09-191-10/+13
| * | | iwlwifi: mvm: cleanup skb queue functions useSara Sharon2016-09-191-6/+7
| * | | iwlwifi: mvm: remove variable shadowingLiad Kaufman2016-09-191-3/+3
| * | | Merge tag 'iwlwifi-next-for-kalle-2016-09-15-2' of git://git.kernel.org/pub/s...Kalle Valo2016-09-179-137/+307
| |\ \ \
| | * | | iwlwifi: mvm: tighten BAID range checkJohannes Berg2016-09-161-1/+1
| | * | | iwlwifi: mvm: remove pointless _bh from spinlock in timerJohannes Berg2016-09-161-3/+3
| | * | | iwlwifi: mvm: make RSS RX more robustJohannes Berg2016-09-161-1/+1
| | * | | iwlwifi: unify iwl_get_ucode_image() implementationsSharon Dvir2016-09-161-11/+2
| | * | | iwlwifi: mvm: use setup_timer instead of init_timer and data fieldsWei Yongjun2016-09-161-5/+3
| | * | | iwlwifi: mvm: free reserved queue on STA removalLiad Kaufman2016-09-161-1/+23
| | * | | iwlwifi: mvm: fix pending frames tracking on tx respLiad Kaufman2016-09-161-1/+5
| | * | | iwlwifi: mvm: support new BA notification responseSara Sharon2016-09-162-54/+184
| | * | | iwlwifi: mvm: support new shared memory config APISara Sharon2016-09-154-52/+77
| | * | | iwlwifi: mvm: remove dump of locked registersSara Sharon2016-09-151-2/+0
| | * | | iwlwifi: mvm: don't free queue after delba in dqaLiad Kaufman2016-09-151-3/+7
| | * | | iwlwifi: mvm: call a different txq_enable functionSara Sharon2016-09-151-3/+1
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-10/+9
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
OpenPOWER on IntegriCloud