Age | Commit message (Expand) | Author | Files | Lines |
2011-06-20 | ath5k: free sc->ah in ath5k_deinit_softc | John W. Linville | 1 | -0/+1 |
2011-06-20 | bcma: fix BCM43224 rev 0 workaround | Rafał Miłecki | 1 | -1/+1 |
2011-06-20 | bcma: enable support for 14e4:4357 (BCM43225) | Rafał Miłecki | 2 | -0/+5 |
2011-06-20 | ath9k_hw: make sure PAPRD training is properly done | Mohammed Shafi Shajakhan | 2 | -3/+23 |
2011-06-20 | ath9k: Fix a corner case failure in sending PAPRD frames in HT40 | Mohammed Shafi Shajakhan | 1 | -2/+2 |
2011-06-20 | Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel... | John W. Linville | 29 | -596/+927 |
2011-06-20 | rtlwifi: include mac80211.h from core.h | Kalle Valo | 1 | -0/+2 |
2011-06-20 | zd1211rw: include mac80211.h from zd_chip.h | Kalle Valo | 1 | -0/+2 |
2011-06-20 | iwlwifi: fix stop/wake queue hacks | Kalle Valo | 1 | -0/+9 |
2011-06-20 | iwlegacy: fix stop/wake queue hacks | Kalle Valo | 1 | -0/+9 |
2011-06-18 | iwlagn: remove incorrect define | Wey-Yi Guy | 1 | -1/+0 |
2011-06-18 | iwlagn: merge duplicate code into single function | Wey-Yi Guy | 5 | -45/+30 |
2011-06-18 | iwlagn: code alignment | Wey-Yi Guy | 1 | -4/+4 |
2011-06-18 | iwlagn: add offset define for subsystem id | Wey-Yi Guy | 1 | -0/+1 |
2011-06-18 | iwlagn: Add power_level module parameter | Wey-Yi Guy | 4 | -3/+16 |
2011-06-18 | iwlagn: add power_save module parameter | Wey-Yi Guy | 2 | -5/+10 |
2011-06-18 | iwlagn: store the irq number to iwl_bus just like dev | Emmanuel Grumbach | 3 | -7/+8 |
2011-06-18 | iwlagn: warn about nested SYNC commands | Emmanuel Grumbach | 2 | -1/+11 |
2011-06-18 | iwlagn: fix misplaced bracket | Emmanuel Grumbach | 1 | -1/+3 |
2011-06-18 | iwlagn: waterfall the bus level if prepare card failed | Emmanuel Grumbach | 1 | -0/+1 |
2011-06-18 | iwlagn: finally kill the pointer to pci_dev from iwl-dev.h | Emmanuel Grumbach | 2 | -14/+0 |
2011-06-18 | iwlagn: add a get_irq method to iwl_bus_ops and use it | Emmanuel Grumbach | 4 | -5/+14 |
2011-06-18 | iwlagn: don't read the PCI_REVISION_ID from iwl-agn.c | Emmanuel Grumbach | 1 | -4/+0 |
2011-06-18 | iwlagn: add a method to get the HW ID description as a string to iwl_bus_ops | Emmanuel Grumbach | 3 | -3/+15 |
2011-06-18 | iwlagn: move PCI power related functions to the PCI layer | Wey-Yi Guy | 7 | -51/+63 |
2011-06-18 | iwlagn: don't use the PCI wrappers for DMA operation | Emmanuel Grumbach | 4 | -38/+36 |
2011-06-18 | iwlagn: move PCI related operations from probe and remove to PCI layer | Emmanuel Grumbach | 4 | -84/+131 |
2011-06-18 | iwlagn: add get_dev to iwl_bus_ops | Emmanuel Grumbach | 11 | -45/+60 |
2011-06-18 | iwlagn: introduce iwl_bus and iwl_bus_ops | Emmanuel Grumbach | 4 | -16/+94 |
2011-06-18 | iwlagn: remove uneeded include to pci.h and dma_mapping.h from a few files | Emmanuel Grumbach | 5 | -10/+0 |
2011-06-18 | iwlagn: add a iwl_pci.[ch] files that will contain all PCI specific code | Emmanuel Grumbach | 8 | -248/+427 |
2011-06-18 | iwlagn: don't disable interrupts after the NIC has been reset | Emmanuel Grumbach | 1 | -5/+0 |
2011-06-18 | iwlagn: Support flush queues for specified interface | Wey-Yi Guy | 2 | -4/+5 |
2011-06-18 | iwlagn: add PAN to tx flush | Wey-Yi Guy | 2 | -6/+25 |
2011-06-18 | iwlagn: Remove un-necessary indirect call | Wey-Yi Guy | 8 | -29/+6 |
2011-06-17 | b43: HT-PHY: implement switching analog | Rafał Miłecki | 2 | -0/+28 |
2011-06-17 | b43: HT-PHY: implement radio ops | Rafał Miłecki | 1 | -1/+17 |
2011-06-17 | ath5k: annotate reg in ath5k_hw_nic_reset() as __iomem | Pavel Roskin | 1 | -3/+3 |
2011-06-17 | ath5k: minor cleanup | Pavel Roskin | 3 | -15/+12 |
2011-06-17 | ath9k: typo fix in a comment | Pavel Roskin | 1 | -1/+1 |
2011-06-17 | ath9k: use standard max(), remove A_MAX macro | Pavel Roskin | 2 | -5/+3 |
2011-06-17 | ath9k: remove a redundant call to pcipowersave | Mohammed Shafi Shajakhan | 1 | -1/+0 |
2011-06-17 | iwlegacy: fix up brokenness caused by cleanup | Dan Carpenter | 1 | -2/+2 |
2011-06-17 | ath9k: Add debug messages to track PAPRD failures | Mohammed Shafi Shajakhan | 1 | -4/+11 |
2011-06-17 | b43: add Kconfig option for compiling SSB driver | Rafał Miłecki | 3 | -9/+24 |
2011-06-17 | if_spi: Fix compilation warning - unused variable | Nikanth Karthikesan | 1 | -3/+3 |
2011-06-17 | b43: HT-PHY: add place for writing HT PHY support | Rafał Miłecki | 7 | -0/+166 |
2011-06-17 | b43: define new PHYs and radio regs for cores >= 24 | Rafał Miłecki | 1 | -0/+6 |
2011-06-17 | drivers/ssb/driver_chipcommon_pmu.c: uninitilized warning | Connor Hansen | 1 | -2/+2 |
2011-06-11 | iwlagn: Sanity check for valid context | Wey-Yi Guy | 1 | -23/+33 |