forked from openwrt/openwrt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
treewide: replace [email protected] with [email protected]
Signed-off-by: Felix Fietkau <[email protected]>
- Loading branch information
Showing
219 changed files
with
299 additions
and
299 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/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. Don't use rx_clear in TX99 mode. | ||
|
||
Cc: [email protected] | ||
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||
Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
Signed-off-by: Helmut Schaa <[email protected]> | ||
--- | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ Enable access to GPIO chip and its pins for Atheros AR92xx | |
wireless devices. For now AR9285 and AR9287 are supported. | ||
|
||
Signed-off-by: Michal Cieslakiewicz <[email protected]> | ||
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||
Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
--- | ||
--- a/drivers/net/wireless/ath/ath9k/ath9k.h | ||
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ Key poller is activated for attached platform buttons. | |
Requires ath9k GPIO chip access. | ||
|
||
Signed-off-by: Michal Cieslakiewicz <[email protected]> | ||
Signed-off-by: Felix Fietkau <nbd@openwrt.org> | ||
Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||
--- | ||
--- a/drivers/net/wireless/ath/ath9k/ath9k.h | ||
+++ b/drivers/net/wireless/ath/ath9k/ath9k.h | ||
|
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* | ||
* swconfig.c: Switch configuration utility | ||
* | ||
* Copyright (C) 2008 Felix Fietkau <nbd@openwrt.org> | ||
* Copyright (C) 2008 Felix Fietkau <nbd@nbd.name> | ||
* Copyright (C) 2010 Martin Mares <[email protected]> | ||
* | ||
* This program is free software; you can redistribute it and/or | ||
|
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
Oops, something went wrong.