aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/ftm-initiator.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2024-04-17wifi: iwlwifi: mvm: remove old PASN station when adding a new oneAvraham Stern1-0/+2
2024-03-25wifi: iwlwifi: mvm: add debugfs for forcing unprotected ranging requestAvraham Stern1-1/+16
2024-02-02wifi: iwlwifi: mvm: Fix FTM initiator flagsIlan Peer1-4/+5
2023-06-14wifi: iwlwifi: mvm: FTM initiator MLO supportAvraham Stern1-17/+31
2023-05-16wifi: iwlwifi: mvm: fix access to fw_id_to_mac_idGregory Greenman1-0/+5
2023-04-14wifi: iwlwifi: mvm: make HLTK configuration for PASN station optionalAvraham Stern1-3/+22
2023-03-30wifi: iwlwifi: mvm: vif preparation for MLOGregory Greenman1-3/+3
2023-01-30wifi: iwlwifi: mvm: remove h from printk format specifierTom Rix1-2/+2
2022-12-07wifi: iwlwifi: mvm: replace usage of found with dedicated list iterator variableJakob Koschel1-7/+5
2022-07-27wifi: iwlwifi: mvm: fix clang -Wformat warningsJustin Stitt1-2/+2
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-6/+6
2022-02-18iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_idJohannes Berg1-4/+4
2022-02-18iwlwifi: prefer WIDE_ID() over iwl_cmd_id()Johannes Berg1-9/+8
2022-01-09iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing()Nathan Chancellor1-2/+1
2021-12-21iwlwifi: mvm: set protected flag only for NDP rangingAvraham Stern1-1/+1
2021-12-21iwlwifi: mvm: fix 32-bit build in FTMJohannes Berg1-1/+2
2021-10-22iwlwifi: mvm: Support new version of ranging response notificationMiri Korenblit1-1/+2
2021-10-22iwlwifi: mvm: add support for 160Mhz in ranging measurementsAvraham Stern1-0/+12
2021-08-26iwlwifi: mvm: add support for range request command version 13Avraham Stern1-13/+72
2021-06-22iwlwifi: mvm: support LMR feedbackAvraham Stern1-0/+4
2021-06-22iwlwifi: mvm: pass the clock type to iwl_mvm_get_sync_time()Luca Coelho1-2/+3
2021-04-14iwlwifi: mvm: when associated with PMF, use protected NDP ranging negotiationAvraham Stern1-0/+9
2021-04-14iwlwifi: mvm: support range request command version 12Avraham Stern1-2/+74
2020-12-10iwlwifi: mvm: add size checks for range response notificationAvraham Stern1-3/+41
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-63/+5
2020-10-01iwlwifi: mvm: initiator: add option for adding a PASN responderAvraham Stern1-4/+173
2020-10-01iwlwifi: mvm: Add FTM initiator RTT smoothing logicIlan Peer1-0/+123
2020-10-01iwlwifi: mvm: add support for range request command ver 11Avraham Stern1-16/+50
2020-10-01iwlwifi: fw: add default value for iwl_fw_lookup_cmd_verMordechay Goodstein1-1/+2
2020-05-29iwlwifi: mvm: add support for range request version 10Avraham Stern1-4/+38
2020-05-08iwlwifi: mvm: add support for range request command version 9Avraham Stern1-13/+54
2020-04-24iwlwifi: move API version lookup to common codeMordechay Goodstein1-2/+2
2020-03-27iwlwifi: mvm: add support for non EDCA based measurementsAvraham Stern1-0/+9
2020-02-03iwlwifi: mvm: avoid use after free for pmsr requestAvraham Stern1-1/+4
2019-12-23iwlwifi: mvm: add support for location range request version 8Avraham Stern1-50/+189
2019-06-22timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld1-1/+1
2019-04-29iwlwifi: mvm: report FTM start time TSF when applicableAvraham Stern1-3/+17
2019-04-19iwlwifi: mvm: support rtt confidence indicationAvraham Stern1-1/+12
2019-03-07iwlwifi: fix 64-bit divisionArnd Bergmann1-3/+1
2019-02-14iwlwifi: mvm: add debug prints for FTMAvraham Stern1-0/+27
2019-02-14iwlwifi: mvm: add support for new FTM fw APIAvraham Stern1-85/+253
2019-02-14iwlwifi: mvm: support FTM initiatorJohannes Berg1-0/+459