summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ti/wl1251/main.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach1-1/+1
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg1-0/+4
2023-10-23wifi: wl1251: replace deprecated strncpy with strscpyJustin Stitt1-1/+1
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel1-0/+1
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg1-1/+1
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg1-1/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-4/+4
2021-12-16wl1251: specify max. IE lengthMerlijn Wajer1-0/+6
2020-08-18wl1251, wlcore: fix spelling mistake "buld" -> "build"Colin Ian King1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner1-15/+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-11-27mac80211: use QoS NDP for AP probingJohannes Berg1-1/+1
2017-08-31wl1251: add a missing spin_lock_init()Cong Wang1-0/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1
2016-07-06mac80211: Add support for beacon report radio measurementAvraham Stern1-1/+5
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-1/+1
2015-06-10mac80211: convert HW flags to unsigned long bitmapJohannes Berg1-1/+2
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-04wireless: 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-06-25mac80211: support more than one band in scan requestDavid Spinadel1-1/+2
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-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+0
2014-01-13Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-1/+0
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-12/+138
2014-01-09wl1251: add nvs file name to module firmware listPavel Machek1-0/+1
2014-01-09wl1251: enforce changed hw encryption support on monitor state changeDavid Gnedt1-0/+13
2014-01-09wl1251: enable tx path in monitor mode if necessary for packet injectionDavid Gnedt1-0/+5
2014-01-09wl1251: fix channel switching in monitor modeDavid Gnedt1-2/+13
2014-01-09wl1251: disable power saving in monitor modeDavid Gnedt1-3/+7
2014-01-09wl1251: implement multicast address filtering (fwd)David Gnedt1-2/+55
2014-01-09wl1251: configure hardware en-/decryption for monitor modeDavid Gnedt1-5/+29
2014-01-09wl1251: implement hardware ARP filteringDavid Gnedt1-0/+12
2014-01-09wl1251: retry power save entryDavid Gnedt1-0/+2
2014-01-09wl1251: fix scan behaviour while not associatedDavid Gnedt1-0/+1
2014-01-08mac80211: remove channel_change_timeJohannes Berg1-1/+0
2013-12-26wireless: slight optimization of addr comparedingtianhong1-1/+1
2013-03-25mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan1-2/+3
2013-02-11mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLEJohannes Berg1-5/+19
2012-11-30mac80211: remove probe response temporary buffer allocationJohannes Berg1-1/+3