summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: trans: support loading ini TLVs from external fileSara Sharon2018-11-234-11/+89
* iwlwifi: trans: parse and store debug ini TLVsSara Sharon2018-11-237-0/+269
* iwlwifi: fw: add FW API of new TLV infrastructureSara Sharon2018-11-231-0/+399
* iwlwifi: mvm: add support for TWT capabilitiesEmmanuel Grumbach2018-11-232-5/+35
* iwlwifi: add fw dump upon RT ucode start failureLior Cohen2018-11-233-0/+11
* iwlwifi: fix cfg structs for 22000 with different RF modulesLuca Coelho2018-11-233-4/+21
* iwlwifi: mvm: remove assignment of the reciprocalEmmanuel Grumbach2018-11-232-29/+10Star
* iwlwifi: dbg: split fifos dumpSara Sharon2018-11-231-13/+39
* iwlwifi: dbg: don't limit dump decisions to all or monitorSara Sharon2018-11-234-24/+22Star
* iwlwifi: fw: use helper to determine whether to dump pagingSara Sharon2018-11-112-28/+37
* iwlwifi: add new cards for 9560, 9462, 9461 and killer seriesIhab Zhaika2018-11-111-0/+50
* iwlwifi: mvm: remove unused conversion tableEmmanuel Grumbach2018-11-111-9/+0Star
* iwlwifi: dbg: use helper to check if debug type is setSara Sharon2018-11-112-19/+24
* iwlwifi: mvm: Send non offchannel traffic via AP staAndrei Otcheretianski2018-11-111-0/+15
* iwlwifi: mvm: add description to a few generic assert numbersNaftali Goldstein2018-11-111-1/+5
* iwlwifi: dbg: avoid passing trigger aroundSara Sharon2018-11-117-23/+18Star
* iwlwifi: pcie: don't reset TXQ write pointerSara Sharon2018-11-111-2/+1Star
* iwlwifi: mvm: toggle tx antenna if tx fails during connection establishmentAvraham Stern2018-11-113-15/+56
* iwlwifi: fw: do not set sgi bits for HE connectionNaftali Goldstein2018-11-111-0/+4
* iwlwifi: mvm: switch management tx antenna only on tx failureAvraham Stern2018-11-115-12/+14
* iwlwifi: mvm: enable low latency for soft apTova Mussai2018-11-114-20/+43
* iwlwifi: trans: Clear persistence bit when starting the FWShahar S Matityahu2018-11-112-0/+19
* iwlwifi: mvm: remove queue_info_lockJohannes Berg2018-11-115-113/+19Star
* iwlwifi: mvm: synchronize TID queue removalJohannes Berg2018-11-111-0/+10
* iwlwifi: mvm: remove set but not used variable 'he_phy_data'YueHaibing2018-11-111-6/+0Star
* iwlegacy: fix small typoYangtao Li2018-11-061-1/+1
* iwlegacy: common: mark expected switch fall-throughsGustavo A. R. Silva2018-11-061-0/+2
* iwlegacy: 4965-mac: mark expected switch fall-throughGustavo A. R. Silva2018-11-061-1/+1
* iwlegacy: Add a lock assertion in il4965_send_rxon_assoc()Jia-Ju Bai2018-10-131-0/+2
* iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()Luca Coelho2018-10-131-5/+19
* iwlwifi: mvm: kill INACTIVE queue stateJohannes Berg2018-10-084-115/+66Star
* iwlwifi: mvm: move iwl_mvm_sta_alloc_queue() downJohannes Berg2018-10-081-205/+205
* iwlwifi: mvm: make iwl_mvm_scd_queue_redirect() staticJohannes Berg2018-10-082-7/+3Star
* iwlwifi: mvm: make queue TID change more explicitJohannes Berg2018-10-081-28/+25Star
* iwlwifi: mvm: remove RECONFIGURING queue stateJohannes Berg2018-10-082-26/+15Star
* iwlwifi: mvm: reconfigure queues during inactivity checkJohannes Berg2018-10-081-11/+7Star
* iwlwifi: mvm: move queue reconfiguration into new functionJohannes Berg2018-10-081-31/+33
* iwlwifi: mvm: clean up iteration in iwl_mvm_inactivity_check()Johannes Berg2018-10-081-17/+15Star
* iwlwifi: mvm: remove per-queue hw refcountJohannes Berg2018-10-084-25/+28
* iwlwifi: mvm: move queue management into sta.cJohannes Berg2018-10-083-431/+409Star
* iwlwifi: mvm: give TX queue info struct a nameJohannes Berg2018-10-081-11/+13
* iwlwifi: mvm: move rt status check to the start of the resume flowShahar S Matityahu2018-10-081-25/+35
* iwlwifi: dump debug data before stop deviceShahar S Matityahu2018-10-083-7/+26
* iwlwifi: mvm: use fast balance scan in case of DCM mode with P2P GOAyala Beker2018-10-081-23/+68
* iwlwifi: mvm: introduce a new fragmented scan type: fast balanceAyala Beker2018-10-082-7/+18
* iwlwifi: trace: change trace to trace one TB at a timeSara Sharon2018-10-083-43/+34Star
* iwlwifi: pcie: don't pad AMSDU packetsSara Sharon2018-10-081-3/+7
* iwlwifi: mvm: don't send keys when entering D3Sara Sharon2018-10-081-1/+3
* Merge tag 'wireless-drivers-next-for-davem-2018-10-07' of git://git.kernel.or...David S. Miller2018-10-0731-627/+762
|\
| * iwlwifi: dbg: make trigger functions type agnosticSara Sharon2018-10-063-21/+20Star