summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2011-06-23mwifiex: remove casts of void pointersAmitkumar Karwar13-177/+129
2011-06-23zd1211rw: detect stalled beacon interrupt fasterJussi Kivilinna1-1/+2
2011-06-23zd1211rw: don't let zd_mac_config_beacon() run too long from beacon interrupt...Jussi Kivilinna1-7/+12
2011-06-23zd1211rw: handle lost read-reg interruptsJussi Kivilinna2-21/+109
2011-06-23zd1211rw: only update HW beacon if new beacon differs from currectJussi Kivilinna2-13/+64
2011-06-23zd1211rw: make 'handle_rx_packet: invalid, small RX packet' message debug-onlyJussi Kivilinna1-2/+2
2011-06-23zd1211rw: fix invalid signal values from deviceJussi Kivilinna2-2/+24
2011-06-23b43: HT-PHY: calibrate radio after switching channelRafał Miłecki1-1/+7
2011-06-23rt2x00: reset usb devices at probeStanislaw Gruszka1-0/+1
2011-06-23rt2x00: fix possible memory corruption in case of invalid rxdesc.sizeStanislaw Gruszka1-0/+13
2011-06-23b43: N-PHY: move declarations of chantables functions to correct filesRafał Miłecki3-8/+10
2011-06-23b43: N-PHY: update switching analog on/offRafał Miłecki1-4/+17
2011-06-23b43: HT-PHY: switch radio to requested channelRafał Miłecki2-1/+68
2011-06-23b43: HT-PHY: add place for implementing channel switchingRafał Miłecki1-2/+59
2011-06-23b43: HT-PHY: define standard structs for channel switchingRafał Miłecki5-0/+59
2011-06-23b43: HT-PHY: enable radioRafał Miłecki1-0/+4
2011-06-23b43: HT-PHY: implement killing radioRafał Miłecki2-2/+15
2011-06-20rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack20-38/+38
2011-06-20rtlwifi: rtl8192cu: Remove unused parameterMike McCormack3-62/+7
2011-06-20rtlwifi: Fix typo in variable nameMike McCormack3-4/+4
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-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-20Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville29-596/+927
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