forked from lede-project/source
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
023cdc7
commit 64ba0f9
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
26 changes: 26 additions & 0 deletions
26
overlay/seemoo/mac80211/patches/960-0058-seemoo-fixed-issue-with-fw_comment.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
From eb321f0580cff1c4bc9419d8b6c3279c5b358d0a Mon Sep 17 00:00:00 2001 | ||
From: Daniel Steinmetzer <[email protected]> | ||
Date: Thu, 21 Dec 2017 15:18:52 +0100 | ||
Subject: [PATCH 58/58] seemoo: fixed issue with fw_comment | ||
|
||
Signed-off-by: Daniel Steinmetzer <[email protected]> | ||
--- | ||
wil6210/fw_inc.c | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/drivers/net/wireless/ath/wil6210/fw_inc.c b/drivers/net/wireless/ath/wil6210/fw_inc.c | ||
index 3e9cc95..126d581 100644 | ||
--- a/drivers/net/wireless/ath/wil6210/fw_inc.c | ||
+++ b/drivers/net/wireless/ath/wil6210/fw_inc.c | ||
@@ -435,7 +435,7 @@ static const struct { | ||
int (*parse_handler)(struct wil6210_priv *wil, const void *data, | ||
size_t size); | ||
} wil_fw_handlers[] = { | ||
- {wil_fw_type_comment, fw_handle_capabilities, fw_handle_capabilities}, | ||
+ {wil_fw_type_comment, fw_handle_comment, fw_handle_comment}, | ||
{wil_fw_type_data, fw_handle_data, fw_ignore_section}, | ||
{wil_fw_type_fill, fw_handle_fill, fw_ignore_section}, | ||
/* wil_fw_type_action */ | ||
-- | ||
2.14.3 (Apple Git-98) | ||
|