projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
bcm63xx: add initial support for bcm6368 boards
[openwrt.git]
/
package
/
mac80211
/
patches
/
530-mac80211_cur_txpower.patch
diff --git
a/package/mac80211/patches/530-mac80211_cur_txpower.patch
b/package/mac80211/patches/530-mac80211_cur_txpower.patch
index
4ca84a6
..
3363fe2
100644
(file)
--- a/
package/mac80211/patches/530-mac80211_cur_txpower.patch
+++ b/
package/mac80211/patches/530-mac80211_cur_txpower.patch
@@
-1,6
+1,6
@@
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
-@@ -
798,7 +798
,7 @@ enum ieee80211_smps_mode {
+@@ -
819,7 +819
,7 @@ enum ieee80211_smps_mode {
*/
struct ieee80211_conf {
u32 flags;
*/
struct ieee80211_conf {
u32 flags;
@@
-11,7
+11,7
@@
u16 listen_interval;
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
u16 listen_interval;
--- a/net/mac80211/cfg.c
+++ b/net/mac80211/cfg.c
-@@ -1
568,7 +1568
,7 @@ static int ieee80211_get_tx_power(struct
+@@ -1
711,7 +1711
,7 @@ static int ieee80211_get_tx_power(struct
{
struct ieee80211_local *local = wiphy_priv(wiphy);
{
struct ieee80211_local *local = wiphy_priv(wiphy);
@@
-22,7
+22,7
@@
}
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
}
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
-@@ -
210,6 +210
,7 @@ int ieee80211_hw_config(struct ieee80211
+@@ -
168,6 +168
,7 @@ int ieee80211_hw_config(struct ieee80211
if (local->hw.conf.power_level != power) {
changed |= IEEE80211_CONF_CHANGE_POWER;
if (local->hw.conf.power_level != power) {
changed |= IEEE80211_CONF_CHANGE_POWER;
This page took
0.028807 seconds
and
4
git commands to generate.