diff options
author | Johannes Berg <johannes.berg@intel.com> | 2023-09-29 15:58:14 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2023-09-29 23:21:33 +0200 |
commit | aa75cc029e053627743fba2cde8a73519abe8421 (patch) | |
tree | f7d8192bd132b1bea64d577d010e95b6b1fcee0f | |
parent | c419d884551fa4f000996ace22ab498415afad2e (diff) |
wifi: mac80211: add back SPDX identifier
Looks like I lost that by accident, add it back.
Fixes: 076fc8775daf ("wifi: cfg80211: remove wdev mutex")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r-- | net/mac80211/mlme.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c index 6a078eb23a5d..2ac36ad9fa91 100644 --- a/net/mac80211/mlme.c +++ b/net/mac80211/mlme.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0-only /* * BSS client mode implementation * Copyright 2003-2008, Jouni Malinen <j@w1.fi> |