summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-2436-824/+1242
|\
| * Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville2011-06-2029-596/+927
| |\
| | * iwlagn: remove incorrect defineWey-Yi Guy2011-06-181-1/+0
| | * iwlagn: merge duplicate code into single functionWey-Yi Guy2011-06-185-45/+30
| | * iwlagn: code alignmentWey-Yi Guy2011-06-181-4/+4
| | * iwlagn: add offset define for subsystem idWey-Yi Guy2011-06-181-0/+1
| | * iwlagn: Add power_level module parameterWey-Yi Guy2011-06-184-3/+16
| | * iwlagn: add power_save module parameterWey-Yi Guy2011-06-182-5/+10
| | * iwlagn: store the irq number to iwl_bus just like devEmmanuel Grumbach2011-06-183-7/+8
| | * iwlagn: warn about nested SYNC commandsEmmanuel Grumbach2011-06-182-1/+11
| | * iwlagn: fix misplaced bracketEmmanuel Grumbach2011-06-181-1/+3
| | * iwlagn: waterfall the bus level if prepare card failedEmmanuel Grumbach2011-06-181-0/+1
| | * iwlagn: finally kill the pointer to pci_dev from iwl-dev.hEmmanuel Grumbach2011-06-182-14/+0
| | * iwlagn: add a get_irq method to iwl_bus_ops and use itEmmanuel Grumbach2011-06-184-5/+14
| | * iwlagn: don't read the PCI_REVISION_ID from iwl-agn.cEmmanuel Grumbach2011-06-181-4/+0
| | * iwlagn: add a method to get the HW ID description as a string to iwl_bus_opsEmmanuel Grumbach2011-06-183-3/+15
| | * iwlagn: move PCI power related functions to the PCI layerWey-Yi Guy2011-06-187-51/+63
| | * iwlagn: don't use the PCI wrappers for DMA operationEmmanuel Grumbach2011-06-184-38/+36
| | * iwlagn: move PCI related operations from probe and remove to PCI layerEmmanuel Grumbach2011-06-184-84/+131
| | * iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach2011-06-1811-45/+60
| | * iwlagn: introduce iwl_bus and iwl_bus_opsEmmanuel Grumbach2011-06-184-16/+94
| | * iwlagn: remove uneeded include to pci.h and dma_mapping.h from a few filesEmmanuel Grumbach2011-06-185-10/+0
| | * iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific codeEmmanuel Grumbach2011-06-188-248/+427
| | * iwlagn: don't disable interrupts after the NIC has been resetEmmanuel Grumbach2011-06-181-5/+0
| | * iwlagn: Support flush queues for specified interfaceWey-Yi Guy2011-06-182-4/+5
| | * iwlagn: add PAN to tx flushWey-Yi Guy2011-06-182-6/+25
| | * iwlagn: Remove un-necessary indirect callWey-Yi Guy2011-06-188-29/+6
| * | iwlwifi: fix stop/wake queue hacksKalle Valo2011-06-201-0/+9
| |/
| * iwlagn: Sanity check for valid contextWey-Yi Guy2011-06-111-23/+33
| * iwlagn: Sanity check for 11n capabilityWey-Yi Guy2011-06-111-0/+5
| * iwlagn: merge duplicated code into single placeWey-Yi Guy2011-06-113-17/+17
| * iwlagn: group similar defines togetherWey-Yi Guy2011-06-111-4/+4
| * iwlagn: generic temperature location in EEPROMWey-Yi Guy2011-06-113-5/+5
| * iwlagn: remove unused debug flagWey-Yi Guy2011-06-111-4/+2
| * iwlagn: use IWL_DEBUG_FW for firmware related debug msgWey-Yi Guy2011-06-111-5/+5
| * iwlagn: use IWL_DEBUG_TEMP for temperature related debugWey-Yi Guy2011-06-111-19/+19
| * iwlagn: add debug message for coex related activitiesWey-Yi Guy2011-06-111-15/+15
| * iwlagn: add coex debug flagWey-Yi Guy2011-06-111-2/+2
| * iwlagn: use sku capabilities information from EEPROMWey-Yi Guy2011-06-116-25/+12
| * iwlagn: Band capabilities in EEPROMWey-Yi Guy2011-06-111-2/+3
| * iwlagn: don't check ucode subtypeJohannes Berg2011-06-117-41/+23
| * iwlagn: move no_sleep_autoadjust as part of iwlagn_mod_paramsWey-Yi Guy2011-06-114-11/+14
| * iwlagn: move led_mode as part of iwlagn_mod_paramsWey-Yi Guy2011-06-113-7/+7
| * iwlagn: move bt_coex_active as part of iwlagn_mod_paramsWey-Yi Guy2011-06-114-24/+25
| * iwlagn: add dumpit support for testmode trace functionWey-Yi Guy2011-06-115-26/+96
| * iwlagn: usersapce application decide the size of trace bufferWey-Yi Guy2011-06-113-8/+29
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-0816-242/+256
|\|
| * iwlwifi: remove unecessary if statementGreg Dietsche2011-06-071-3/+0
| * iwlagn: refactor iwlagn_mac_channel_switchStanislaw Gruszka2011-06-071-54/+52
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-0711-143/+60
| |\