diff options
author | Andrei Otcheretianski <andrei.otcheretianski@intel.com> | 2022-06-14 10:16:26 +0300 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2022-07-15 11:43:20 +0200 |
commit | e10b680118774cf43e02f9e1fc84989636d1b5e5 (patch) | |
tree | 663a289066806e2f54c385eabbf9a286c3e5214d /net/mac80211/util.c | |
parent | 69c3f2d30c357613f9059809bc95170301056aee (diff) | |
download | lwn-e10b680118774cf43e02f9e1fc84989636d1b5e5.tar.gz lwn-e10b680118774cf43e02f9e1fc84989636d1b5e5.zip |
wifi: mac80211: don't check carrier in chanctx code
We check here that we don't enable TX (netif_carrier_ok())
before we actually start using some channel context, but to
our knowledge this check has never triggered, and with MLO
it's just wrong since links can be added and removed much
more dynamically than before.
Simply remove the checks, there's no really good way to do
anything that would replace them.
Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/util.c')
0 files changed, 0 insertions, 0 deletions