summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-05-24ssb: Delete an error message for a failed memory allocation in ssb_devices_re...Markus Elfring1-1/+0
2017-05-24rt2x00: convert rt2x00_desc_read return typeArnd Bergmann9-87/+83
2017-05-24rt2x00: convert rt2800_eeprom_read return typeArnd Bergmann1-97/+97
2017-05-24rt2x00: convert rt2x00_eeprom_read return typeArnd Bergmann7-68/+62
2017-05-24rt2x00: convert rt2*_bbp_read return typeArnd Bergmann6-160/+119
2017-05-24rt2x00: convert rt2800_register_read return typeArnd Bergmann2-162/+151
2017-05-24rt2x00: convert rt2x00usb_register_read return typeArnd Bergmann5-148/+118
2017-05-24rt2x00: convert rt2x00mmio_register_read return typeArnd Bergmann8-259/+252
2017-05-24rt2x00: convert rt2x00_rf_read return typeArnd Bergmann7-25/+18
2017-05-24rt2x00: convert rt2800_rfcsr_read return typeArnd Bergmann1-164/+158
2017-05-24rt2x00: change function pointers for register accessorsArnd Bergmann15-44/+157
2017-05-24libertas: Remove function entry/exit debuggingKees Cook13-502/+24
2017-05-24libertas: Avoid reading past end of bufferKees Cook1-16/+10
2017-05-24iwlegacy: warn when enabling power saveStanislaw Gruszka2-0/+3
2017-05-24wlcore: fix 64K page supportArnd Bergmann1-3/+3
2017-05-24rsi: rsi_91x_core: Use time_after time comparisonKarim Eshapa1-1/+1
2017-05-24rsi: Remove old firmware loading methodPrameela Rani Garnepudi6-323/+3
2017-05-24rsi: Add new firmware loading methodPrameela Rani Garnepudi5-10/+635
2017-05-24rsi: Add new host interface operationsPrameela Rani Garnepudi5-2/+254
2017-05-24rsi: Add host interface operations as separate structure.Prameela Rani Garnepudi4-14/+40
2017-05-24rsi: Add usb multi-byte read operationPrameela Rani Garnepudi1-0/+40
2017-05-24rsi: Handle usb multi-byte write failure case properlyPrameela Rani Garnepudi1-4/+5
2017-05-24rsi: use macros in USB specific codePrameela Rani Garnepudi1-6/+9
2017-05-24rsi: Changes in USB read and write operationsPrameela Rani Garnepudi3-8/+9
2017-05-24rsi: define RSI_USB_BUF_SIZE macroamit karwar2-2/+4
2017-05-24rsi: Changes to sdio reads and writesPrameela Rani Garnepudi3-11/+11
2017-05-24rsi: Rename file rsi_91x_pkt.c to rsi_91x_hal.cPrameela Rani Garnepudi2-1/+1
2017-05-22p54: allocate enough space for ->used_rxkeysDan Carpenter1-2/+3
2017-05-22ray_cs: Avoid reading past end of bufferKees Cook1-2/+5
2017-05-22orinoco_usb: convert request_context.refcount from atomic_t to refcount_tElena Reshetova1-7/+8
2017-05-22hostap: convert hostap_cmd_queue.usecnt from atomic_t to refcount_tElena Reshetova2-7/+8
2017-05-22brcmfmac: remove setting IBSS mode when stopping APChi-hsien Lin1-3/+0
2017-05-22brcmfmac: btcoex: replace init_timer with setup_timerXie Qirong1-3/+1
2017-05-22b43: Add missing MODULE_FIRMWARE()Takashi Iwai1-0/+10
2017-05-19Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo22-104/+2782
2017-05-19ath9k: check ah->curchan when updating tx powerStanislaw Gruszka1-1/+1
2017-05-19ath9k: remove unnecessary codeGustavo A. R. Silva1-1/+1
2017-05-19wil6210: use memdup_userGeliang Tang1-8/+4
2017-05-19ath5k: fix memory leak on buf on failed eeprom readColin Ian King1-1/+4
2017-05-19ath9k: fix spelling in ath9k_tx99_init()Ammly Fredrick1-1/+1
2017-05-19ath6kl: assure headroom of skbuff is writable in .start_xmit()Arend Van Spriel1-9/+4
2017-05-19mwifiex: add missing USB-descriptor endianness conversionJohan Hovold1-1/+2
2017-05-19mwifiex: pcie: stop setting/clearing 'surprise_removed'Brian Norris1-2/+0
2017-05-19mwifiex: pcie: remove useless pdev checkBrian Norris1-5/+0
2017-05-19mwifiex: 11h: drop unnecessary check for '!priv'Brian Norris1-6/+0
2017-05-19mwifiex: remove redundant 'adapter' check in mwifiex_adapter_cleanupBrian Norris1-5/+0
2017-05-19mwifiex: remove useless 'mwifiex_lock'Brian Norris2-6/+0
2017-05-19mwifiex: don't leak stashed beacon buffer on resetBrian Norris1-2/+1
2017-05-19mwifiex: don't drop lock between list-retrieval / list-deletionBrian Norris1-3/+2
2017-05-19mwifiex: Add locking to mwifiex_11n_delbaDouglas Anderson1-2/+6