summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2011-06-22zd1211rw: only update HW beacon if new beacon differs from currectJussi Kivilinna
2011-06-22zd1211rw: make 'handle_rx_packet: invalid, small RX packet' message debug-onlyJussi Kivilinna
2011-06-22zd1211rw: fix invalid signal values from deviceJussi Kivilinna
2011-06-22b43: HT-PHY: calibrate radio after switching channelRafał Miłecki
2011-06-22rt2x00: reset usb devices at probeStanislaw Gruszka
2011-06-22rt2x00: fix possible memory corruption in case of invalid rxdesc.sizeStanislaw Gruszka
2011-06-22b43: N-PHY: move declarations of chantables functions to correct filesRafał Miłecki
2011-06-22b43: N-PHY: update switching analog on/offRafał Miłecki
2011-06-22b43: HT-PHY: switch radio to requested channelRafał Miłecki
2011-06-22b43: HT-PHY: add place for implementing channel switchingRafał Miłecki
2011-06-22b43: HT-PHY: define standard structs for channel switchingRafał Miłecki
2011-06-22b43: HT-PHY: enable radioRafał Miłecki
2011-06-22b43: HT-PHY: implement killing radioRafał Miłecki
2011-06-20rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack
2011-06-20rtlwifi: rtl8192cu: Remove unused parameterMike McCormack
2011-06-20rtlwifi: Fix typo in variable nameMike McCormack
2011-06-20bcma: clean exports of functionsRafał Miłecki
2011-06-20ath5k: add missing ieee80211_free_hw() on unload in AHB codePavel Roskin
2011-06-20ath5k: free sc->ah in ath5k_deinit_softcJohn W. Linville
2011-06-20bcma: fix BCM43224 rev 0 workaroundRafał Miłecki
2011-06-20bcma: enable support for 14e4:4357 (BCM43225)Rafał Miłecki
2011-06-20ath9k_hw: make sure PAPRD training is properly doneMohammed Shafi Shajakhan
2011-06-20ath9k: Fix a corner case failure in sending PAPRD frames in HT40Mohammed Shafi Shajakhan
2011-06-20Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville
2011-06-20rtlwifi: include mac80211.h from core.hKalle Valo
2011-06-20zd1211rw: include mac80211.h from zd_chip.hKalle Valo
2011-06-20iwlwifi: fix stop/wake queue hacksKalle Valo
2011-06-20iwlegacy: 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