aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti/wl1251 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner24-359/+24
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-02-01wl1251: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-54/+5
2018-03-25Merge tag 'wireless-drivers-next-for-davem-2018-03-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-18/+84
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches1-3/+1
2018-02-27wl1251: Set generated MAC address back to NVS dataPali Rohár1-0/+17
2018-02-27wl1251: Parse and use MAC address from supplied NVS dataPali Rohár1-8/+47
2018-02-27wl1251: Generate random MAC address only if driver does not have validPali Rohár1-9/+18
2018-02-27wl1251: Update wl->nvs_len after wl->nvs is validPali Rohár1-2/+3
2018-01-08wl1251: check return from call to wl1251_acx_arp_ip_filterColin Ian King1-2/+1
2017-12-07wlcore, wl1251: fix spelling: "Couldnt" -> "Couldn't" and remove error on -ENOMEMColin Ian King1-3/+1
2017-11-27mac80211: use QoS NDP for AP probingJohannes Berg1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-08-31wl1251: add a missing spin_lock_init()Cong Wang1-0/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2017-04-28mac80211: clean up rate encoding bits in RX statusJohannes Berg1-1/+1
2017-02-08mac80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski1-2/+2
2016-12-16Makefile: drop -D__CHECK_ENDIAN__ from cflagsMichael S. Tsirkin1-2/+0
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern2-2/+10
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg2-2/+2
2016-04-07wl1251: use to_delayed_work()Geliang Tang1-1/+1
2015-11-18ti: unify Kconfig with other vendorsKalle Valo1-1/+1
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-06-23Merge tag 'wireless-drivers-next-for-davem-2015-06-18' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-3/+0
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-1/+2
2015-06-08wl1251: drop unneeded gotoJulia Lawall1-3/+0
2015-04-24mac80211: remove support for IFF_PROMISCJohannes Berg1-7/+2
2015-04-07wl1251: Fix typo in MODULE_DESCRIPTION in wl1251/main.cMasanari Iida1-1/+1
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches1-2/+2
2014-12-15mac80211: move U-APSD enablement to vif flagsJohannes Berg1-3/+2
2014-11-19mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDRJohannes Berg1-1/+1
2014-08-25net: wireless: wl1251: Remove unnecessary free_irqHimangi Saraogi1-1/+0
2014-06-25mac80211: support more than one band in scan requestDavid Spinadel1-1/+2
2014-05-16drivers/net/wireless/ti/wl*/spi.c: Simplify CRC computationGeorge Spelvin1-22/+21
2014-05-16lib/crc7: Shift crc7() output left 1 bitGeorge Spelvin3-4/+1
2014-05-13wl1251: only call ieee80211_beacon_loss in managed modeGrazvydas Ignotas1-2/+3
2014-05-13wl1251: fix mixed up args for joinGrazvydas Ignotas1-2/+2
2014-05-13wl1251: fix null data for IBSSGrazvydas Ignotas1-14/+37
2014-05-13Revert "wl1251: enforce changed hw encryption support on monitor state change"Grazvydas Ignotas1-13/+0
2014-03-04Drivers:net:wireless:ti:wl1251: Fixed Sparse invalid assignment warningSurendra Patil1-1/+1
2014-03-03wl1251: use skb_trim to make skb shorterIvaylo Dimitrov1-1/+1
2014-02-28wl1251: spi: add device tree supportSebastian Reichel1-6/+17
2014-02-28wl1251: spi: add vio regulator supportSebastian Reichel2-2/+19
2014-02-28wl1251: move power GPIO handling into the driverSebastian Reichel3-18/+38
2014-02-28wl1251: split wl251 platform data to a separate structureLuciano Coelho2-7/+7
2014-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-1/+0
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+0
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville12-49/+354
2014-01-09wl1251: fix NULL pointer dereferencePavel Machek1-1/+1