summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)Author
2011-06-20Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville
2011-06-20iwlwifi: fix stop/wake queue hacksKalle Valo
2011-06-18iwlagn: remove incorrect defineWey-Yi Guy
2011-06-18iwlagn: merge duplicate code into single functionWey-Yi Guy
2011-06-18iwlagn: code alignmentWey-Yi Guy
2011-06-18iwlagn: add offset define for subsystem idWey-Yi Guy
2011-06-18iwlagn: Add power_level module parameterWey-Yi Guy
2011-06-18iwlagn: add power_save module parameterWey-Yi Guy
2011-06-18iwlagn: store the irq number to iwl_bus just like devEmmanuel Grumbach
2011-06-18iwlagn: warn about nested SYNC commandsEmmanuel Grumbach
2011-06-18iwlagn: fix misplaced bracketEmmanuel Grumbach
2011-06-18iwlagn: waterfall the bus level if prepare card failedEmmanuel Grumbach
2011-06-18iwlagn: finally kill the pointer to pci_dev from iwl-dev.hEmmanuel Grumbach
2011-06-18iwlagn: add a get_irq method to iwl_bus_ops and use itEmmanuel Grumbach
2011-06-18iwlagn: don't read the PCI_REVISION_ID from iwl-agn.cEmmanuel Grumbach
2011-06-18iwlagn: add a method to get the HW ID description as a string to iwl_bus_opsEmmanuel Grumbach
2011-06-18iwlagn: move PCI power related functions to the PCI layerWey-Yi Guy
2011-06-18iwlagn: don't use the PCI wrappers for DMA operationEmmanuel Grumbach
2011-06-18iwlagn: move PCI related operations from probe and remove to PCI layerEmmanuel Grumbach
2011-06-18iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach
2011-06-18iwlagn: introduce iwl_bus and iwl_bus_opsEmmanuel Grumbach
2011-06-18iwlagn: remove uneeded include to pci.h and dma_mapping.h from a few filesEmmanuel Grumbach
2011-06-18iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific codeEmmanuel Grumbach
2011-06-18iwlagn: don't disable interrupts after the NIC has been resetEmmanuel Grumbach
2011-06-18iwlagn: Support flush queues for specified interfaceWey-Yi Guy
2011-06-18iwlagn: add PAN to tx flushWey-Yi Guy
2011-06-18iwlagn: Remove un-necessary indirect callWey-Yi Guy
2011-06-11iwlagn: Sanity check for valid contextWey-Yi Guy
2011-06-11iwlagn: Sanity check for 11n capabilityWey-Yi Guy
2011-06-11iwlagn: merge duplicated code into single placeWey-Yi Guy
2011-06-11iwlagn: group similar defines togetherWey-Yi Guy
2011-06-11iwlagn: generic temperature location in EEPROMWey-Yi Guy
2011-06-11iwlagn: remove unused debug flagWey-Yi Guy
2011-06-11iwlagn: use IWL_DEBUG_FW for firmware related debug msgWey-Yi Guy
2011-06-11iwlagn: use IWL_DEBUG_TEMP for temperature related debugWey-Yi Guy
2011-06-11iwlagn: add debug message for coex related activitiesWey-Yi Guy
2011-06-11iwlagn: add coex debug flagWey-Yi Guy
2011-06-11iwlagn: use sku capabilities information from EEPROMWey-Yi Guy
2011-06-11iwlagn: Band capabilities in EEPROMWey-Yi Guy
2011-06-11iwlagn: don't check ucode subtypeJohannes Berg
2011-06-11iwlagn: move no_sleep_autoadjust as part of iwlagn_mod_paramsWey-Yi Guy
2011-06-11iwlagn: move led_mode as part of iwlagn_mod_paramsWey-Yi Guy
2011-06-11iwlagn: move bt_coex_active as part of iwlagn_mod_paramsWey-Yi Guy
2011-06-11iwlagn: add dumpit support for testmode trace functionWey-Yi Guy
2011-06-11iwlagn: usersapce application decide the size of trace bufferWey-Yi Guy
2011-06-07iwlwifi: remove unecessary if statementGreg Dietsche
2011-06-07iwlagn: refactor iwlagn_mac_channel_switchStanislaw Gruszka
2011-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-06-06iwlagn: use cts-to-self protection on 5000 adapters seriesStanislaw Gruszka
2011-06-03iwlagn: call commit_rxon function directlyWey-Yi Guy