summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* NFC: st21nfcb: Add driver for STMicroelectronics ST21NFCB NFC chipChristophe Ricard2014-07-239-2/+1015
* mwifiex: remove redundant timestamps in debug printsBing Zhao2014-07-183-48/+20
* mwifiex: do not re-associate when already connectedUjjal Roy2014-07-182-13/+5
* mwifiex: remove needless current_bssid variableAvinash Patil2014-07-181-6/+0
* b43: N-PHY: update spur avoidance to support newer devicesRafał Miłecki2014-07-181-12/+31
* b43: use one shared function for setting MAC frequencyRafał Miłecki2014-07-184-40/+42
* b43: N-PHY: set band on every channel switchRafał Miłecki2014-07-182-8/+10
* b43: N-PHY: complete 0x2057 radio init calibrationRafał Miłecki2014-07-182-9/+79
* b43: N-PHY: add tables for radio 0x2057 rev 14Rafał Miłecki2014-07-183-3/+152
* b43: N-PHY: fix channel switching with 2 GHz radio 0x2057Rafał Miłecki2014-07-181-6/+6
* ath9k: drop negativity checks for unsigned values coming from kstrtoul()Andrey Utkin2014-07-182-5/+5
* ath9k: set up tx power into the MRRLorenzo Bianconi2014-07-183-4/+18
* ath9k: fix pending tx frames accountingFelix Fietkau2014-07-182-12/+16
* bcma: add support for BCM43217 found in Tenda W322E (14e4:43a9)Rafał Miłecki2014-07-183-0/+3
* bcma: extract antenna gains from SPROM correctlyRafał Miłecki2014-07-182-45/+33
* ssb: extract power info from SPROM revs 4 and 5Rafał Miłecki2014-07-181-0/+45
* wil6210: add new register region for AGC tableVladimir Kondratiev2014-07-182-1/+2
* wil6210: map RGF_USER_USAGE_1 on the debugfsVladimir Kondratiev2014-07-182-0/+4
* wil6210: use same mapping table for FW addr translation and debugfsVladimir Kondratiev2014-07-183-45/+39
* wil6210: fix memory leak on error path in wil_write_file_rxon()Vladimir Kondratiev2014-07-181-1/+3
* wil6210: fix double definition of 'ctx'Vladimir Kondratiev2014-07-181-2/+4
* wil6210: export FW/HW versions through debugfsVladimir Kondratiev2014-07-181-0/+2
* wil6210: support for "sparrow" hardwareVladimir Kondratiev2014-07-183-11/+63
* Merge tag 'for-linville-20140717' of git://github.com/kvalo/athJohn W. Linville2014-07-1819-71/+388
|\
| * ath10k: sanitize tx ring index access properlyMichal Kazior2014-07-151-4/+7
| * ath10k: fix bmi exchange tx/rx raceMichal Kazior2014-07-152-9/+5
| * ath10k: fix unregister deadlock when fw probe failsMichal Kazior2014-07-141-1/+3
| * ath6kl: add support for ar6004 hw3.0Jessica Wu2014-07-144-7/+73
| * ath6kl: add support wmi rate tables with mcs15Jessica Wu2014-07-145-9/+77
| * ath6kl: don't set hi_refclk_hz if hardware version doesn't need itKalle Valo2014-07-141-3/+6
| * ath6kl: implement rx flush for htc pipeJessica Wu2014-07-141-3/+29
| * ath6kl: convert ar6004 hardware flags to firmware feature flagsKalle Valo2014-07-146-17/+42
| * ath6kl: Fix ath6kl_bmi_read_hi32 macroFrederic Danis2014-07-142-3/+12
| * ath10k: add implementation for configure max amsdu, ampduJanusz Dziedzic2014-07-144-8/+127
| * ath10k: print Kconfig optionsJanusz Dziedzic2014-06-021-1/+7
| * ath10k: remove unused len variables from wmi process rx functionsKalle Valo2014-06-021-6/+0
* | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-07-182-2/+24
|\ \
| * | Bluetooth: Fix HCIUARTGETDEVICE ioctl when UART is not registeredMarcel Holtmann2014-07-121-1/+1
| * | Bluetooth: Add support for external configuration with UART driverMarcel Holtmann2014-07-112-1/+6
| * | Bluetooth: Check for valid HCI UART driver flagsMarcel Holtmann2014-07-111-1/+18
* | | mwifiex: remove redundant TDLS setup action frame check and avoid leaksBing Zhao2014-07-161-12/+10
* | | ssb: extract antenna gains from SPROMs revs 4+ properlyRafał Miłecki2014-07-151-16/+32
* | | ssb: make code for antenna gain extraction more genericRafał Miłecki2014-07-151-9/+11
* | | wireless: zd1211rw: new url for fw, remove experimentalXose Vazquez Perez2014-07-151-2/+2
* | | b43: N-PHY: add missing TX gain table for radio 0x2057 rev 5Rafał Miłecki2014-07-151-8/+50
* | | brcmfmac: add brcmf_p2p_detach() call in brcmf_cfg80211_detach()Arend van Spriel2014-07-151-0/+1
* | | brcmfmac: rework wiphy structure setupArend van Spriel2014-07-151-268/+298
* | | brcmfmac: moving some functions aroundArend van Spriel2014-07-151-144/+144
* | | brcmfmac: introduce feature and quirk handlingArend van Spriel2014-07-156-27/+244
* | | brcmfmac: move attach and detach functions in wl_cfg80211.cArend van Spriel2014-07-151-108/+107