Felix Fietkau
80a915ec44
mac80211: add rx decapsulation offload support
...
This allows drivers to pass 802.3 frames to mac80211, with some restrictions:
- the skb must be passed with a valid sta
- fast-rx needs to be active for the sta
- monitor mode needs to be disabled
mac80211 will tell the driver when it is safe to enable rx decap offload for
a particular station.
In order to implement support, a driver must:
- call ieee80211_hw_set(hw, SUPPORTS_RX_DECAP_OFFLOAD)
- implement ops->sta_set_decap_offload
- mark 802.3 frames with RX_FLAG_8023
If it doesn't want to enable offload for some vif types, it can mask out
IEEE80211_OFFLOAD_DECAP_ENABLED in vif->offload_flags from within the
.add_interface or .update_vif_offload driver ops
Signed-off-by: Felix Fietkau <nbd@nbd.name >
Link: https://lore.kernel.org/r/20201218184718.93650-6-nbd@nbd.name
Signed-off-by: Johannes Berg <johannes.berg@intel.com >
2021-01-21 13:34:49 +01:00
..
2020-11-19 17:21:34 +01:00
2020-12-07 17:01:42 +02:00
2020-09-29 14:02:53 -07:00
2020-05-19 12:50:14 -07:00
2020-12-14 15:43:21 -08:00
2020-10-30 15:24:06 -07:00
2020-12-04 17:47:35 -08:00
2020-11-05 14:27:30 -08:00
2020-10-15 12:43:21 -07:00
2020-02-28 14:51:30 +01:00
2021-01-18 20:13:55 -08:00
2020-08-18 15:58:53 -07:00
2020-08-20 18:21:28 +01:00
2020-02-28 12:12:53 -08:00
2020-07-21 18:30:47 -07:00
2020-05-01 12:15:37 -07:00
2021-01-18 20:48:40 -08:00
2020-11-12 18:39:28 -08:00
2020-12-01 15:51:19 +01:00
2021-01-14 22:21:53 +01:00
2020-02-29 14:39:08 +01:00
2020-08-20 15:45:15 -04:00
2020-07-15 07:45:24 -07:00
2020-03-27 19:40:38 -07:00
2020-11-23 13:31:54 -08:00
2020-11-24 12:14:56 -08:00
2020-02-29 21:52:20 -08:00
2021-01-15 20:02:34 -08:00
2020-05-08 21:33:33 -07:00
2020-11-03 12:55:53 -08:00
2020-05-05 13:23:29 -07:00
2020-02-19 13:52:32 +01:00
2020-04-20 07:34:16 +02:00
2019-12-24 22:37:30 -08:00
2020-07-28 17:42:31 -07:00
2020-07-24 15:23:31 -07:00
2020-08-05 20:13:21 -07:00
2020-11-23 18:36:21 -05:00
2021-01-21 13:33:45 +01:00
2021-01-21 13:33:45 +01:00
2020-10-05 18:40:01 -07:00
2020-06-22 21:12:44 -07:00
2020-02-13 14:19:00 -08:00
2020-11-06 11:01:01 +01:00
2020-05-11 13:18:54 -07:00
2020-03-30 13:45:04 -07:00
2020-05-09 00:48:20 +02:00
2021-01-18 19:59:17 -08:00
2020-12-14 18:38:58 -08:00
2020-12-12 15:08:54 -08:00
2020-11-23 16:32:33 -08:00
2020-08-26 07:33:19 -07:00
2020-06-20 17:47:53 -07:00
2020-07-15 20:34:11 -07:00
2020-05-18 17:35:02 -07:00
2020-05-26 16:06:07 -07:00
2020-11-19 19:08:46 -08:00
2020-08-31 23:06:51 +02:00
2020-11-10 17:56:54 -08:00
2020-11-19 10:49:50 -08:00
2020-08-31 12:26:39 -07:00
2020-11-19 10:49:50 -08:00
2020-02-05 14:28:09 +01:00
2020-06-20 17:22:22 -07:00
2020-03-29 22:30:57 -07:00
2021-01-21 13:34:49 +01:00
2020-03-26 20:17:36 -07:00
2020-03-02 11:16:27 -08:00
2020-02-29 21:52:20 -08:00
2020-02-28 12:08:37 -08:00
2020-05-29 21:20:20 -07:00
2020-12-09 19:02:15 -08:00
2020-08-24 06:40:07 -07:00
2020-11-13 14:24:39 -08:00
2020-12-15 13:22:29 -08:00
2020-11-16 08:08:54 -08:00
2020-11-06 11:28:49 -08:00
2020-11-14 02:29:00 +01:00
2020-03-04 13:25:55 -08:00
2020-12-01 11:24:56 -08:00
2020-11-07 10:41:15 -08:00
2020-12-28 14:52:54 -08:00
2020-07-31 09:24:23 +02:00
2020-08-24 14:35:00 -07:00
2020-11-23 18:36:21 -05:00
2020-06-23 20:27:09 -07:00
2021-01-20 21:09:44 -08:00
2020-07-13 11:03:44 -07:00
2020-06-04 15:39:32 -07:00
2020-09-28 15:19:03 -07:00
2020-02-29 21:52:19 -08:00
2021-01-19 19:47:20 -08:00
2021-01-11 16:00:57 -08:00
2020-12-14 17:34:54 -08:00
2020-11-27 18:25:27 -08:00
2020-06-23 20:10:15 -07:00
2020-06-18 20:46:23 -07:00
2021-01-07 12:53:29 -08:00
2020-11-10 17:57:14 -08:00
2020-09-14 16:49:39 -07:00
2020-11-17 22:07:40 +01:00
2020-12-18 16:10:21 +01:00
2021-01-08 13:39:24 -08:00
2020-10-05 18:40:01 -07:00
2020-12-18 16:10:21 +01:00