aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville13-126/+145
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-0/+18
2012-07-03iwlwifi: disallow log_event access if interface downRichard A. Griffiths1-1/+5
2012-07-03iwlwifi: remove unneeded NULL checkJohannes Berg1-3/+0
2012-06-29iwlwifi: fix debug message levelJohannes Berg1-1/+4
2012-06-29iwlwifi: add trailing newline to some messagesJohannes Berg1-6/+8
2012-06-25iwlwifi: fix activating inactive stationsJohannes Berg1-0/+12
2012-06-25iwlwifi: disable the watchdog for queues by defaultEmmanuel Grumbach1-0/+1
2012-06-25iwlwifi: limit dwell time more strictlyJohannes Berg1-10/+27
2012-06-25iwlwifi: use __get_str in tracingJohannes Berg1-1/+1
2012-06-25iwlwifi: bump trace message limitJohannes Berg1-1/+1
2012-06-25iwlwifi: configure the queues from the op_modeEmmanuel Grumbach7-103/+98
2012-06-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville3-21/+24
2012-06-21iwlwifi: limit mac_change_interface to BSS contextJohannes Berg1-20/+17
2012-06-21iwlwifi: increase scan timeoutJohannes Berg1-1/+1
2012-06-21iwlwifi: fix radio reset scan dwell vs. quiet timeJohannes Berg1-0/+6
2012-06-20Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville11-85/+93
2012-06-20iwlwifi: remove log_event debugfs file debugging is disabledJohannes Berg1-0/+6
2012-06-20iwlwifi: remove sku field from hw_paramsJohannes Berg4-13/+8
2012-06-20iwlwifi: use minimal time for radio reset scanJohannes Berg1-22/+19
2012-06-20iwlwifi: fix 11n_disable EEPROM refactoring regressionJohannes Berg1-0/+3
2012-06-18iwlwifi: delay ROC if doing internal reset scanJohannes Berg1-2/+12
2012-06-18iwlwifi: disable early power Off reset for all NICsEmmanuel Grumbach2-14/+12
2012-06-18iwlwifi: protect use_ict with irq_lockEmmanuel Grumbach1-16/+14
2012-06-18iwlwifi: don't disable interrupt while starting txEmmanuel Grumbach1-8/+0
2012-06-18iwlwifi: don't disable interrupt in iwl_abort_notification_waitsEmmanuel Grumbach1-3/+2
2012-06-18iwlwifi: disable BH before the call to iwl_op_mode_nic_errorEmmanuel Grumbach1-0/+2
2012-06-18iwlwifi: comment context requirements of the op_modeEmmanuel Grumbach1-7/+9
2012-06-18iwlwifi: print the scratch of all the buffers stuck in a queueEmmanuel Grumbach1-0/+9
2012-06-18iwlwifi: check that we have enough bits to track the TX queuesEmmanuel Grumbach1-0/+3
2012-06-14iwlwifi: unlock on error pathDan Carpenter1-1/+3
2012-06-13iwlwifi: WARN only once when we have trouble in reclaimEmmanuel Grumbach1-1/+2
2012-06-13iwlwifi: use request_module instead of _nowaitJohannes Berg1-1/+10
2012-06-13iwlwifi: fix 6035 device parametersJohannes Berg1-0/+1
2012-06-13Merge remote-tracking branch 'wireless-next/master' into iwlwifi-nextJohannes Berg6-4/+40
2012-06-13iwlwifi: warn if TFD index and WiFi Seq don't matchEmmanuel Grumbach1-0/+13
2012-06-13iwlwifi: don't modify the timer if we don't TxEmmanuel Grumbach1-1/+2
2012-06-13iwlwifi: turn on a lockdep assertionDan Carpenter1-1/+1
2012-06-13iwlwifi: print even more info when a queue is stuckEmmanuel Grumbach1-4/+22
2012-06-13iwlwifi: Fix Makefile build order for built-in driverBrandon Misemer1-4/+5
2012-06-13iwlwifi: comment that setting driver_data overrides info->controlEmmanuel Grumbach1-0/+1
2012-06-13iwlwifi: remove lock around txq_enableEmmanuel Grumbach3-26/+5
2012-06-13iwlwifi: don't configure a txq that is being disabledEmmanuel Grumbach2-47/+31
2012-06-13iwlwifi: print more info when a queue is stuckEmmanuel Grumbach2-1/+14
2012-06-13iwlwifi: iwl_{read,write}_targ_mem_words takes dwordsEmmanuel Grumbach4-21/+21
2012-06-13iwlwifi: s/iwl_read_targ_mem_words/iwl_read_targ_mem_bytesEmmanuel Grumbach2-3/+3
2012-06-13iwlwifi: fix dynamic loadingJohannes Berg1-0/+23
2012-06-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville4-3/+28
2012-06-11Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextJohn W. Linville53-2553/+2329
2012-06-11iwlwifi: decouple testmode and iwl-testIlan Peer4-45/+141