aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-03iwlwifi: mvm: allow transport sleep when FW is operationalEliad Peller4-0/+72
2014-02-03iwlwifi: mvm: configure vifs upon D0i3 entry/exitEliad Peller1-1/+50
2014-02-03iwlwifi: mvm: add D0i3 power configurationsEliad Peller5-41/+139
2014-02-03iwlwifi: add very first D0i3 supportArik Nemtsov2-2/+14
2014-02-03iwlwifi: add enter/exit D0i3 opsEliad Peller1-0/+18
2014-02-03iwlwifi: mvm: handle platform PCIe power limitationIdo Yariv4-4/+32
2014-02-03iwlwifi: mvm: fix quota allocationIlan Peer1-8/+28
2014-02-03iwlwifi: mvm: add the quota remainder to a data bindingIlan Peer1-2/+7
2014-02-03iwlwifi: mvm: add vif type in debugfs outputEmmanuel Grumbach1-0/+23
2014-02-03iwlwifi: rs: use const u16 for throughput tablesJohannes Berg2-13/+12
2014-02-03iwlwifi: mvm: allow to force reduced tx power from debugfsEmmanuel Grumbach4-7/+43
2014-02-03iwlwifi: mvm: add bcast_filtering debugfs entriesEliad Peller3-14/+250
2014-02-03iwlwifi: mvm: add dest ip to bcast filter configurationEliad Peller1-0/+73
2014-02-03iwlwifi: mvm: add predefined broadcast filter configurationEliad Peller1-0/+27
2014-02-03iwlwifi: mvm: add basic bcast filtering implementationEliad Peller4-0/+207
2014-02-03iwlwifi: mvm: change the format of the SRAM dumpEmmanuel Grumbach1-2/+8
2014-02-03iwlwifi: mvm: BT Coex - change SMPS settings in AP modeEmmanuel Grumbach2-32/+60
2014-02-03iwlwifi: mvm: BT Coex - set low latency vif as primaryEmmanuel Grumbach2-5/+27
2014-02-03iwlwifi: mvm: limit non-low-latency binding scheduling durationJohannes Berg2-7/+28
2014-02-03iwlwifi: mvm: reserve bandwidth for low-latency interfaceJohannes Berg2-14/+50
2014-02-03iwlwifi: mvm: disable powersave in low-latencyJohannes Berg2-2/+7
2014-02-03iwlwifi: mvm: add low-latency frameworkJohannes Berg3-1/+74
2014-02-03iwlwifi: mvm: notify scan completed even if no fw_restartDavid Spinadel2-21/+24
2014-02-03iwlwifi: mvm: don't stop sched scan in restartDavid Spinadel1-1/+1
2014-02-03iwlwifi: mvm: check ARRAY_SIZE(mvm->fw_id_to_mac_id) = IWL_MVM_STATION_COUNTEmmanuel Grumbach1-0/+7
2014-02-03iwlwifi: mvm: provide helper to fetch the iwl_mvm_sta from sta_idEmmanuel Grumbach3-18/+25
2014-02-03iwlwifi: pcie: disable APMG configurations for family 8000Eran Harary1-3/+4
2014-02-03iwlwifi: mvm: support NVM sections for family 8000Eran Harary4-25/+25
2014-02-03iwlwifi: mvm: implement AP/GO uAPSD supportJohannes Berg7-77/+268
2014-02-02iwlwifi: mvm: BT Coex - disable BT when TXing probe request in scanEmmanuel Grumbach1-1/+2
2014-01-30iwlwifi: mvm: don't leak a station when we drainEmmanuel Grumbach1-36/+37
2014-01-30iwlwifi: mvm: notify match found without filteringDavid Spinadel2-1/+5
2014-01-30iwlwifi: mvm: print the version of the firmware when it assertsEmmanuel Grumbach1-0/+2
2014-01-30iwlwifi: mvm: disable scheduled scanJohannes Berg1-1/+1
2014-01-30iwlwifi: mvm: make local pointer non-staticJohannes Berg1-1/+1
2014-01-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville10-41/+52
2014-01-13iwlwifi: mvm: add REPLY_SF_CFG_CMD to cmd stringsDavid Spinadel1-0/+1
2014-01-13iwlwifi: mvm: fix theoretical uninitialized function return valueEytan Lifshitz1-1/+1
2014-01-13iwlwifi: add inline helper for packet lengthsJohannes Berg3-13/+10
2014-01-13iwlwifi: mvm: reset Thermal Throttling's SMPS request upon disassociationEmmanuel Grumbach1-0/+2
2014-01-13iwlwifi: mvm: remove unused flags from add station commandEmmanuel Grumbach1-3/+0
2014-01-13iwlwifi: mvm: use array indexing instead of treating it as a pointerJohannes Berg1-2/+2
2014-01-13iwlwifi: mvm: fix SRAM dump debugfs handlerEmmanuel Grumbach1-1/+1
2014-01-13iwlwifi: mvm: rs: fix a theoretical out of bounds accessEyal Shapira1-5/+5
2014-01-13iwlwifi: mvm: send all the NVM sections to the NICEmmanuel Grumbach1-6/+5
2014-01-13iwlwifi: mvm: fix tx seq_ctrl debug printEliad Peller1-3/+2
2014-01-13iwlwifi: mvm: don't set the drain bit when we flush the AP stationEmmanuel Grumbach1-2/+2
2014-01-13iwlwifi: mvm: rs: fix handling of column switch errorEyal Shapira1-1/+2
2014-01-13iwlwifi: mvm: fix missing cleanup in .start() error pathEliad Peller1-0/+1
2014-01-13iwlwifi: mvm: update power after binding in start_ap_ibss()Ilan Peer1-4/+14