summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville18-63/+94
2014-01-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville18-63/+94
2014-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+8
2014-01-14iwlwifi: mvm: don't use highest rate in VHT MCS SetEyal Shapira1-6/+0
2014-01-14iwlwifi: mvm: add REPLY_SF_CFG_CMD to cmd stringsDavid Spinadel1-0/+1
2014-01-14iwlwifi: mvm: fix theoretical uninitialized function return valueEytan Lifshitz1-1/+1
2014-01-14iwlwifi: add inline helper for packet lengthsJohannes Berg8-27/+25
2014-01-14iwlwifi: change beamformee STS capEyal Shapira1-2/+1
2014-01-14iwlwifi: mvm: reset Thermal Throttling's SMPS request upon disassociationEmmanuel Grumbach1-0/+2
2014-01-14iwlwifi: mvm: remove unused flags from add station commandEmmanuel Grumbach1-3/+0
2014-01-14iwlwifi: mvm: use array indexing instead of treating it as a pointerJohannes Berg1-2/+2
2014-01-14iwlwifi: mvm: fix SRAM dump debugfs handlerEmmanuel Grumbach1-1/+1
2014-01-14iwlwifi: mvm: rs: fix a theoretical out of bounds accessEyal Shapira1-5/+5
2014-01-14iwlwifi: mvm: send all the NVM sections to the NICEmmanuel Grumbach1-6/+5
2014-01-14iwlwifi: mvm: fix tx seq_ctrl debug printEliad Peller1-3/+2
2014-01-14iwlwifi: pcie: enable oscillator for L1 exitEmmanuel Grumbach2-0/+26
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
2014-01-13iwlwifi: mvm: clear ap_ibss_active in case of failureIlan Peer1-0/+4
2014-01-04wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker10-10/+0
2014-01-04Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville101-577/+653
2013-12-31iwlwifi: mvm: fix coccinelle warningsFengguang Wu1-1/+1
2013-12-31iwlwifi: Update Copyright to 2014Emmanuel Grumbach101-169/+169
2013-12-31iwlwifi: mvm: rs: fix a potential NULL derefEyal Shapira1-4/+3
2013-12-31iwlwifi: mvm: dynamically update tsf_idIlan Peer3-30/+91
2013-12-31iwlwifi: mvm: change the parameters for calculating an AP TBTTIlan Peer1-1/+1
2013-12-31iwlwifi: pcie: Fix CSR_RESET operation access typeEran Harary1-1/+1
2013-12-31iwlwifi: mvm: Add a missed beacons thresholdIlan Peer2-5/+21
2013-12-31iwlwifi: mvm: squash a spurious warning on chnctx changeArik Nemtsov1-1/+2
2013-12-31iwlwifi: mvm: dump to debugfs the SRAM as binaryEmmanuel Grumbach1-28/+21
2013-12-31iwlwifi: mvm: BT Coex - update channel inihibition for channel 14Emmanuel Grumbach1-2/+2
2013-12-31iwlwifi: mvm: fix harmless smatch / coccinelle warningsEmmanuel Grumbach2-3/+3
2013-12-31iwlwifi: mvm: disable the device as soon as RFKILL firesEmmanuel Grumbach2-2/+9
2013-12-31iwlwifi: pcie: allow the op_mode to call stop_device whenever it wantsEmmanuel Grumbach2-8/+22
2013-12-31iwlwifi: pcie: don't update the op_mode if rfkill hasn't changedEmmanuel Grumbach1-2/+11
2013-12-31iwlwifi: pcie: keep the NIC awake when commands are in flightEmmanuel Grumbach3-53/+82
2013-12-31iwlwifi: mvm: fix possible memory leakEytan Lifshitz1-5/+6
2013-12-31iwlwifi: mvm: fix AC / FIFO mappingEmmanuel Grumbach1-10/+15
2013-12-31iwlwifi: add new devices for 7265 seriesOren Givon1-2/+8
2013-12-21iwlwifi: pcie: use don't disable interrupt when rxq->lock is takenEmmanuel Grumbach1-28/+22
2013-12-21iwlwifi: pcie: use don't disable interrupt when irq_lock is takenEmmanuel Grumbach3-35/+26
2013-12-21iwlwifi: pcie: move interrupt prints to the common handlerEmmanuel Grumbach1-61/+34
2013-12-21iwlwifi: pcie: no need to save inta in trans_pcieEmmanuel Grumbach2-16/+7
2013-12-21iwlwifi: pcie: return inta from iwl_pcie_int_cause_{non_}ictEmmanuel Grumbach1-19/+19
2013-12-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville35-766/+1837
2013-12-18iwlwifi: pcie: determine the interrupt type in the handlerEmmanuel Grumbach1-12/+10
2013-12-18iwlwifi: pcie: read the interrupt cause from the handlerEmmanuel Grumbach1-9/+9
2013-12-18iwlwifi: pcie: move the ICT / non-ICT handling functionsEmmanuel Grumbach1-162/+162