Commit 6b36d68
committed
Merge tag 'wireless-2023-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless
Johannes Berg says:
====================
Just a few fixes:
* fix size calculation for EHT element to put into SKBs
* remove erroneous pre-RCU calls for drivers not using sta_state calls
* fix mesh forwarding and non-forwarding RX
* fix mesh flow dissection
* fix a potential NULL dereference on A-MSDU RX w/o station
* make two variable non-static that really shouldn't be static
* tag 'wireless-2023-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless:
wifi: mac80211: fix invalid drv_sta_pre_rcu_remove calls for non-uploaded sta
wifi: mac80211: fix flow dissection for forwarded packets
wifi: mac80211: fix mesh forwarding
wifi: mac80211: fix receiving mesh packets in forwarding=0 networks
wifi: mac80211: fix the size calculation of ieee80211_ie_len_eht_cap()
wifi: mac80211: fix potential null pointer dereference
wifi: mac80211: drop bogus static keywords in A-MSDU rx
====================
Link: https://lore.kernel.org/r/20230330203313.919164-1-johannes@sipsolutions.net
Signed-off-by: Jakub Kicinski <kuba@kernel.org>3 files changed
Lines changed: 19 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2769 | 2769 | | |
2770 | 2770 | | |
2771 | 2771 | | |
2772 | | - | |
2773 | | - | |
2774 | | - | |
2775 | | - | |
2776 | | - | |
2777 | | - | |
2778 | | - | |
2779 | | - | |
2780 | 2772 | | |
2781 | 2773 | | |
2782 | 2774 | | |
| |||
2807 | 2799 | | |
2808 | 2800 | | |
2809 | 2801 | | |
| 2802 | + | |
| 2803 | + | |
| 2804 | + | |
| 2805 | + | |
| 2806 | + | |
| 2807 | + | |
| 2808 | + | |
| 2809 | + | |
2810 | 2810 | | |
2811 | 2811 | | |
2812 | 2812 | | |
| |||
2833 | 2833 | | |
2834 | 2834 | | |
2835 | 2835 | | |
| 2836 | + | |
| 2837 | + | |
| 2838 | + | |
2836 | 2839 | | |
2837 | 2840 | | |
2838 | 2841 | | |
| |||
2847 | 2850 | | |
2848 | 2851 | | |
2849 | 2852 | | |
2850 | | - | |
| 2853 | + | |
2851 | 2854 | | |
2852 | 2855 | | |
2853 | 2856 | | |
| |||
2896 | 2899 | | |
2897 | 2900 | | |
2898 | 2901 | | |
2899 | | - | |
| 2902 | + | |
2900 | 2903 | | |
2901 | 2904 | | |
2902 | 2905 | | |
| |||
2930 | 2933 | | |
2931 | 2934 | | |
2932 | 2935 | | |
2933 | | - | |
| 2936 | + | |
2934 | 2937 | | |
2935 | 2938 | | |
2936 | 2939 | | |
| |||
3006 | 3009 | | |
3007 | 3010 | | |
3008 | 3011 | | |
3009 | | - | |
| 3012 | + | |
3010 | 3013 | | |
3011 | 3014 | | |
3012 | 3015 | | |
| |||
3037 | 3040 | | |
3038 | 3041 | | |
3039 | 3042 | | |
3040 | | - | |
| 3043 | + | |
3041 | 3044 | | |
3042 | 3045 | | |
3043 | 3046 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1264 | 1264 | | |
1265 | 1265 | | |
1266 | 1266 | | |
1267 | | - | |
| 1267 | + | |
| 1268 | + | |
1268 | 1269 | | |
1269 | 1270 | | |
1270 | 1271 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4906 | 4906 | | |
4907 | 4907 | | |
4908 | 4908 | | |
4909 | | - | |
| 4909 | + | |
4910 | 4910 | | |
4911 | 4911 | | |
4912 | 4912 | | |
| |||
0 commit comments