index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
mac80211
/
util.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-04
wifi: mac80211: add ieee80211_vif_link_active() helper
Johannes Berg
1
-2
/
+1
2024-03-04
wifi: mac80211: fix supported rate masking in scan
Johannes Berg
1
-4
/
+4
2024-02-08
wifi: mac80211: convert ieee80211_ie_build_eht_cap() to SKB use
Johannes Berg
1
-45
/
+30
2024-02-08
wifi: mac80211: convert ieee80211_ie_build_he_cap() to SKB use
Johannes Berg
1
-30
/
+24
2024-02-08
wifi: mac80211: move element parsing to a new file
Johannes Berg
1
-891
/
+0
2024-02-08
wifi: mac80211: start building elements in SKBs
Johannes Berg
1
-176
/
+177
2024-02-08
wifi: mac80211: simplify adding supported rates
Johannes Berg
1
-68
/
+37
2024-02-08
wifi: mac80211: tdls: use ieee80211_put_he_6ghz_cap()
Johannes Berg
1
-1
/
+1
2024-02-08
wifi: mac80211: rename ieee80211_ie_build_he_6ghz_cap()
Johannes Berg
1
-3
/
+3
2024-02-08
wifi: mac80211: limit HE RU capabilities when limiting bandwidth
Johannes Berg
1
-2
/
+33
2024-02-08
wifi: mac80211: adjust EHT capa when lowering bandwidth
Johannes Berg
1
-28
/
+86
2024-02-08
wifi: mac80211: simplify HE/EHT element length functions
Johannes Berg
1
-7
/
+8
2024-02-08
wifi: mac80211: disallow basic multi-link element in per-STA profile
Johannes Berg
1
-0
/
+5
2024-02-08
wifi: mac80211: disambiguate element parsing errors
Johannes Berg
1
-36
/
+72
2024-02-08
wifi: cfg80211/mac80211: move puncturing into chandef
Johannes Berg
1
-8
/
+18
2024-02-08
wifi: mac80211: use cfg80211_chandef_primary_freq()
Johannes Berg
1
-19
/
+11
2024-02-08
wifi: mac80211: introduce 'channel request'
Johannes Berg
1
-8
/
+10
2024-02-08
wifi: mac80211: simplify non-chanctx drivers
Johannes Berg
1
-15
/
+12
2024-02-08
wifi: mac80211: clean up HE 6 GHz and EHT chandef parsing
Johannes Berg
1
-82
/
+22
2024-02-08
wifi: mac80211: clean up connection process
Johannes Berg
1
-30
/
+134
2024-01-26
wifi: mac80211: don't set bss_conf in parsing
Johannes Berg
1
-20
/
+1
2023-12-21
wifi: mac80211: rework RX timestamp flags
Johannes Berg
1
-6
/
+10
2023-10-23
wifi: mac80211: Add __counted_by for struct ieee802_11_elems and use struct_s...
Gustavo A. R. Silva
1
-1
/
+1
2023-10-23
wifi: mac80211: purge TX queues in flush_queues flow
Miri Korenblit
1
-0
/
+13
2023-09-25
wifi: mac80211: add support for parsing TID to Link mapping element
Ayala Beker
1
-0
/
+8
2023-09-25
wifi: mac80211: describe return values in kernel-doc
Johannes Berg
1
-0
/
+2
2023-09-25
wifi: mac80211: use bandwidth indication element for CSA
Johannes Berg
1
-13
/
+29
2023-09-13
wifi: mac80211: remove shifted rate support
Johannes Berg
1
-57
/
+22
2023-09-11
wifi: cfg80211: add ieee80211_fragment_element to public API
Benjamin Berg
1
-29
/
+0
2023-09-11
wifi: mac80211: add an element parsing unit test
Johannes Berg
1
-0
/
+3
2023-09-11
wifi: cfg80211: remove wdev mutex
Johannes Berg
1
-5
/
+0
2023-09-11
wifi: mac80211: reduce iflist_mtx
Johannes Berg
1
-1
/
+0
2023-09-11
wifi: mac80211: remove local->mtx
Johannes Berg
1
-8
/
+3
2023-09-11
wifi: mac80211: remove chanctx_mtx
Johannes Berg
1
-26
/
+20
2023-09-11
wifi: mac80211: remove key_mtx
Johannes Berg
1
-2
/
+2
2023-09-11
wifi: mac80211: remove sta_mtx
Johannes Berg
1
-5
/
+2
2023-09-11
wifi: mac80211: move filter reconfig to wiphy work
Johannes Berg
1
-1
/
+1
2023-09-11
wifi: mac80211: move scan work to wiphy work
Johannes Berg
1
-2
/
+2
2023-09-11
wifi: mac80211: move radar detect work to wiphy work
Johannes Berg
1
-4
/
+3
2023-09-11
wifi: mac80211: move DFS CAC work to wiphy work
Johannes Berg
1
-1
/
+2
2023-09-11
wifi: mac80211: flush wiphy work where appropriate
Johannes Berg
1
-0
/
+1
2023-06-21
wifi: mac80211: fix CRC calculation for extended elems
Johannes Berg
1
-14
/
+11
2023-06-19
wifi: mac80211: Include Multi-Link in CRC calculation
Ilan Peer
1
-0
/
+4
2023-06-19
wifi: mac80211: Rename ieee80211_mle_sta_prof_size_ok()
Ilan Peer
1
-1
/
+2
2023-06-19
wifi: mac80211: Add support for parsing Reconfiguration Multi Link element
Ilan Peer
1
-3
/
+18
2023-06-19
wifi: mac80211: Rename multi_link
Ilan Peer
1
-10
/
+9
2023-06-19
wifi: mac80211: use cfg80211 defragmentation helper
Benjamin Berg
1
-58
/
+35
2023-06-19
wifi: mac80211: Add HE and EHT capa elements in TDLS frames
Abhishek Naik
1
-1
/
+1
2023-06-19
wifi: mac80211: Remove "Missing iftype sband data/EHT cap" spam
Nicolas Cavallari
1
-3
/
+1
2023-06-19
Merge wireless into wireless-next
Johannes Berg
1
-2
/
+2
[next]