summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-0813-29/+43
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-11-0513-29/+43
| |\
| | * iwlwifi: mvm: BT Coex - fix copy paste issueEmmanuel Grumbach2013-10-301-1/+1
| | * iwlwifi: remove duplicate includesMichael Opdenacker2013-10-292-2/+0Star
| | * iwlwifi: warn if firmware image doesn't existJohannes Berg2013-10-292-10/+7Star
| | * iwlwifi: mvm: add missing break in debugfsJohannes Berg2013-10-291-0/+1
| | * iwlwifi: mvm: capture the FCS in monitor modeJohannes Berg2013-10-292-2/+12
| | * iwlwifi: pcie: move warning message into warningJohannes Berg2013-10-291-5/+4Star
| | * iwlwifi: mvm: BT Coex fix NULL pointer dereferenceEmmanuel Grumbach2013-10-291-1/+5
| | * iwlwifi: transport config n_no_reclaim_cmds should be unsignedJohannes Berg2013-10-291-1/+1
| | * iwlwifi: mvm: update UAPSD support TLV bitsAlexander Bondar2013-10-293-7/+12
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-0443-1031/+3527
|\| |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-048-33/+112
| |\ \ | | |/ | |/|
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-10-184-30/+43
| | |\
| | | * iwlwifi: dvm: don't override mac80211's queue settingEmmanuel Grumbach2013-10-181-11/+3Star
| | | * iwlwifi: mvm: fix scan request's suspend time parameterAlexander Bondar2013-10-111-3/+3
| | | * iwlwifi: don't WARN on bad firmware stateStanislaw Gruszka2013-10-111-11/+11
| | | * iwlwifi: pcie: poke device when commands don't complete quicklyJohannes Berg2013-10-111-5/+26
| * | | iwlwifi: mvm: fix operator precedenceDavid Spinadel2013-10-181-1/+2
| * | | iwlwifi: mvm: fix fw_rx_stats debugfs entryLuciano Coelho2013-10-181-3/+6
| * | | iwlwifi: mvm: BT Coex - enable Tx power based on BT statusEmmanuel Grumbach2013-10-181-2/+2
| * | | iwlwifi: mvm: BT Coex - always set mandatory fieldsEmmanuel Grumbach2013-10-182-3/+11
| * | | iwlwifi: mvm: NVM - increase max section sizeIdan Kahlon2013-10-181-1/+1
| * | | iwlwifi: support Signed firmware image and Dual CPUsEran Harary2013-10-115-5/+197
| * | | iwlwifi: mvm: add IBSS supportJohannes Berg2013-10-117-41/+102
| * | | iwlwifi: Support 7265 devicesEran Harary2013-10-113-1/+19
| * | | iwlwifi: mvm: BT Coex - update integration with rate controlEmmanuel Grumbach2013-10-113-43/+23Star
| * | | iwlwifi: mvm: BT Coex - remove duplicate code in rate controlEmmanuel Grumbach2013-10-111-7/+0Star
| * | | iwlwifi: mvm: BT Coex - start AMPDU even when BT is activeEmmanuel Grumbach2013-10-111-11/+0Star
| * | | iwlwifi: mvm: BT Coex - tune SMPS parametersEmmanuel Grumbach2013-10-111-4/+4
| * | | iwlwifi: mvm: BT Coex - track bandwidth changes in HTEmmanuel Grumbach2013-10-113-5/+6
| * | | iwlwifi: mvm: keep connection to AP after WoWLANJohannes Berg2013-10-117-23/+420
| * | | Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg2013-10-111-4/+4
| |\ \ \
| * | | | iwlwifi: mvm: add support for NICs which have only 16 Tx queues.Eytan Lifshitz2013-10-118-22/+35
| * | | | iwlwifi: mvm: prevent the NIC to be powered at driver load time.Eytan Lifshitz2013-10-114-49/+97
| * | | | iwlwifi: mvm: Add device wide power commandAlexander Bondar2013-10-117-47/+120
| * | | | iwlwifi: pcie: restart the driver when a command times outEmmanuel Grumbach2013-10-111-1/+3
| * | | | iwlwifi: mvm: BT Coex - set the proper LUT for single ant devicesEmmanuel Grumbach2013-10-111-2/+52
| * | | | iwlwifi: mvm: BT Coex - don't limit agg size in loose schemeEmmanuel Grumbach2013-10-113-7/+44
| * | | | wireless: iwlwifi: remove unnecessary pci_set_drvdata()Jingoo Han2013-10-021-3/+0Star
| * | | | iwlwifi: pcie: dump_stack upon timeout of SYNC cmdEmmanuel Grumbach2013-10-021-0/+1
| * | | | iwlwifi: mvm: change the name of init_ucode_run flagEytan Lifshitz2013-10-022-5/+9
| * | | | iwlwifi: mvm: implement new IPv6 offload APIJohannes Berg2013-10-023-5/+118
| * | | | iwlwifi: mvm: BT Coex - Correctly enable and treat rssi eventsEmmanuel Grumbach2013-10-021-10/+30
| * | | | iwlwifi: mvm: BT Coex - adapt debugfs to new APIEmmanuel Grumbach2013-10-023-14/+55
| * | | | iwlwifi: mvm: don't use reduced Tx power when not applicableEmmanuel Grumbach2013-10-021-4/+12
| * | | | iwlwifi: mvm: make debugfs write() operations write up to count bytesDjalal Harouni2013-10-021-4/+8
| * | | | iwlwifi: mvm: remove GF support in rsEyal Shapira2013-10-022-72/+19Star
| * | | | iwlwifi: mvm: support VHT in rsEyal Shapira2013-10-025-246/+431
| * | | | iwlwifi: mvm: BT Coex - use data from firmwareEmmanuel Grumbach2013-10-022-27/+53