summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | iwlwifi: fix debug message levelJohannes Berg2012-06-291-1/+4
| | * | | iwlwifi: add trailing newline to some messagesJohannes Berg2012-06-291-6/+8
| | * | | iwlwifi: disable the watchdog for queues by defaultEmmanuel Grumbach2012-06-251-0/+1
| | * | | iwlwifi: limit dwell time more strictlyJohannes Berg2012-06-251-10/+27
| | * | | iwlwifi: use __get_str in tracingJohannes Berg2012-06-251-1/+1
| | * | | iwlwifi: bump trace message limitJohannes Berg2012-06-251-1/+1
| | * | | iwlwifi: configure the queues from the op_modeEmmanuel Grumbach2012-06-257-103/+98
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-092-0/+18
| |\ \ \ \ | | |_|/ / | |/| | |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-2912-106/+117
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-292-0/+18
| |\ \ \ \ \ | | |/ / / / | |/| / / / | | |/ / /
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-06-223-21/+24
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | iwlwifi: limit mac_change_interface to BSS contextJohannes Berg2012-06-211-20/+17
| | * | | iwlwifi: increase scan timeoutJohannes Berg2012-06-211-1/+1
| | * | | iwlwifi: fix radio reset scan dwell vs. quiet timeJohannes Berg2012-06-211-0/+6
| * | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2012-06-2011-85/+93
| |\ \ \ \ | | |/ / /
| | * | | iwlwifi: remove sku field from hw_paramsJohannes Berg2012-06-204-13/+8
| | * | | iwlwifi: use minimal time for radio reset scanJohannes Berg2012-06-201-22/+19
| | * | | iwlwifi: fix 11n_disable EEPROM refactoring regressionJohannes Berg2012-06-201-0/+3
| | * | | iwlwifi: delay ROC if doing internal reset scanJohannes Berg2012-06-181-2/+12
| | * | | iwlwifi: disable early power Off reset for all NICsEmmanuel Grumbach2012-06-182-14/+12
| | * | | iwlwifi: protect use_ict with irq_lockEmmanuel Grumbach2012-06-181-16/+14
| | * | | iwlwifi: don't disable interrupt while starting txEmmanuel Grumbach2012-06-181-8/+0
| | * | | iwlwifi: don't disable interrupt in iwl_abort_notification_waitsEmmanuel Grumbach2012-06-181-3/+2
| | * | | iwlwifi: disable BH before the call to iwl_op_mode_nic_errorEmmanuel Grumbach2012-06-181-0/+2
| | * | | iwlwifi: comment context requirements of the op_modeEmmanuel Grumbach2012-06-181-7/+9
| | * | | iwlwifi: print the scratch of all the buffers stuck in a queueEmmanuel Grumbach2012-06-181-0/+9
| | * | | iwlwifi: check that we have enough bits to track the TX queuesEmmanuel Grumbach2012-06-181-0/+3
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-281-0/+12
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | iwlwifi: fix activating inactive stationsJohannes Berg2012-06-251-0/+12
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-251-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | iwlwifi: remove log_event debugfs file debugging is disabledJohannes Berg2012-06-201-0/+6
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-1920-865/+1271
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | iwlwifi: unlock on error pathDan Carpenter2012-06-141-1/+3
| | |/ / | |/| |
| * | | iwlwifi: WARN only once when we have trouble in reclaimEmmanuel Grumbach2012-06-131-1/+2
| * | | iwlwifi: use request_module instead of _nowaitJohannes Berg2012-06-131-1/+10
| * | | iwlwifi: fix 6035 device parametersJohannes Berg2012-06-131-0/+1
| * | | Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg2012-06-136-4/+40
| |\ \ \
| | * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-06-124-3/+28
| | |\ \ \ | | | |/ /
| * | | | iwlwifi: warn if TFD index and WiFi Seq don't matchEmmanuel Grumbach2012-06-131-0/+13
| * | | | iwlwifi: don't modify the timer if we don't TxEmmanuel Grumbach2012-06-131-1/+2
| * | | | iwlwifi: turn on a lockdep assertionDan Carpenter2012-06-131-1/+1
| * | | | iwlwifi: print even more info when a queue is stuckEmmanuel Grumbach2012-06-131-4/+22
| * | | | iwlwifi: Fix Makefile build order for built-in driverBrandon Misemer2012-06-131-4/+5
| * | | | iwlwifi: comment that setting driver_data overrides info->controlEmmanuel Grumbach2012-06-131-0/+1
| * | | | iwlwifi: remove lock around txq_enableEmmanuel Grumbach2012-06-133-26/+5
| * | | | iwlwifi: don't configure a txq that is being disabledEmmanuel Grumbach2012-06-132-47/+31
| * | | | iwlwifi: print more info when a queue is stuckEmmanuel Grumbach2012-06-132-1/+14
| * | | | iwlwifi: iwl_{read,write}_targ_mem_words takes dwordsEmmanuel Grumbach2012-06-134-21/+21
| * | | | iwlwifi: s/iwl_read_targ_mem_words/iwl_read_targ_mem_bytesEmmanuel Grumbach2012-06-132-3/+3
| * | | | iwlwifi: fix dynamic loadingJohannes Berg2012-06-131-0/+23
OpenPOWER on IntegriCloud