projects
/
open-ath9k-htc-firmware.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d8410c3
)
build fix: ds_link should be compared with 0, not NULL
author
Oleksij Rempel
<linux@rempel-privat.de>
Tue, 19 Mar 2013 15:05:55 +0000
(16:05 +0100)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Sat, 30 Mar 2013 16:27:46 +0000
(17:27 +0100)
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/if_ath.c
patch
|
blob
|
history
diff --git
a/target_firmware/wlan/if_ath.c
b/target_firmware/wlan/if_ath.c
index 228f60ef8269dfacb19ebca72814a63731f9a0b0..a473718e48e113e2f29fe785e60fa1fb31a69181 100755
(executable)
--- a/
target_firmware/wlan/if_ath.c
+++ b/
target_firmware/wlan/if_ath.c
@@
-380,7
+380,7
@@
static void ath_uapsd_processtriggers(struct ath_softc_tgt *sc)
break;
}
- if (ds->ds_link ==
NULL
) {
+ if (ds->ds_link ==
0
) {
break;
}