summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)AuthorFilesLines
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville23-593/+726
2011-07-06iwlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2011-07-01iwlagn: remove the indirection for the rx write pointerEmmanuel Grumbach6-10/+3
2011-07-01iwlagn: remove hcmd opsWey-Yi Guy11-73/+23
2011-07-01iwlagn: call bt_coex directllyWey-Yi Guy1-11/+9
2011-07-01iwlagn: scd memory boundaryWey-Yi Guy2-8/+19
2011-07-01iwlagn: move the tx allocation funcs to the transport layerEmmanuel Grumbach8-257/+236
2011-07-01iwlagn: add rx_free to transport layerEmmanuel Grumbach5-49/+62
2011-07-01iwlagn: introduce transport layer and implement rx_initEmmanuel Grumbach10-83/+241
2011-07-01iwlagn: add module parameter to disable stuck queue watchdog timerWey-Yi Guy3-1/+6
2011-07-01iwlagn: add correct firmware name for 135 seriesWey-Yi Guy1-5/+11
2011-07-01iwlagn: re-define the testmode cmd and attr enumWey-Yi Guy1-104/+132
2011-07-01iwlagn: verify mutex held for sync commandsJohannes Berg2-11/+3
2011-06-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville13-74/+69
2011-06-28Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-25/+28
2011-06-28iwlagn: use PCI_DMA_* for pci_* operationsJohn W. Linville1-6/+6
2011-06-27iwlwifi: use pci_dev->revision, againSergei Shtylyov1-3/+1
2011-06-27iwlagn: fix rmmod crashStanislaw Gruszka1-5/+2
2011-06-27iwlagn: fix *_UCODE_API_MAX output in the firmware fieldEvgeni Golov4-11/+15
2011-06-27iwlagn: map command buffers BIDIJohannes Berg1-7/+10
2011-06-27iwlagn: fix cmd queue unmapJohannes Berg1-4/+1
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville36-824/+1242
2011-06-24iwlagn: don't use CCK rates for P2P interfacesJohannes Berg3-6/+15
2011-06-24iwlagn: fill beacon TX rate properlyJohannes Berg3-24/+22
2011-06-24iwlagn: extend host command timeoutJohannes Berg1-1/+1
2011-06-24iwlagn: fix cmd queue unmapJohannes Berg1-4/+1
2011-06-24iwlagn: use PM ops macroJohannes Berg1-8/+1
2011-06-24iwlagn: fix change_interface for P2P typesJohannes Berg1-1/+2
2011-06-24iwlagn: Fix a bug introduced by the HUGE command removalEmmanuel Grumbach1-6/+1
2011-06-20Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville29-596/+927
2011-06-20iwlwifi: fix stop/wake queue hacksKalle Valo1-0/+9
2011-06-18iwlagn: remove incorrect defineWey-Yi Guy1-1/+0
2011-06-18iwlagn: merge duplicate code into single functionWey-Yi Guy5-45/+30
2011-06-18iwlagn: code alignmentWey-Yi Guy1-4/+4
2011-06-18iwlagn: add offset define for subsystem idWey-Yi Guy1-0/+1
2011-06-18iwlagn: Add power_level module parameterWey-Yi Guy4-3/+16
2011-06-18iwlagn: add power_save module parameterWey-Yi Guy2-5/+10
2011-06-18iwlagn: store the irq number to iwl_bus just like devEmmanuel Grumbach3-7/+8
2011-06-18iwlagn: warn about nested SYNC commandsEmmanuel Grumbach2-1/+11
2011-06-18iwlagn: fix misplaced bracketEmmanuel Grumbach1-1/+3
2011-06-18iwlagn: waterfall the bus level if prepare card failedEmmanuel Grumbach1-0/+1
2011-06-18iwlagn: finally kill the pointer to pci_dev from iwl-dev.hEmmanuel Grumbach2-14/+0
2011-06-18iwlagn: add a get_irq method to iwl_bus_ops and use itEmmanuel Grumbach4-5/+14
2011-06-18iwlagn: don't read the PCI_REVISION_ID from iwl-agn.cEmmanuel Grumbach1-4/+0
2011-06-18iwlagn: add a method to get the HW ID description as a string to iwl_bus_opsEmmanuel Grumbach3-3/+15
2011-06-18iwlagn: move PCI power related functions to the PCI layerWey-Yi Guy7-51/+63
2011-06-18iwlagn: don't use the PCI wrappers for DMA operationEmmanuel Grumbach4-38/+36
2011-06-18iwlagn: move PCI related operations from probe and remove to PCI layerEmmanuel Grumbach4-84/+131
2011-06-18iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach11-45/+60
2011-06-18iwlagn: introduce iwl_bus and iwl_bus_opsEmmanuel Grumbach4-16/+94