summaryrefslogtreecommitdiffstats
path: root/include/asm-generic/pgtable.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-06-20ath5k: add missing ieee80211_free_hw() on unload in AHB codePavel Roskin1-0/+1
2011-06-20ath5k: free sc->ah in ath5k_deinit_softcJohn W. Linville1-0/+1
2011-06-20bcma: fix BCM43224 rev 0 workaroundRafał Miłecki1-1/+1
2011-06-20bcma: enable support for 14e4:4357 (BCM43225)Rafał Miłecki2-0/+5
2011-06-20ath9k_hw: make sure PAPRD training is properly doneMohammed Shafi Shajakhan2-3/+23
2011-06-20ath9k: Fix a corner case failure in sending PAPRD frames in HT40Mohammed Shafi Shajakhan1-2/+2
2011-06-20mac80211: quiesce vif before suspendingEliad Peller1-16/+27
2011-06-20rtlwifi: include mac80211.h from core.hKalle Valo1-0/+2
2011-06-20zd1211rw: include mac80211.h from zd_chip.hKalle Valo1-0/+2
2011-06-20iwlwifi: fix stop/wake queue hacksKalle Valo1-0/+9
2011-06-20iwlegacy: 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
2011-06-18iwlagn: remove uneeded include to pci.h and dma_mapping.h from a few filesEmmanuel Grumbach5-10/+0
2011-06-18iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific codeEmmanuel Grumbach8-248/+427
2011-06-18iwlagn: don't disable interrupts after the NIC has been resetEmmanuel Grumbach1-5/+0
2011-06-18iwlagn: Support flush queues for specified interfaceWey-Yi Guy2-4/+5
2011-06-18iwlagn: add PAN to tx flushWey-Yi Guy2-6/+25
2011-06-18iwlagn: Remove un-necessary indirect callWey-Yi Guy8-29/+6
2011-06-17b43: HT-PHY: implement switching analogRafał Miłecki2-0/+28
2011-06-17b43: HT-PHY: implement radio opsRafał Miłecki1-1/+17
2011-06-17ath5k: annotate reg in ath5k_hw_nic_reset() as __iomemPavel Roskin1-3/+3
2011-06-17ath5k: minor cleanupPavel Roskin3-15/+12
2011-06-17ath9k: typo fix in a commentPavel Roskin1-1/+1
2011-06-17ath9k: use standard max(), remove A_MAX macroPavel Roskin2-5/+3
2011-06-17ath9k: remove a redundant call to pcipowersaveMohammed Shafi Shajakhan1-1/+0
2011-06-17iwlegacy: fix up brokenness caused by cleanupDan Carpenter1-2/+2
2011-06-17ath9k: Add debug messages to track PAPRD failuresMohammed Shafi Shajakhan1-4/+11
2011-06-17b43: add Kconfig option for compiling SSB driverRafał Miłecki3-9/+24
2011-06-17if_spi: Fix compilation warning - unused variableNikanth Karthikesan1-3/+3
2011-06-17b43: HT-PHY: add place for writing HT PHY supportRafał Miłecki7-0/+166
2011-06-17b43: define new PHYs and radio regs for cores >= 24Rafał Miłecki1-0/+6
2011-06-17mac80211: add cancel_hw_scan() callbackEliad Peller4-16/+47