-
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.
Merge remote-tracking branch 'openwrt-git/master'
- Loading branch information
Showing
272 changed files
with
2,337 additions
and
380 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ Signed-off-by: Daniel Schwierzeck <[email protected]> | |
+ * Based on OpenWrt linux driver | ||
+ * | ||
+ * Copyright (C) 2011-2012 Daniel Schwierzeck, [email protected] | ||
+ * Copyright (C) 2009 Felix Fietkau <nbd@openwrt.org> | ||
+ * Copyright (C) 2009 Felix Fietkau <nbd@nbd.name> | ||
+ * | ||
+ * SPDX-License-Identifier: GPL-2.0+ | ||
+ */ | ||
|
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
* | ||
* Based on the diag.c - GPIO interface driver for Broadcom boards | ||
* Copyright (C) 2006 Mike Baker <[email protected]>, | ||
* Copyright (C) 2006-2007 Felix Fietkau <nbd@openwrt.org> | ||
* Copyright (C) 2006-2007 Felix Fietkau <nbd@nbd.name> | ||
* Copyright (C) 2008 Andy Boyett <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
|
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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
/* | ||
* GPIO Button Hotplug driver | ||
* | ||
* Copyright (C) 2012 Felix Fietkau <nbd@openwrt.org> | ||
* Copyright (C) 2012 Felix Fietkau <nbd@nbd.name> | ||
* Copyright (C) 2008-2010 Gabor Juhos <[email protected]> | ||
* | ||
* Based on the diag.c - GPIO interface driver for Broadcom boards | ||
* Copyright (C) 2006 Mike Baker <[email protected]>, | ||
* Copyright (C) 2006-2007 Felix Fietkau <nbd@openwrt.org> | ||
* Copyright (C) 2006-2007 Felix Fietkau <nbd@nbd.name> | ||
* Copyright (C) 2008 Andy Boyett <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or modify it | ||
|
@@ -661,7 +661,7 @@ module_init(gpio_button_init); | |
module_exit(gpio_button_exit); | ||
|
||
MODULE_AUTHOR("Gabor Juhos <[email protected]>"); | ||
MODULE_AUTHOR("Felix Fietkau <nbd@openwrt.org>"); | ||
MODULE_AUTHOR("Felix Fietkau <nbd@nbd.name>"); | ||
MODULE_DESCRIPTION("Polled GPIO Buttons hotplug driver"); | ||
MODULE_LICENSE("GPL v2"); | ||
MODULE_ALIAS("platform:" DRV_NAME); |
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
4 changes: 2 additions & 2 deletions
4
package/kernel/mac80211/patches/004-backports-add-skb_free_frag.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
4 changes: 2 additions & 2 deletions
4
package/kernel/mac80211/patches/005-backports-add-napi_alloc_frag.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
4 changes: 2 additions & 2 deletions
4
package/kernel/mac80211/patches/300-ath9k-force-rx_clear-when-disabling-rx.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 |
---|---|---|
@@ -1,12 +1,12 @@ | ||
From: Felix Fietkau <nbd@openwrt.org> | ||
From: Felix Fietkau <nbd@nbd.name> | ||
Date: Sun, 7 Jun 2015 13:53:35 +0200 | ||
Subject: [PATCH] ath9k: force rx_clear when disabling rx | ||
|
||
This makes stopping Rx more reliable and should reduce the frequency of | ||
Rx related DMA stop warnings | ||
|
||
Cc: [email protected] | ||
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||
Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
--- | ||
|
||
--- a/drivers/net/wireless/ath/ath9k/mac.c | ||
|
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
4 changes: 2 additions & 2 deletions
4
package/kernel/mac80211/patches/302-ath9k_hw-add-low-power-tx-gain-table-for-AR953x.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
4 changes: 2 additions & 2 deletions
4
package/kernel/mac80211/patches/309-01-brcmfmac-add-missing-include.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
4 changes: 2 additions & 2 deletions
4
...ge/kernel/mac80211/patches/310-ath9k_hw-ignore-eeprom-magic-mismatch-on-flash-based.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
4 changes: 2 additions & 2 deletions
4
...ge/kernel/mac80211/patches/311-ath9k-do-not-limit-the-number-of-DFS-interfaces-to-1.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
4 changes: 2 additions & 2 deletions
4
...ge/kernel/mac80211/patches/318-mac80211-move-A-MSDU-skb_linearize-call-to-ieee80211.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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
From: Felix Fietkau <nbd@openwrt.org> | ||
From: Felix Fietkau <nbd@nbd.name> | ||
Date: Tue, 2 Feb 2016 14:39:08 +0100 | ||
Subject: [PATCH] mac80211: move A-MSDU skb_linearize call to | ||
ieee80211_amsdu_to_8023s | ||
|
||
Prepararation for zero-copy A-MSDU support with page fragment SKBs | ||
|
||
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||
Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
Signed-off-by: Johannes Berg <[email protected]> | ||
--- | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...ge/kernel/mac80211/patches/319-cfg80211-add-function-for-802.3-conversion-with-sepa.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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
From: Felix Fietkau <nbd@openwrt.org> | ||
From: Felix Fietkau <nbd@nbd.name> | ||
Date: Tue, 2 Feb 2016 14:39:09 +0100 | ||
Subject: [PATCH] cfg80211: add function for 802.3 conversion with separate | ||
output buffer | ||
|
||
Use skb_copy_bits in preparation for allowing fragmented skbs | ||
|
||
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||
Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
Signed-off-by: Johannes Berg <[email protected]> | ||
--- | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...ge/kernel/mac80211/patches/320-cfg80211-add-support-for-non-linear-skbs-in-ieee8021.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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
From: Felix Fietkau <nbd@openwrt.org> | ||
From: Felix Fietkau <nbd@nbd.name> | ||
Date: Tue, 2 Feb 2016 14:39:10 +0100 | ||
Subject: [PATCH] cfg80211: add support for non-linear skbs in | ||
ieee80211_amsdu_to_8023s | ||
|
||
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||
Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
Signed-off-by: Johannes Berg <[email protected]> | ||
--- | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
package/kernel/mac80211/patches/322-mac80211-add-A-MSDU-tx-support.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
4 changes: 2 additions & 2 deletions
4
...ge/kernel/mac80211/patches/332-cfg80211-fix-faulty-variable-initialization-in-ieee8.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
4 changes: 2 additions & 2 deletions
4
...age/kernel/mac80211/patches/333-cfg80211-reuse-existing-page-fragments-in-A-MSDU-rx.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
4 changes: 2 additions & 2 deletions
4
...ge/kernel/mac80211/patches/335-mac80211-minstrel_ht-set-A-MSDU-tx-limits-based-on-s.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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From: Felix Fietkau <nbd@openwrt.org> | ||
From: Felix Fietkau <nbd@nbd.name> | ||
Date: Thu, 18 Feb 2016 19:45:33 +0100 | ||
Subject: [PATCH] mac80211: minstrel_ht: set default tx aggregation timeout to | ||
0 | ||
|
@@ -15,7 +15,7 @@ ath9k. This should improve stability without causing any adverse | |
effects. | ||
|
||
Cc: [email protected] | ||
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||
Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
--- | ||
|
||
--- a/net/mac80211/rc80211_minstrel_ht.c | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
From: Felix Fietkau <nbd@openwrt.org> | ||
From: Felix Fietkau <nbd@nbd.name> | ||
Date: Wed, 24 Feb 2016 12:03:13 +0100 | ||
Subject: [PATCH] mac80211: minstrel_ht: fix a logic error in RTS/CTS handling | ||
MIME-Version: 1.0 | ||
|
@@ -10,7 +10,7 @@ a dual-stream rate and the sta is in dynamic SMPS mode. | |
|
||
Fixes: a3ebb4e1b763 ("mac80211: minstrel_ht: handle peers in dynamic SMPS") | ||
Reported-by: Matías Richart <[email protected]> | ||
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||
Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
--- | ||
|
||
--- a/net/mac80211/rc80211_minstrel_ht.c | ||
|
4 changes: 2 additions & 2 deletions
4
...ge/kernel/mac80211/patches/342-mac80211-do-not-pass-injected-frames-without-a-valid.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
Oops, something went wrong.