summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/mvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-01-1610-41/+52
|\
| * iwlwifi: mvm: add REPLY_SF_CFG_CMD to cmd stringsDavid Spinadel2014-01-131-0/+1
| * iwlwifi: mvm: fix theoretical uninitialized function return valueEytan Lifshitz2014-01-131-1/+1
| * iwlwifi: add inline helper for packet lengthsJohannes Berg2014-01-133-13/+10
| * iwlwifi: mvm: reset Thermal Throttling's SMPS request upon disassociationEmmanuel Grumbach2014-01-131-0/+2
| * iwlwifi: mvm: remove unused flags from add station commandEmmanuel Grumbach2014-01-131-3/+0
| * iwlwifi: mvm: use array indexing instead of treating it as a pointerJohannes Berg2014-01-131-2/+2
| * iwlwifi: mvm: fix SRAM dump debugfs handlerEmmanuel Grumbach2014-01-131-1/+1
| * iwlwifi: mvm: rs: fix a theoretical out of bounds accessEyal Shapira2014-01-131-5/+5
| * iwlwifi: mvm: send all the NVM sections to the NICEmmanuel Grumbach2014-01-131-6/+5
| * iwlwifi: mvm: fix tx seq_ctrl debug printEliad Peller2014-01-131-3/+2
| * iwlwifi: mvm: don't set the drain bit when we flush the AP stationEmmanuel Grumbach2014-01-131-2/+2
| * iwlwifi: mvm: rs: fix handling of column switch errorEyal Shapira2014-01-131-1/+2
| * iwlwifi: mvm: fix missing cleanup in .start() error pathEliad Peller2014-01-131-0/+1
| * iwlwifi: mvm: update power after binding in start_ap_ibss()Ilan Peer2014-01-131-4/+14
| * iwlwifi: mvm: clear ap_ibss_active in case of failureIlan Peer2014-01-131-0/+4
* | wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-032-2/+0
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2014-01-0340-170/+253
|\|
| * iwlwifi: mvm: fix coccinelle warningsFengguang Wu2013-12-311-1/+1
| * iwlwifi: Update Copyright to 2014Emmanuel Grumbach2013-12-3140-78/+78
| * iwlwifi: mvm: rs: fix a potential NULL derefEyal Shapira2013-12-311-4/+3
| * iwlwifi: mvm: dynamically update tsf_idIlan Peer2013-12-313-30/+91
| * iwlwifi: mvm: change the parameters for calculating an AP TBTTIlan Peer2013-12-311-1/+1
| * iwlwifi: mvm: Add a missed beacons thresholdIlan Peer2013-12-312-5/+21
| * iwlwifi: mvm: squash a spurious warning on chnctx changeArik Nemtsov2013-12-311-1/+2
| * iwlwifi: mvm: dump to debugfs the SRAM as binaryEmmanuel Grumbach2013-12-311-28/+21
| * iwlwifi: mvm: BT Coex - update channel inihibition for channel 14Emmanuel Grumbach2013-12-311-2/+2
| * iwlwifi: mvm: fix harmless smatch / coccinelle warningsEmmanuel Grumbach2013-12-312-3/+3
| * iwlwifi: mvm: disable the device as soon as RFKILL firesEmmanuel Grumbach2013-12-312-2/+9
| * iwlwifi: mvm: fix possible memory leakEytan Lifshitz2013-12-311-5/+6
| * iwlwifi: mvm: fix AC / FIFO mappingEmmanuel Grumbach2013-12-311-10/+15
* | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-12-1820-618/+1602
|\|
| * iwlwifi: mvm: rs: fix variable shadowingJohannes Berg2013-12-171-5/+3
| * iwlwifi: mvm: rs: fix RTS protection being set indefinitelyEyal Shapira2013-12-171-13/+0
| * iwlwifi: mvm: rs: disable MCS9 Tx workaroundEyal Shapira2013-12-171-0/+8
| * iwlwifi: mvm: Do not allow AP MAC context update if not activeIlan Peer2013-12-171-0/+5
| * iwlwifi: mvm: fixup MakefileEmmanuel Grumbach2013-12-171-1/+0
| * iwlwifi: mvm: rs: refactor rate scale action decisionEyal Shapira2013-12-171-83/+103
| * iwlwifi: mvm: rs: remove unnecessary debug logsEyal Shapira2013-12-171-7/+2
| * iwlwifi: mvm: rs: improve rates table algoEyal Shapira2013-12-171-103/+151
| * iwlwifi: mvm: rs: avoid recalc of supported legacy rate maskEyal Shapira2013-12-172-35/+2
| * iwlwifi: mvm: rs: refactor building the LQ commandEyal Shapira2013-12-172-104/+82
| * iwlwifi: mvm: Add and examine TLV flag for P2P client uAPSD supportAlexander Bondar2013-12-171-0/+4
| * iwlwifi: mvm: check iwl_nvm_init return valueEliad Peller2013-12-171-1/+3
| * iwlwifi: remove pointer to transport from op_modeEmmanuel Grumbach2013-12-171-1/+0
| * iwlwifi: mvm: rs: move rs_program_fix_rate to cleanup ifdefsEyal Shapira2013-12-171-24/+22
| * iwlwifi: trans: divide stop_hw into stop_device/op_mode_leaveArik Nemtsov2013-12-174-19/+18
| * iwlwifi: mvm: clarify smps_requests documentationJohannes Berg2013-12-171-2/+2
| * iwlwifi: mvm: configure phy_ctxt with min_defEliad Peller2013-12-171-2/+2
| * iwlwifi: mvm: add multicast filtering supportEliad Peller2013-12-174-13/+102