aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intel/iwlwifi/mvm/mac-ctxt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld1-1/+1
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz1-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg1-6/+6
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg1-5/+5
2022-05-18iwlwifi: mvm: always tell the firmware to accept MCAST frames in BSSEmmanuel Grumbach1-7/+6
2022-05-18iwlwifi: mvm: clean up authorized conditionJohannes Berg1-20/+3
2022-02-18iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_idJohannes Berg1-8/+5
2022-02-18iwlwifi: mvm: offload channel switch timing to FWNathan Errera1-0/+37
2021-10-28iwlwifi: rename CHANNEL_SWITCH_NOA_NOTIF to CHANNEL_SWITCH_START_NOTIFNathan Errera1-3/+3
2021-10-22iwlwifi: mvm: set BT-coex high priority for 802.1X/4-way-HSJohannes Berg1-0/+6
2021-10-22iwlwifi: mvm: Support new version of BEACON_TEMPLATE_CMD.Miri Korenblit1-6/+21
2021-10-22iwlwifi: mvm: Add support for new rate_n_flags in tx_cmd.Miri Korenblit1-2/+3
2021-10-22iwlwifi: mvm: update definitions due to new rate & flagsMiri Korenblit1-1/+1
2021-08-26iwlwifi: mvm: support broadcast TWT aloneShaul Triebitz1-8/+7
2021-08-26iwlwifi: mvm: introduce iwl_stored_beacon_notif_v3Gregory Greenman1-3/+23
2021-08-26iwlwifi: mvm: fix a memory leak in iwl_mvm_mac_ctxt_beacon_changedZhang Qilong1-1/+3
2021-08-26iwlwifi: mvm: set BROADCAST_TWT_SUPPORTED in MAC policyShaul Triebitz1-1/+4
2021-02-05iwlwifi: mvm: add notification size checksJohannes Berg1-9/+9
2020-12-11iwlwifi: mvm: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-62/+6
2020-12-10iwlwifi: follow the new inclusive terminologyEmmanuel Grumbach1-5/+5
2020-12-10iwlwifi: mvm: add support for 6GHzLuca Coelho1-0/+17
2020-11-07wireless: remove unneeded breakTom Rix1-2/+0
2020-10-08iwlwifi: mvm: re-enable TX after channel switchSara Sharon1-3/+1
2020-10-08iwlwifi: mvm: get number of stations from TLVNathan Errera1-1/+1
2020-10-01iwlwifi: mvm: set PROTECTED_TWT in MAC data policyShaul Triebitz1-5/+7
2020-08-27mac80211: rename csa counters to countdown countersJohn Crispin1-3/+3
2019-10-25iwlwifi: mvm: Invert the condition for OFDM rateTova Mussai1-4/+3
2019-10-25iwlwifi: mvm: add notification for missed VAPLior Cohen1-0/+23
2019-10-25iwlwifi: dbg_ini: support FW notification dumping in case of missed beaconShahar S Matityahu1-1/+2
2019-09-06iwlwifi: dbg_ini: remove apply point, switch to time point APIShahar S Matityahu1-2/+3
2019-09-06iwlwifi: dbg_ini: separate cfg and dump flows to different modulesShahar S Matityahu1-1/+1
2019-09-06iwlwifi: mvm: simplify the channel switch flow for newer firmwareEmmanuel Grumbach1-1/+3
2019-08-20iwlwifi: mvm: Allow multicast data frames only when associatedIlan Peer1-3/+30
2019-06-29iwlwifi: mvm: remove MAC_FILTER_IN_11AX for AP modeLuca Coelho1-3/+0
2019-06-29iwlwifi: mvm: make the usage of TWT configurableEmmanuel Grumbach1-1/+1
2019-06-29iwlwifi: mvm: correctly fill the ac array in the iwl_mac_ctx_cmdNaftali Goldstein1-5/+6
2019-04-29iwlwifi: mvm: Don't sleep in RX pathAndrei Otcheretianski1-1/+1
2019-04-03iwlwifi: mvm: use correct GP2 register address for 22000 familyAvraham Stern1-3/+1
2019-04-03iwlwifi: mvm: remove buggy and unnecessary hw_queue initializationJohannes Berg1-33/+3
2019-03-22iwlwifi: mvm: disconnect in case of bad channel switch parametersSara Sharon1-3/+4
2019-02-20iwlwifi: mvm: support non-transmitting APSara Sharon1-0/+3
2019-02-20iwlwifi: mvm: reject new beacons when in inject modeSara Sharon1-0/+5
2019-02-14iwlwifi: mvm: support beacon IE injectionSara Sharon1-11/+11
2019-02-04iwlwifi: mvm: config mac ctxt to HE before TLCLiad Kaufman1-2/+1
2019-02-04iwlwifi: mvm: support new format for the beacon notificationEmmanuel Grumbach1-12/+23
2019-02-04iwlwifi: mvm: support CHANNEL_SWITCH_TIME_EVENT_CMD commandSara Sharon1-21/+37
2019-01-29iwlwifi: mvm: Disconnect on large beacon lossAndrei Otcheretianski1-2/+3
2019-01-29iwlwifi: mvm: add an option to dereference vif by idSara Sharon1-55/+44
2019-01-29iwlwifi: mvm: fix %16 to %016 print formatJohannes Berg1-1/+1