projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: update linux 3.2 to 3.2.9
[openwrt.git]
/
package
/
mac80211
/
patches
/
580-mac80211_ignore_bad_signal_values.patch
diff --git
a/package/mac80211/patches/580-mac80211_ignore_bad_signal_values.patch
b/package/mac80211/patches/580-mac80211_ignore_bad_signal_values.patch
index
b6d88b0
..
cfc1516
100644
(file)
--- a/
package/mac80211/patches/580-mac80211_ignore_bad_signal_values.patch
+++ b/
package/mac80211/patches/580-mac80211_ignore_bad_signal_values.patch
@@
-19,7
+19,7
@@
/**
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
/**
--- a/net/mac80211/rx.c
+++ b/net/mac80211/rx.c
-@@ -17
6,7 +176
,8 @@ ieee80211_add_rx_radiotap_header(struct
+@@ -17
7,7 +177
,8 @@ ieee80211_add_rx_radiotap_header(struct
pos += 2;
/* IEEE80211_RADIOTAP_DBM_ANTSIGNAL */
pos += 2;
/* IEEE80211_RADIOTAP_DBM_ANTSIGNAL */
@@
-29,7
+29,7
@@
*pos = status->signal;
rthdr->it_present |=
cpu_to_le32(1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL);
*pos = status->signal;
rthdr->it_present |=
cpu_to_le32(1 << IEEE80211_RADIOTAP_DBM_ANTSIGNAL);
-@@ -13
09,8 +1310
,10 @@ ieee80211_rx_h_sta_process(struct ieee80
+@@ -13
10,8 +1311
,10 @@ ieee80211_rx_h_sta_process(struct ieee80
sta->rx_fragments++;
sta->rx_bytes += rx->skb->len;
sta->rx_fragments++;
sta->rx_bytes += rx->skb->len;
This page took
0.025983 seconds
and
4
git commands to generate.