summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/mvm
AgeCommit message (Expand)Author
2015-11-18iwlwifi: move under intel vendor directoryKalle Valo
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-10-28Merge tag 'iwlwifi-next-for-kalle-2015-10-25' of https://git.kernel.org/pub/s...Kalle Valo
2015-10-25iwlwifi: nvm: free old section data when reading nvm fileMoshe Harel
2015-10-25iwlwifi: mvm: disable TDLS ac queues correctlyArik Nemtsov
2015-10-25iwlwifi: mvm: take scan ref only on successEliad Peller
2015-10-25iwlwifi: mvm: remove pointless scan plan checksJohannes Berg
2015-10-25iwlwifi: mvm: clean up some whitespace in scan codeJohannes Berg
2015-10-25iwlwifi: mvm: Implement per vif frame registration APIAndrei Otcheretianski
2015-10-25iwlwifi: avoid read/write operations if the bus is deadEliad Peller
2015-10-25iwlwifi: mvm: Add support for two scheduled scan plansAvraham Stern
2015-10-25iwlwifi: mvm: let any command flag be passed to iwl_mvm_flushtx_path()Luca Coelho
2015-10-25iwlwifi: mvm: Allow setting ctrl-chnl-position in FTM responderAssaf Krauss
2015-10-25iwlwifi: mvm: use short timeouts in P2P low latency if supportedJohannes Berg
2015-10-25iwlwifi: mvm: use wowlan RX/TX timeouts in D0i3Johannes Berg
2015-10-25iwlwifi: mvm: correctly request DTS-measure for new cardsArik Nemtsov
2015-10-25iwlwifi: mvm: Dump FW's virtual image in the case of a NIC errorMatti Gottlieb
2015-10-25iwlwifi: rs: Remove workaround that disables MIMO on P2PAlexander Bondar
2015-10-22Merge tag 'mac80211-next-for-davem-2015-10-21' of git://git.kernel.org/pub/sc...David S. Miller
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-13cfg80211: Add multiple scan plans for scheduled scanAvraham Stern
2015-10-12Merge tag 'wireless-drivers-next-for-davem-2015-10-09' of git://git.kernel.or...David S. Miller
2015-10-05iwlwifi: mvm: add minimal multi-RXQ infrastructureJohannes Berg
2015-10-05iwlwifi: nvm: add nvm phy_sku section to debugfsMoshe Harel
2015-10-05iwlwifi: mvm: fix signedness warnings in ToF debugfsJohannes Berg
2015-10-05iwlwifi: mvm: rs: dynamically switch between 80MHz and 20MHz in some scenariosEyal Shapira
2015-10-05iwlwifi: mvm: minor rx code cleanupJohannes Berg
2015-10-05iwlwifi: mvm: rs: fix success ratio comparison in rs_get_best_rateEyal Shapira
2015-10-05iwlwifi: mvm: rs: minor indentation fixEyal Shapira
2015-10-05iwlwifi: mvm: rs: remove overflowing debug messageEyal Shapira
2015-10-05iwlwifi: mvm: rs: improve rate debug messagesEyal Shapira
2015-10-05iwlwifi: mvm: stop using DEVICE_POWER_FLAGS_CAM_MSKJohannes Berg
2015-10-05iwlwifi: mvm: support enabling a queue with a given ssnLiad Kaufman
2015-10-05iwlwifi: mvm: support using multiple ACs on single HW queueLiad Kaufman
2015-10-05iwlwifi: mvm: remove PHY RX from handlersJohannes Berg
2015-10-05iwlwifi: mvm: Improve debugfs tof robustnessAssaf Krauss
2015-10-05iwlwifi: mvm: ToF - fill bssid of responder configurationGregory Greenman
2015-10-05iwlwifi: mvm: Fix tof debugfs formats (dec vs. hex)Assaf Krauss
2015-10-05iwlwifi: mvm: flush fw_dump_wk when mvm fails to startAndrei Otcheretianski
2015-10-05iwlwifi: mvm: init card correctly on ctkill exit checkArik Nemtsov
2015-10-05iwlwifi: mvm: clear csa countdown when AP is stoppedAvraham Stern
2015-10-05iwlwifi: mvm: fix D3 firmware PN programmingJohannes Berg
2015-10-05iwlwifi: mvm: fix D3 CCMP TX PN assignmentJohannes Berg
2015-10-05iwlwifi: mvm: fix tof.h header guardNicolas Iooss
2015-10-05iwlwifi: mvm: Correctly update MAC context on add/del stationIlan Peer
2015-10-05iwlwifi: mvm: fix default disabled aggs in staLiad Kaufman
2015-10-05iwlwifi: mvm: correct skip-over-DTIM implementationJohannes Berg
2015-10-05iwlwifi: nvm: force 1x1 antenna in Series 8000Moshe Harel
2015-10-05iwlwifi: mvm: move DTS command and notification to new groupAviya Erenfeld
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar