summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-10-093-13/+11
|\
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-07140-2763/+3485
|\ \
| * | wireless: rt2x00: rt2800usb: add new devicesXose Vazquez Perez2013-10-031-1/+16
| * | rtlwifi: rtl8188ee: Convert driver to use new rtl_phy_scan_operation_backup()...Larry Finger2013-10-033-31/+2
| * | rtlwifi: rtl8723ae: Convert driver to use new rtl_phy_scan_operation_backup()...Larry Finger2013-10-033-32/+2
| * | rtlwifi: rtl8192ce: Convert driver to use new rtl_phy_scan_operation_backup()...Larry Finger2013-10-033-31/+2
| * | rtlwifi: rtl8192c: Remove rtl8192c_phy_scan_operation_backup()Larry Finger2013-10-032-32/+0
| * | rtlwifi: rtl8192ce: Convert driver to use new rtl_phy_scan_operation_backup()...Larry Finger2013-10-032-3/+2
| * | rtlwifi: rtl8192cu: Convert to use new rtl_phy_scan_operation_backup() routineLarry Finger2013-10-031-1/+2
| * | rtlwifi: Implement a common rtl_phy_scan_operation_backup() routineLarry Finger2013-10-032-0/+30
| * | rtlwifi: Remove all remaining references to variable 'noise' in rtl_stats structLarry Finger2013-10-034-4/+0
| * | rtlwifi: rtl8188ee: Fix smatch warning in rtl8188ee/hw.cLarry Finger2013-10-031-0/+1
| * | rtlwifi: Fix smatch warnings in usb.cLarry Finger2013-10-031-2/+4
| * | rtlwifi: Fix smatch warning in pci.cLarry Finger2013-10-031-1/+0
| * | rtlwifi: rtl8192_common: Fix smatch errors and warnings in rtl8192c/dm_common.cLarry Finger2013-10-031-24/+1
| * | rtlwifi: rtl8192cu: Fix smatch warning in rtl8192cu/trx.cLarry Finger2013-10-031-2/+0
| * | rtlwifi: rtl8192de: Fix smatch warnings in rtl8192de/hw.cLarry Finger2013-10-031-18/+0
| * | rtlwifi: rtl8192du: Fix smatch errors in /rtl8192de/dm.cLarry Finger2013-10-032-3/+6
| * | rt2800: add support for radio chip RF3070Stanislaw Gruszka2013-10-032-1/+9
| * | brcmfmac: rework rx path bus interfaceArend van Spriel2013-10-034-35/+22
| * | brcmfmac: Use fw filename and nvram based of devid for sdio.Hante Meuleman2013-10-031-74/+133
| * | brcmfmac: fix sparse error 'bad constant expression'Arend van Spriel2013-10-031-1/+1
| * | brcmfmac: reserve memory for bus layer in sk_buff::cbFranky Lin2013-10-032-5/+12
| * | brcmfmac: add valid core index check in related functionsFranky Lin2013-10-031-0/+10
| * | brcmfmac: add BCM4339 SDIO interface supportFranky Lin2013-10-034-8/+30
| * | brcmfmac: sync firmware event listFranky Lin2013-10-032-3/+4
| * | Merge tag 'for-linville-20131001' of git://github.com/kvalo/athJohn W. Linville2013-10-0321-1015/+984
| |\ \
| | * | ath10k: replenish HTT RX buffers in a taskletMichal Kazior2013-09-262-3/+38
| | * | ath10k: align RX frames properlyMichal Kazior2013-09-261-1/+5
| | * | ath10k: fix Native Wifi decap mode RXMichal Kazior2013-09-261-3/+29
| | * | ath10k: cleanup RX decap handlingMichal Kazior2013-09-261-26/+28
| | * | ath10k: document decap modesMichal Kazior2013-09-261-2/+22
| | * | ath10k: report A-MSDU subframes individuallyMichal Kazior2013-09-262-123/+85
| | * | ath10k: use msdu headroom to store txfragMichal Kazior2013-09-204-53/+53
| | * | ath10k: cleanup HTT TX functionsMichal Kazior2013-09-201-73/+68
| | * | ath10k: decouple HTT TX completionsMichal Kazior2013-09-206-108/+27
| | * | ath10k: avoid needless memset on TX pathMichal Kazior2013-09-204-4/+7
| | * | ath10k: use num_pending_tx instead of msdu id bitmapMichal Kazior2013-09-202-3/+2
| | * | ath10k: fix num_sends_allowed replenishingMichal Kazior2013-09-201-4/+0
| | * | ath10k: fix tracing build for ath10k_wmi_cmdMichal Kazior2013-09-201-1/+1
| | * | ath10k: remove wmi event worker threadMichal Kazior2013-09-162-46/+1
| | * | ath10k: remove wmi pending count limitMichal Kazior2013-09-164-45/+0
| | * | ath10k: improve beacon submission latencyMichal Kazior2013-09-164-14/+71
| | * | ath10k: simplify HTC command submittingMichal Kazior2013-09-163-140/+43
| | * | ath10k: make WMI commands block by designMichal Kazior2013-09-163-24/+42
| | * | ath10k: add HTC TX credits replenishing notificationMichal Kazior2013-09-162-0/+10
| | * | ath10k: simplify HTC credits calculationMichal Kazior2013-09-161-48/+10