summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: move ieee80211_bssid_match() functionJohannes Berg2022-06-202-6/+6
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-2043-88/+109
* wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-2010-31/+93
* wifi: mac80211: use link in start/stop apShaul Triebitz2022-06-201-102/+115
* wifi: mac80211: implement add/del interface link callbacksJohannes Berg2022-06-201-0/+20
* wifi: cfg80211: add optional link add/remove callbacksJohannes Berg2022-06-204-2/+70
* wifi: cfg80211: sort trace.hJohannes Berg2022-06-201-137/+137
* wifi: mac80211: add sta link addition/removalJohannes Berg2022-06-2010-35/+206
* wifi: mac80211: add MLO link ID to TX frame metadataJohannes Berg2022-06-202-2/+39
* wifi: mac80211: remove band from TX info in MLOJohannes Berg2022-06-203-39/+73
* wifi: mac80211: add vif link addition/removalJohannes Berg2022-06-205-3/+197
* wifi: nl80211: support MLO in auth/assocJohannes Berg2022-06-205-6/+151
* wifi: mac80211: ignore IEEE80211_CONF_CHANGE_SMPS in chanctx modeJohannes Berg2022-06-201-1/+2
* wifi: mac80211_hwsim: split bss_info_changed to vif/link info_changedShaul Triebitz2022-06-201-10/+24
* wifi: cfg80211: simplify cfg80211_mlme_auth() prototypeJohannes Berg2022-06-204-55/+46
* wifi: ieee80211: add definitions for multi-link elementJohannes Berg2022-06-201-0/+222
* wifi: nl80211: refactor BSS lookup in nl80211_associate()Johannes Berg2022-06-201-21/+38
* wifi: cfg80211: mlme: get BSS entry outside cfg80211_mlme_assoc()Johannes Berg2022-06-204-22/+27
* wifi: mac80211: tx: simplify chanctx_conf handlingJohannes Berg2022-06-201-36/+9
* wifi: mac80211: status: look up band only where neededJohannes Berg2022-06-205-23/+13
* wifi: mac80211: sort trace.h fileJohannes Berg2022-06-201-456/+456
* wifi: mac80211: correct link config data in tracingJohannes Berg2022-06-201-23/+25
* wifi: mac80211: make ieee80211_he_cap_ie_to_sta_he_cap() MLO-awareJohannes Berg2022-06-205-11/+13
* wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-2011-31/+45
* wifi: mac80211: HT: make ieee80211_ht_cap_ie_to_sta_ht_cap() MLO-awareJohannes Berg2022-06-206-11/+12
* wifi: mac80211: add link_id to eht.c code for MLOJohannes Berg2022-06-204-7/+12
* wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg2022-06-2012-80/+92
* wifi: mac80211: refactor some link setup codeJohannes Berg2022-06-201-11/+22
* wifi: mac80211: validate some driver features for MLOJohannes Berg2022-06-201-0/+42
* wifi: mac80211: use IEEE80211_MLD_MAX_NUM_LINKSJohannes Berg2022-06-202-4/+2
* wifi: mac80211: refactor some sta_info link handlingJohannes Berg2022-06-201-23/+56
* wifi: mac80211: remove sta_info_tx_streams()Johannes Berg2022-06-202-36/+0
* wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-2028-391/+586
* wifi: mac80211: pass link ID where already presentJohannes Berg2022-06-201-3/+4
* wifi: mac80211: add per-link configuration pointerJohannes Berg2022-06-203-2/+25
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-2064-170/+324
* wifi: mac80211: reorg some iface data structs for MLDJohannes Berg2022-06-2022-486/+534
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-2079-368/+402
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-2045-202/+209
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-2033-533/+1255
* wifi: mac80211: reject WEP or pairwise keys with key ID > 3Johannes Berg2022-06-201-5/+13
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-06-1524-86/+298
|\
| * ath10k: fix recently introduced checkpatch warningKalle Valo2022-06-082-3/+3
| * ath11k: Fix warnings reported by checkpatchManikanta Pubbisetty2022-06-064-6/+6
| * ath11k: Fix LDPC config in set_bitrate_mask hookManikanta Pubbisetty2022-06-062-3/+3
| * ath11k: Avoid REO CMD failed prints during firmware recoveryManikanta Pubbisetty2022-06-061-2/+3
| * ath11k: Fix incorrect debug_mask mappingsManikanta Pubbisetty2022-06-061-2/+2
| * ath11k: fix missing skb drop on htc_tx_completion errorChristian 'Ansuel' Marangi2022-06-061-1/+3
| * ath10k: fix regdomain info of iw reg set/getWen Gong2022-05-301-1/+2
| * ath11k: support avg signal in station dumpThiraviyam Mariyappan2022-05-303-0/+12