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:
9c1255a
)
buid fix: probably typo, ieee80211_node instead of ieee80211_node_target
4/head
author
Oleksij Rempel
<linux@rempel-privat.de>
Fri, 29 Mar 2013 08:30:06 +0000
(09:30 +0100)
committer
Oleksij Rempel
<linux@rempel-privat.de>
Sat, 30 Mar 2013 16:27:48 +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 90813fb67efdfd15f135aa289c9c5c0d3aa7bea3..409aecfb1be8f4ad5caa65edb293591aa39e847e 100755
(executable)
--- a/
target_firmware/wlan/if_ath.c
+++ b/
target_firmware/wlan/if_ath.c
@@
-880,7
+880,7
@@
static void ath_descdma_cleanup(struct ath_softc_tgt *sc,
ath_bufhead *head, a_int32_t dir)
{
struct ath_tx_buf *bf;
- struct ieee80211_node *ni;
+ struct ieee80211_node
_target
*ni;
asf_tailq_foreach(bf, head, bf_list) {
if (adf_nbuf_queue_len(&bf->bf_skbhead) != 0) {