summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/cfg80211.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: cfg80211/mac80211: move puncturing into chandefJohannes Berg2024-02-081-1/+1
* wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg2023-09-251-1/+1
* wifi: cfg80211: modify prototype for change_beaconAloka Dixit2023-09-131-2/+2
* wifi: cfg80211: remove wdev mutexJohannes Berg2023-09-111-2/+2
* wifi: cfg80211: include puncturing bitmap in channel switch eventsAloka Dixit2023-02-141-1/+1
* wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-4/+4
* cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam2022-06-201-1/+1
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-201-2/+4
* ath6kl: use eth_hw_addr_set()Jakub Kicinski2021-10-201-4/+5
* wireless: use eth_hw_addr_set()Jakub Kicinski2021-10-201-1/+1
* ath6kl: Fix inconsistent indentingJiapeng Chong2021-06-151-2/+2
* cfg80211: change netdev registration/unregistration semanticsJohannes Berg2021-01-221-2/+2
* ath6kl: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-171-3/+3
* cfg80211: change internal management frame registration APIJohannes Berg2020-04-241-14/+12
* net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal2019-06-031-2/+2
* Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-281-1/+1
|\
| * ath6kl: add ath6kl_ prefix to crypto_typeSagi Grimberg2018-12-131-1/+1
* | ath6kl: Use debug instead of error message when disabledKyle Roeschley2018-12-201-1/+1
* | ath6kl: Fix off by one error in scan completionKyle Roeschley2018-12-201-1/+1
* | ath6kl: Only use match sets when firmware supports itKyle Roeschley2018-12-201-1/+1
|/
* wireless-drivers: use BIT_ULL for NL80211_STA_INFO_ attribute typesOmer Efrat2018-06-271-7/+7
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2018-06-181-0/+3
|\
| * ath6kl: mark expected switch fall-throughsGustavo A. R. Silva2018-06-131-0/+3
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
|/
* ath6kl: remove redundant variable ies_lenKenneth Lu2017-12-071-2/+0
* ath: Convert timers to use timer_setup()Kees Cook2017-10-271-4/+2
* cfg80211: add request id to cfg80211_sched_scan_*() apiArend Van Spriel2017-04-281-1/+1
* cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()Avraham Stern2017-04-281-2/+8
* cfg80211: add request id parameter to .sched_scan_stop() signatureArend Van Spriel2017-04-261-1/+1
* nl80211: allow multiple active scheduled scan requestsArend Van Spriel2017-04-261-1/+1
* Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-201-2/+1
|\
| * cfg80211: move add/change interface monitor flags into paramsJohannes Berg2017-04-131-2/+1
* | ath6kl: Remove old 802.11a-only channelsRostyslav Khudolii2017-03-201-4/+2
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ath6kl: Allow the radio to report 0 dbm txpower without timing outEric Bentley2016-09-091-2/+2
* tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
* ath6kl: sme_state shortcut to SME_DISCONNECTED removedDan Kephart2016-07-191-2/+0
* ath6kl: Unset IFF_LOWER_UP flag on AP mode leave.Pierre Le Magourou2016-07-191-0/+1
* ath6kl: Fix wrong regulatory domain disconnection.Pierre Le Magourou2016-07-191-1/+2
* nl80211: support beacon report scanningAvraham Stern2016-07-061-3/+14
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-11/+11
* ath6kl: fix tx/rx antenna reporting for 2x2 devicesBen Greear2015-12-111-2/+2
* ath6kl: implement ethtool statsBen Greear2015-10-291-0/+123
* ath6kl: add error message to explain lack of HTBen Greear2015-10-291-0/+3
* ath6kl: report antenna configurationBen Greear2015-10-291-0/+17
* Merge tag 'wireless-drivers-next-for-davem-2015-10-27' of git://git.kernel.or...David S. Miller2015-10-281-2/+2
|\
| * ath6kl: drop unlikely behind WARN_ON()Geliang Tang2015-10-091-2/+2
* | cfg80211: Add multiple scan plans for scheduled scanAvraham Stern2015-10-131-1/+1
|/
* cfg80211: properly send NL80211_ATTR_DISCONNECTED_BY_AP in disconnectJohannes Berg2015-05-261-2/+2
* Merge tag 'mac80211-next-for-davem-2015-03-30' of git://git.kernel.org/pub/sc...David S. Miller2015-03-311-6/+9
|\