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...David S. Miller2010-05-103-7/+23
|\
| * iwlwifi: work around passive scan issueJohannes Berg2010-04-303-7/+23
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-04-207-15/+29
|\ \ | |/
| * iwlwifi: correct 6000 EEPROM regulatory addressShanyu Zhao2010-04-162-2/+6
| * iwlwifi: fix scan racesJohannes Berg2010-04-165-13/+23
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-04-151-0/+12
|\ \ | |/
| * iwlwifi: work around bogus active chains detectionJohannes Berg2010-04-091-0/+12
* | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-04-1116-1/+16
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-063-8/+14
| |\
| * | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3013-0/+13
| * | iwlwifi: don't include iwl-dev.h from iwl-devtrace.hTejun Heo2010-03-303-1/+3
* | | iwlwifi: need check for valid qos packet before freeWey-Yi Guy2010-04-081-4/+9
* | | iwlwifi: avoid Tx queue memory allocation in interface downZhu Yi2010-04-023-15/+60
* | | iwlwifi: use consistent table for tx data collectShanyu Zhao2010-04-021-31/+24
* | | iwlwifi: fix DMA allocation warningsZhu Yi2010-04-021-3/+45
| |/ |/|
* | iwlwifi: range checking issueDan Carpenter2010-03-301-1/+1
* | iwlwifi: clear unattended interrupts in taskletShanyu Zhao2010-03-301-1/+9
* | iwlwifi: counting number of tfds can be free for 4965Wey-Yi Guy2010-03-301-4/+2
* | iwlwifi: fix regulatoryReinette Chatre2010-03-302-2/+2
|/
* iwlwifi: Silence tfds_in_queue messageAdel Gadllah2010-03-161-1/+1
* Revert "iwlwifi: Send broadcast probe request only when asked to"Reinette Chatre2010-03-092-34/+17
* iwl3945: fix memory corruptionReinette Chatre2010-03-091-3/+3
* iwlwifi: load firmware asynchronously before mac80211 registrationJohannes Berg2010-03-022-78/+81
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-275-66/+9
|\
| * Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2010-02-263-62/+1
| |\
| | * Revert "iwlwifi: Monitor and recover the aggregation TX flow failure"Reinette Chatre2010-02-233-62/+1
| * | Merge branch 'wireless-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2010-02-262-4/+8
| |\ \
| | * | iwlwifi: increase command buffer sizeAbhijeet Kolekar2010-02-232-4/+8
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-02-266-10/+31
| |\ \ \ | | |/ / | | | / | | |/ | |/|
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-2520-157/+418
|\ \ \ | |/ /
| * | iwlwifi: add debugfs to monitor force reset parametersWey-Yi Guy2010-02-191-2/+32
| * | iwlwifi: separated time check for different type of force resetWey-Yi Guy2010-02-193-12/+33
| * | iwlwifi: indicate calib version for 6050 seriesAbhijeet Kolekar2010-02-193-3/+79
| * | iwlwifi: enable serialization of synchronous commandsReinette Chatre2010-02-197-10/+13
| * | iwl3945: remove STATUS macros from headerReinette Chatre2010-02-193-20/+2
| * | iwlwifi: Monitor and recover the aggregation TX flow failureTrieu 'Andrew' Nguyen2010-02-113-1/+62
| * | iwlwifi: clear all the stop_queue flag after load firmwareWey-Yi Guy2010-02-112-0/+10
| * | iwlwifi: use dma_alloc_coherentStanislaw Gruszka2010-02-116-43/+44
| * | iwlwifi: Adjusting PLCP error threshold for 1000 NICTrieu 'Andrew' Nguyen2010-02-112-2/+3
| * | iwlwifi: reset card during probeReinette Chatre2010-02-112-0/+15
| * | iwlwifi: fix scan raceReinette Chatre2010-02-111-15/+12
| * | iwlwifi: cleanup return valuesAbhijeet Kolekar2010-02-114-37/+17
| * | iwlwifi: remove unused op-code in PHY Calibration commandWey-Yi Guy2010-02-111-4/+0
| * | iwlwifi: check for aggregation frame and queueWey-Yi Guy2010-02-112-7/+26
| * | iwlwifi: add debug function to reset/reload radio/firmwareWey-Yi Guy2010-02-111-0/+28
| * | iwlwifi: multiple force reset modeWey-Yi Guy2010-02-115-15/+52
| * | iwlwifi: clear all tx queues when firmware readyWey-Yi Guy2010-02-112-0/+4
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-02-255-9/+27
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-235-9/+27
| |\ \ \ | | | |/ | | |/|
| | * | iwlwifi: sanity check before counting number of tfds can be freeStanislaw Gruszka2010-02-222-5/+7
OpenPOWER on IntegriCloud