projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a1a98d
)
Fix a missing check for requeue for 2.6.28
author
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 9 Dec 2008 13:30:11 +0000
(
05:30
-0800)
committer
Luis R. Rodriguez
<lrodriguez@atheros.com>
Tue, 9 Dec 2008 13:30:11 +0000
(
05:30
-0800)
Signed-off-by: Daniel Bonniot <bonniot@users.sf.net>
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
compat/compat.diff
patch
|
blob
|
history
diff --git
a/compat/compat.diff
b/compat/compat.diff
index 7e79d99795a64b1fb64c17cb26fde162011d6e61..58219534c2442c338bf5199fa2e23750ac948aac 100644
(file)
--- a/
compat/compat.diff
+++ b/
compat/compat.diff
@@
-135,7
+135,7
@@
index 5a1a60f..e062c97 100644
/* Send all buffered frames to the station */
while ((skb = skb_dequeue(&sta->tx_filtered)) != NULL) {
-+#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,28))
++#if (LINUX_VERSION_CODE <
=
KERNEL_VERSION(2,6,28))
+ dev_kfree_skb(skb);
+#else
sent++;