summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-0437-155/+224
|\
| * drivers: net: wireless: b43: Fix possible NULL ptr dereferenceFelipe Pena2013-10-181-1/+2
| * rt2800usb: slow down TX status pollingStanislaw Gruszka2013-10-181-4/+8
| * rt2x00: check if device is still available on rt2x00mac_flush()Stanislaw Gruszka2013-10-181-0/+3
| * rt2400pci: fix RSSI readStanislaw Gruszka2013-10-181-1/+1
| * ath5k: fix regression in tx status processingFelix Fietkau2013-10-181-3/+3
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-10-184-30/+43
| |\
| | * iwlwifi: dvm: don't override mac80211's queue settingEmmanuel Grumbach2013-10-181-11/+3
| | * iwlwifi: mvm: fix scan request's suspend time parameterAlexander Bondar2013-10-111-3/+3
| | * iwlwifi: don't WARN on bad firmware stateStanislaw Gruszka2013-10-111-11/+11
| | * iwlwifi: pcie: poke device when commands don't complete quicklyJohannes Berg2013-10-111-5/+26
| * | mwifiex: inform cfg80211 about disconnect for P2P client interfaceAvinash Patil2013-10-141-1/+2
| * | mwifiex: inform cfg80211 about disconnect if device is removedAvinash Patil2013-10-141-2/+8
| * | wireless: cw1200: acquire hwbus lock around cw1200_irq_handler() call.Solomon Peachy2013-10-101-0/+2
| * | rtlwifi: rtl8192cu: Fix error in pointer arithmeticMark Cave-Ayland2013-10-101-1/+2
| * | iwlwifi: pcie: fix merge damageJohannes Berg2013-10-071-4/+4
| * | ath9k: fix tx queue scheduling after channel changesFelix Fietkau2013-10-071-12/+11
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-10-077-4/+70
| |\ \ | | |/
| | * iwlwifi: mvm: call ieee80211_scan_completed when neededEmmanuel Grumbach2013-10-021-1/+11
| | * iwlwifi: pcie: add SKUs for 6000, 6005 and 6235 seriesEmmanuel Grumbach2013-10-023-0/+17
| | * iwlwifi: don't WARN on host commands sent when firmware is deadEmmanuel Grumbach2013-10-021-2/+4
| | * iwlwifi: pcie: add new SKUs for 7000 & 3160 NIC seriesMatti Gottlieb2013-10-021-0/+32
| | * iwlwifi: pcie: don't reset the TX queue counterEmmanuel Grumbach2013-10-021-0/+2
| | * iwlwifi: mvm: Disable uAPSD for D3 imageAlexander Bondar2013-10-021-1/+4
| * | ath9k: fix powersave response handling for BA session packetsFelix Fietkau2013-09-301-3/+6
| * | mwifiex: fix SDIO interrupt lost issueAmitkumar Karwar2013-09-301-2/+4
| * | Revert "rt2x00pci: Use PCI MSIs whenever possible"Stanislaw Gruszka2013-09-301-8/+1
| * | brcmsmac: call bcma_core_pci_power_save() from non-atomic contextArend van Spriel2013-09-261-0/+4
| * | brcmfmac: obtain platform data upon module initializationArend van Spriel2013-09-264-23/+24
| * | mwifiex: fix NULL pointer dereference in usb suspend handlerBing Zhao2013-09-261-7/+0
| * | mwifiex: fix hang issue for USB chipsetsAmitkumar Karwar2013-09-263-4/+4
| * | p54usb: add USB ID for Corega WLUSB2GTST USB adapterChristian Lamparter2013-09-261-0/+1
| * | cw1200: Use a threaded oneshot irq handler for cw1200_spiSolomon Peachy2013-09-261-3/+4
| * | Revert "cw1200: Don't perform SPI transfers in interrupt context"Solomon Peachy2013-09-264-33/+4
| * | mwifiex: fix PCIe hs_cfg cancel cmd timeoutBing Zhao2013-09-261-3/+2
| * | rtlwifi: Align private space in rtl_priv structLarry Finger2013-09-261-1/+1
| * | ath9k: add txq locking for ath_tx_aggr_startFelix Fietkau2013-09-261-0/+6
| * | p54usb: fix leak at failure path in p54u_load_firmware()Alexey Khoroshilov2013-09-261-0/+1
| * | ath9k: don't use BAW tracking on PS responses for non-AMPDU packetsFelix Fietkau2013-09-261-2/+4
| * | ath9k: Fix regression in LNA diversitySujith Manoharan2013-09-261-7/+0
| * | ath9k: do not link bf_next across multiple A-MPDUsFelix Fietkau2013-09-261-1/+3
| * | ath9k: fix stale flag handling on buffer cloneFelix Fietkau2013-09-261-0/+1
* | | rt2x00: rt2800pci: use module_pci_driver macroGabor Juhos2013-10-181-13/+1
* | | rt2x00: rt2800pci: move SoC specific code into a separate moduleGabor Juhos2013-10-184-245/+284
* | | rt2x00: rt2800pci: use separate hwcrypt_disabled callback for SoC devicesGabor Juhos2013-10-181-2/+7
* | | rt2x00: rt2800pci: move rt2800mmio_enable_radio function to another moduleGabor Juhos2013-10-183-13/+18
* | | rt2x00: rt2800pci: split rt2800pci_enable_radio functionGabor Juhos2013-10-181-7/+12
* | | rt2x00: rt2800pci: rename rt2800pci_disable_radio functionGabor Juhos2013-10-181-11/+8
* | | rt2x00: rt2800pci: use separate set_state callback for SoC devicesGabor Juhos2013-10-181-2/+41
* | | rt2x00: rt2800pci: use separate firmware callbacks for SoC devicesGabor Juhos2013-10-181-5/+33
OpenPOWER on IntegriCloud