summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bcma: enable support for 14e4:4357 (BCM43225)Rafał Miłecki2011-06-202-0/+5
* ath9k_hw: make sure PAPRD training is properly doneMohammed Shafi Shajakhan2011-06-202-3/+23
* ath9k: Fix a corner case failure in sending PAPRD frames in HT40Mohammed Shafi Shajakhan2011-06-201-2/+2
* mac80211: quiesce vif before suspendingEliad Peller2011-06-201-16/+27
* 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
* | rtlwifi: include mac80211.h from core.hKalle Valo2011-06-201-0/+2
* | zd1211rw: include mac80211.h from zd_chip.hKalle Valo2011-06-201-0/+2
* | iwlwifi: fix stop/wake queue hacksKalle Valo2011-06-201-0/+9
* | iwlegacy: fix stop/wake queue hacksKalle Valo2011-06-201-0/+9
|/
* b43: HT-PHY: implement switching analogRafał Miłecki2011-06-172-0/+28
* b43: HT-PHY: implement radio opsRafał Miłecki2011-06-171-1/+17
* ath5k: annotate reg in ath5k_hw_nic_reset() as __iomemPavel Roskin2011-06-171-3/+3
* ath5k: minor cleanupPavel Roskin2011-06-173-15/+12
* ath9k: typo fix in a commentPavel Roskin2011-06-171-1/+1
* ath9k: use standard max(), remove A_MAX macroPavel Roskin2011-06-172-5/+3
* ath9k: remove a redundant call to pcipowersaveMohammed Shafi Shajakhan2011-06-171-1/+0
* iwlegacy: fix up brokenness caused by cleanupDan Carpenter2011-06-171-2/+2
* ath9k: Add debug messages to track PAPRD failuresMohammed Shafi Shajakhan2011-06-171-4/+11
* b43: add Kconfig option for compiling SSB driverRafał Miłecki2011-06-173-9/+24
* if_spi: Fix compilation warning - unused variableNikanth Karthikesan2011-06-171-3/+3
* b43: HT-PHY: add place for writing HT PHY supportRafał Miłecki2011-06-177-0/+166
* b43: define new PHYs and radio regs for cores >= 24Rafał Miłecki2011-06-171-0/+6
* mac80211: add cancel_hw_scan() callbackEliad Peller2011-06-174-16/+47
* drivers/ssb/driver_chipcommon_pmu.c: uninitilized warningConnor Hansen2011-06-171-2/+2
* mac80211: Start monitor work on restartPaul Stewart2011-06-171-0/+1