summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-01-26cfg80211: avoid holding the RTNL when calling the driverJohannes Berg1-2/+2
2021-01-25iwlwifi: mvm: skip power command when unbinding vif during CSASara Sharon1-0/+3
2020-12-11iwlwifi: mvm: Fix fall-through warnings for ClangGustavo A. R. Silva1-1/+1
2020-12-10iwlwifi: mvm: disconnect if channel switch delay is too longJohannes Berg1-0/+3
2020-12-10iwlwifi: mvm: fix a race in CSA that caused assert 0x3420Sara Sharon1-9/+11
2020-12-10iwlwifi: use SPDX tagsJohannes Berg1-61/+6
2020-12-10iwlwifi: mvm: do more useful queue sync accountingJohannes Berg1-5/+6
2020-12-10iwlwifi: mvm: clear up iwl_mvm_notify_rx_queue() argument typeJohannes Berg1-2/+1
2020-12-10iwlwifi: remove sw_csum_txEmmanuel Grumbach1-5/+1
2020-12-10iwlwifi: follow the new inclusive terminologyEmmanuel Grumbach1-6/+7
2020-12-10iwlwifi: mvm: add support for 6GHzLuca Coelho1-0/+6
2020-11-10iwlwifi: mvm: fix kernel panic in case of assert during CSASara Sharon1-1/+1
2020-11-10iwlwifi: mvm: write queue_sync_state only for syncAvraham Stern1-0/+3
2020-10-08iwlwifi: mvm: don't send a CSA command the firmware doesn't knowEmmanuel Grumbach1-4/+8
2020-10-08iwlwifi: mvm: support ADD_STA_CMD_API_S ver 12Nathan Errera1-1/+13
2020-10-08iwlwifi: mvm: prepare roc_done_wk to work syncNathan Errera1-7/+7
2020-10-08iwlwifi: mvm: re-enable TX after channel switchSara Sharon1-3/+1
2020-10-08iwlwifi: mvm: stop claiming NL80211_EXT_FEATURE_SET_SCAN_DWELLJohannes Berg1-2/+0
2020-10-08iwlwifi: mvm: get number of stations from TLVNathan Errera1-4/+4
2020-10-01iwlwifi: mvm: support more GTK rekeying algorithmsNathan Errera1-0/+5
2020-10-01iwlwifi: mvm: Add FTM initiator RTT smoothing logicIlan Peer1-0/+2
2020-10-01iwlwifi: fw: add default value for iwl_fw_lookup_cmd_verMordechay Goodstein1-1/+2
2020-10-01iwlwifi: support REDUCE_TX_POWER_CMD version 6Luca Coelho1-2/+6
2020-10-01iwlwifi: add a common struct for all iwl_tx_power_cmd versionsLuca Coelho1-9/+9
2020-10-01iwlwifi: mvm: Don't install CMAC/GMAC key in AP modeAndrei Otcheretianski1-3/+6
2020-10-01iwlwifi: mvm: split a print to avoid a WARNING in ROCEmmanuel Grumbach1-3/+6
2020-10-01iwlwifi: regulatory: regulatory capabilities api changeGil Adam1-1/+5
2020-10-01iwlwifi: mvm: add an option to add PASN stationAvraham Stern1-0/+2
2020-10-01iwlwifi: mvm: set PROTECTED_TWT feature if supported by firmwareShaul Triebitz1-0/+4
2020-06-08iwlwifi: mvm: Fix avg-power reportBen Greear1-1/+1
2020-06-05iwlwifi: Extended Key ID support for mvm and dvmAlexander Wetzel1-0/+8
2020-05-29iwlwifi: mvm: fix aux station leakSharon1-3/+2
2020-05-08iwlwifi: mvm: set properly station flags in STA_HE_CTXT_CMDShaul Triebitz1-5/+9
2020-05-08iwlwifi: mvm: stop supporting swcrypto and bt_coex_active module parametersEmmanuel Grumbach1-24/+18
2020-04-24iwlwifi: dbg: support multiple dumps in legacy dump flowShahar S Matityahu1-1/+0
2020-03-27iwlwifi: scan: support FW APIs with variable number of profilesTova Mussai1-2/+3
2020-03-27iwlwifi: mvm: add support for non EDCA based measurementsAvraham Stern1-1/+4
2020-02-17Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...David S. Miller1-1/+1
2020-02-03iwlwifi: mvm: fix TDLS discovery with the new firmware APIEmmanuel Grumbach1-1/+1
2020-02-03iwlwifi: mvm: Check the sta is not NULL in iwl_mvm_cfg_he_sta()Andrei Otcheretianski1-5/+3
2020-01-15mac80211: add handling for BSS colorJohn Crispin1-1/+1
2019-12-24iwlwifi: mvm: fix potential SKB leak on TXQ TXJohannes Berg1-12/+16
2019-12-23iwlwifi: Don't ignore the cap field upon mcc updateHaim Dreyfuss1-1/+2
2019-12-23iwlwifi: mvm: report TX rate to mac80211 directly for RS offloadJohannes Berg1-0/+126
2019-11-20iwlwifi: mvm: Report tx/rx antennasBen Greear1-0/+13
2019-11-15iwlwifi: mvm: don't skip mgmt tid when flushing all tidsHaim Dreyfuss1-1/+1
2019-11-06Merge tag 'wireless-drivers-next-2019-11-05' of git://git.kernel.org/pub/scm/...David S. Miller1-9/+31
2019-10-25iwlwifi: mvm: create function to convert nl80211 band to phy bandTova Mussai1-2/+1
2019-10-25iwlwifi: mvm: fix old-style declarationYueHaibing1-2/+2