diff options
author | Flavio Suligoi <f.suligoi@asem.it> | 2020-06-05 17:41:11 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2020-06-08 10:05:59 +0200 |
commit | 97eda66421c44f1449e8d087fd05eab5d466afb7 (patch) | |
tree | 16fd64e523a23b270b1b89253481376ce6c54489 /include/uapi | |
parent | 327cdb98fb3eed8373777465759c44f8d123c227 (diff) | |
download | linux-97eda66421c44f1449e8d087fd05eab5d466afb7.tar.bz2 |
include: fix wiki website url in netlink interface header
The wiki url is still the old "wireless.kernel.org"
instead of the new "wireless.wiki.kernel.org"
Signed-off-by: Flavio Suligoi <f.suligoi@asem.it>
Link: https://lore.kernel.org/r/20200605154112.16277-9-f.suligoi@asem.it
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/linux/nl80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index dad8c8f8581f..4e6339ab1fce 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h @@ -794,7 +794,7 @@ * various triggers. These triggers can be configured through this * command with the %NL80211_ATTR_WOWLAN_TRIGGERS attribute. For * more background information, see - * http://wireless.kernel.org/en/users/Documentation/WoWLAN. + * https://wireless.wiki.kernel.org/en/users/Documentation/WoWLAN. * The @NL80211_CMD_SET_WOWLAN command can also be used as a notification * from the driver reporting the wakeup reason. In this case, the * @NL80211_ATTR_WOWLAN_TRIGGERS attribute will contain the reason |