/openbmc/linux/net/mac80211/ |
H A D | ocb.c | diff cb71f1d136a635decf43c3b502ee34fb05640fcd Tue May 31 16:20:08 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: add sta link addition/removal
Add the necessary infrastructure, including a new driver method, to add/remove links to/from a station. To do this, refactor the link alloc/free a bit, splitting that so we can do it without linking them, to handle failures better.
Note that a station entry must be created representing an MLD or a non-MLD STA, it cannot change between the two. When representing an MLD, the 'deflink' is used for the first link, which might be removed later, in which case the memory isn't reused.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | trace.h | diff cb71f1d136a635decf43c3b502ee34fb05640fcd Tue May 31 16:20:08 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: add sta link addition/removal
Add the necessary infrastructure, including a new driver method, to add/remove links to/from a station. To do this, refactor the link alloc/free a bit, splitting that so we can do it without linking them, to handle failures better.
Note that a station entry must be created representing an MLD or a non-MLD STA, it cannot change between the two. When representing an MLD, the 'deflink' is used for the first link, which might be removed later, in which case the memory isn't reused.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | mesh_plink.c | diff cb71f1d136a635decf43c3b502ee34fb05640fcd Tue May 31 16:20:08 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: add sta link addition/removal
Add the necessary infrastructure, including a new driver method, to add/remove links to/from a station. To do this, refactor the link alloc/free a bit, splitting that so we can do it without linking them, to handle failures better.
Note that a station entry must be created representing an MLD or a non-MLD STA, it cannot change between the two. When representing an MLD, the 'deflink' is used for the first link, which might be removed later, in which case the memory isn't reused.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | driver-ops.h | diff cb71f1d136a635decf43c3b502ee34fb05640fcd Tue May 31 16:20:08 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: add sta link addition/removal
Add the necessary infrastructure, including a new driver method, to add/remove links to/from a station. To do this, refactor the link alloc/free a bit, splitting that so we can do it without linking them, to handle failures better.
Note that a station entry must be created representing an MLD or a non-MLD STA, it cannot change between the two. When representing an MLD, the 'deflink' is used for the first link, which might be removed later, in which case the memory isn't reused.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | ibss.c | diff cb71f1d136a635decf43c3b502ee34fb05640fcd Tue May 31 16:20:08 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: add sta link addition/removal
Add the necessary infrastructure, including a new driver method, to add/remove links to/from a station. To do this, refactor the link alloc/free a bit, splitting that so we can do it without linking them, to handle failures better.
Note that a station entry must be created representing an MLD or a non-MLD STA, it cannot change between the two. When representing an MLD, the 'deflink' is used for the first link, which might be removed later, in which case the memory isn't reused.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | sta_info.h | diff cb71f1d136a635decf43c3b502ee34fb05640fcd Tue May 31 16:20:08 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: add sta link addition/removal
Add the necessary infrastructure, including a new driver method, to add/remove links to/from a station. To do this, refactor the link alloc/free a bit, splitting that so we can do it without linking them, to handle failures better.
Note that a station entry must be created representing an MLD or a non-MLD STA, it cannot change between the two. When representing an MLD, the 'deflink' is used for the first link, which might be removed later, in which case the memory isn't reused.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | sta_info.c | diff cb71f1d136a635decf43c3b502ee34fb05640fcd Tue May 31 16:20:08 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: add sta link addition/removal
Add the necessary infrastructure, including a new driver method, to add/remove links to/from a station. To do this, refactor the link alloc/free a bit, splitting that so we can do it without linking them, to handle failures better.
Note that a station entry must be created representing an MLD or a non-MLD STA, it cannot change between the two. When representing an MLD, the 'deflink' is used for the first link, which might be removed later, in which case the memory isn't reused.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | cfg.c | diff cb71f1d136a635decf43c3b502ee34fb05640fcd Tue May 31 16:20:08 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: add sta link addition/removal
Add the necessary infrastructure, including a new driver method, to add/remove links to/from a station. To do this, refactor the link alloc/free a bit, splitting that so we can do it without linking them, to handle failures better.
Note that a station entry must be created representing an MLD or a non-MLD STA, it cannot change between the two. When representing an MLD, the 'deflink' is used for the first link, which might be removed later, in which case the memory isn't reused.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
H A D | mlme.c | diff cb71f1d136a635decf43c3b502ee34fb05640fcd Tue May 31 16:20:08 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: add sta link addition/removal
Add the necessary infrastructure, including a new driver method, to add/remove links to/from a station. To do this, refactor the link alloc/free a bit, splitting that so we can do it without linking them, to handle failures better.
Note that a station entry must be created representing an MLD or a non-MLD STA, it cannot change between the two. When representing an MLD, the 'deflink' is used for the first link, which might be removed later, in which case the memory isn't reused.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|
/openbmc/linux/include/net/ |
H A D | mac80211.h | diff cb71f1d136a635decf43c3b502ee34fb05640fcd Tue May 31 16:20:08 CDT 2022 Johannes Berg <johannes.berg@intel.com> wifi: mac80211: add sta link addition/removal
Add the necessary infrastructure, including a new driver method, to add/remove links to/from a station. To do this, refactor the link alloc/free a bit, splitting that so we can do it without linking them, to handle failures better.
Note that a station entry must be created representing an MLD or a non-MLD STA, it cannot change between the two. When representing an MLD, the 'deflink' is used for the first link, which might be removed later, in which case the memory isn't reused.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
|