diff options
author | Johannes Berg <johannes.berg@intel.com> | 2023-12-14 09:08:16 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2024-01-01 12:39:02 +0000 |
commit | db57ef0dd4c22b60375b952e6ad97885a9837663 (patch) | |
tree | 35fb866ef9c821f97d7648674a8d0fa2222bd9f0 /net | |
parent | ec350809cd98ba01878e1b43831250207d5ce301 (diff) | |
download | linux-stable-db57ef0dd4c22b60375b952e6ad97885a9837663.tar.gz linux-stable-db57ef0dd4c22b60375b952e6ad97885a9837663.tar.bz2 linux-stable-db57ef0dd4c22b60375b952e6ad97885a9837663.zip |
wifi: cfg80211: fix certs build to not depend on file order
commit 3c2a8ebe3fe66a5f77d4c164a0bea8e2ff37b455 upstream.
The file for the new certificate (Chen-Yu Tsai's) didn't
end with a comma, so depending on the file order in the
build rule, we'd end up with invalid C when concatenating
the (now two) certificates. Fix that.
Cc: stable@vger.kernel.org
Reported-by: Biju Das <biju.das.jz@bp.renesas.com>
Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Fixes: fb768d3b13ff ("wifi: cfg80211: Add my certificate")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'net')
-rw-r--r-- | net/wireless/certs/wens.hex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/certs/wens.hex b/net/wireless/certs/wens.hex index ccd5b5dc3360..0d50369bede9 100644 --- a/net/wireless/certs/wens.hex +++ b/net/wireless/certs/wens.hex @@ -84,4 +84,4 @@ 0xf0, 0xc7, 0x83, 0xbb, 0xa2, 0x81, 0x03, 0x2d, 0xd4, 0x2a, 0x63, 0x3f, 0xf7, 0x31, 0x2e, 0x40, 0x33, 0x5c, 0x46, 0xbc, 0x9b, 0xc1, 0x05, 0xa5, -0x45, 0x4e, 0xc3 +0x45, 0x4e, 0xc3, |