aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/st (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-15net/wireless: Delete unnecessary checks before the macro call “dev_kfree_skb”Markus Elfring1-2/+1
2019-10-02cw1200: Fix a signedness bug in cw1200_load_firmware()Dan Carpenter1-3/+3
2019-10-02net/wireless: Use kmemdup rather than duplicating its implementationFuqian Huang1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner25-100/+25
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner3-0/+3
2019-04-25net: cw1200: fix a NULL pointer dereferenceKangjie Lu1-0/+5
2019-02-01cw1200: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-20/+6
2019-02-01cw1200: fix indentation issuesColin Ian King1-2/+2
2019-01-10cw1200: drop useless LIST_HEADJulia Lawall1-1/+0
2019-01-10cw1200: fix missing unlock on error in cw1200_hw_scan()Wei Yongjun1-1/+4
2018-12-20cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan()Jia-Ju Bai1-7/+6
2018-12-20cw1200: convert to DEFINE_SHOW_ATTRIBUTEYangtao Li1-28/+4
2018-11-06cw1200: fix small typoYangtao Li1-1/+1
2018-08-31cw1200: Remove extra parenthesesVarsha Rao1-2/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-8/+8
2018-04-24cw1200: fix spelling mistake: "Mailformed" -> "Malformed"Colin Ian King1-1/+1
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches2-4/+4
2018-03-13net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap1-2/+2
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg1-2/+2
2017-11-04Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller4-9/+7
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27cw1200: Convert timers to use timer_setup()Kees Cook4-9/+7
2017-10-18net/cw1200: Convert timers to use timer_setup()Kees Cook1-3/+2
2017-06-28cw1200: add const to hwbus_ops structuresBhumika Goyal2-2/+2
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-04-28mac80211: separate encoding/bandwidth from flagsJohannes Berg1-1/+1
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-1/+1
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2017-02-08mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski1-1/+1
2016-11-17cw1200: fix bogus maybe-uninitialized warningArnd Bergmann1-5/+3
2016-11-09cw1200: Don't leak memory if krealloc failesJohannes Thumshirn1-7/+9
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern1-1/+5
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg5-12/+12
2016-03-08wireless: cw1200: use __maybe_unused to hide pm functions_Arnd Bergmann2-9/+9
2016-01-14mac80211: pass block ack session timeout to to driverSara Sharon2-6/+2
2015-12-11cw1200: remove some dead codeDan Carpenter1-6/+0
2015-11-18cw1200: move under st vendor directoryKalle Valo29-0/+13639