summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-09-13wifi: iwlwifi: pcie: enable TOP fatal error interruptJohannes Berg3-0/+8
2023-09-13wifi: iwlwifi: pcie: give up mem read if HW is deadJohannes Berg1-0/+13
2023-09-13wifi: iwlwifi: pcie: rescan bus if no parentJohannes Berg1-2/+5
2023-09-13wifi: cfg80211: export DFS CAC time and usable state helper functionsAditya Kumar Singh3-17/+26
2023-09-13wifi: cfg80211: call reg_call_notifier on beacon hintsAbhishek Kumar2-8/+15
2023-09-13wifi: cfg80211: allow reg update by driver even if wiphy->regd is setRaj Kumar Bhagat1-5/+4
2023-09-13wifi: mac80211: additions to change_beacon()Aloka Dixit1-0/+13
2023-09-13wifi: nl80211: additions to NL80211_CMD_SET_BEACONAloka Dixit1-0/+15
2023-09-13wifi: cfg80211: modify prototype for change_beaconAloka Dixit12-63/+73
2023-09-13wifi: mac80211: fixes in FILS discovery updatesAloka Dixit1-37/+40
2023-09-13wifi: nl80211: fixes to FILS discovery updatesAloka Dixit3-5/+26
2023-09-13wifi: lib80211: remove unused variables iv32 and iv16Tom Rix1-6/+6
2023-09-13wifi: mac80211: remove shifted rate supportJohannes Berg9-151/+53
2023-09-13wifi: cfg80211: remove scan_width supportJohannes Berg13-191/+35
2023-09-13wifi: wext: avoid extra calls to strlen() in ieee80211_bss()Dmitry Antipov1-22/+25
2023-09-13wifi: cfg80211: fix kernel-doc for wiphy_delayed_work_flush()Johannes Berg1-1/+1
2023-09-11wifi: iwlwifi: increase number of RX buffers for EHT devicesJohannes Berg2-11/+7
2023-09-11wifi: iwlwifi: pcie: fix RB status readingJohannes Berg3-13/+9
2023-09-11wifi: iwlwifi: mvm: reduce maximum RX A-MPDU sizeJohannes Berg3-4/+4
2023-09-11wifi: iwlwifi: mvm: check link more carefullyJohannes Berg1-1/+2
2023-09-11wifi: iwlwifi: mvm: move RU alloc B2 placementJohannes Berg2-10/+8
2023-09-11wifi: iwlwifi: fw: reconstruct the API/CAPA enum numberJohannes Berg1-9/+18
2023-09-11wifi: iwlwifi: mvm: fix kernel-docJohannes Berg4-21/+40
2023-09-11wifi: iwlwifi: pcie: fix kernel-doc issuesJohannes Berg1-15/+36
2023-09-11wifi: iwlwifi: dvm: remove kernel-doc warningsJohannes Berg4-29/+39
2023-09-11wifi: iwlwifi: queue: fix kernel-docJohannes Berg1-2/+4
2023-09-11wifi: iwlwifi: don't use an uninitialized variableMiri Korenblit1-3/+0
2023-09-11wifi: iwlwifi: fix some kernel-doc issuesJohannes Berg9-27/+24
2023-09-11wifi: iwlwifi: honor the enable_ini valueEmmanuel Grumbach4-36/+25
2023-09-11wifi: iwlwifi: mvm: disconnect long CSA only w/o alternativeJohannes Berg1-1/+2
2023-09-11wifi: iwlwifi: mvm: increase session protection after CSAJohannes Berg1-1/+1
2023-09-11wifi: iwlwifi: mvm: support CSA with MLDEmmanuel Grumbach2-3/+6
2023-09-11wifi: mac80211: fix channel switch link dataJohannes Berg2-5/+7
2023-09-11wifi: mac80211: Do not force off-channel for management Tx with MLOIlan Peer1-1/+6
2023-09-11wifi: mac80211: take MBSSID/EHT data also from probe respJohannes Berg1-10/+15
2023-09-11wifi: mac80211: Print local link address during authenticationIlan Peer1-2/+14
2023-09-11wifi: mac80211: fix # of MSDU in A-MSDU calculationJohannes Berg1-1/+1
2023-09-11wifi: mac80211_hwsim: clean up kernel-docJohannes Berg1-10/+9
2023-09-11wifi: cfg80211: reg: fix various kernel-doc issuesJohannes Berg1-8/+8
2023-09-11wifi: mac80211: fix various kernel-doc issuesJohannes Berg2-10/+12
2023-09-11wifi: mac80211: remove unnecessary struct forward declarationJohannes Berg1-1/+0
2023-09-11wifi: mac80211: add more warnings about inserting sta infoBenjamin Berg1-2/+6
2023-09-11wifi: cfg80211: add ieee80211_fragment_element to public APIBenjamin Berg4-31/+41
2023-09-11wifi: mac80211: add an element parsing unit testJohannes Berg6-0/+130
2023-09-11wifi: cfg80211: add first kunit tests, for element defragJohannes Berg5-0/+182
2023-09-11wifi: cfg80211: fix off-by-one in element defragJohannes Berg1-2/+2
2023-09-11wifi: mac80211: add support for mld in ieee80211_chswitch_doneEmmanuel Grumbach14-49/+73
2023-09-11wifi: mac80211: fix RCU usage warning in mesh fast-xmitJohannes Berg1-1/+1
2023-09-11wifi: cfg80211: annotate iftype_data pointer with sparseJohannes Berg16-79/+112
2023-09-11wifi: mac80211: fix BA session teardown raceJohannes Berg3-8/+15