From 1ad02c90850298de8cff8324ddf3f4ec1e410031 Mon Sep 17 00:00:00 2001 From: "Luis R. Rodriguez" Date: Thu, 6 May 2010 22:41:13 -0400 Subject: [PATCH] --- yaml --- r: 194989 b: refs/heads/master c: 6f256de70b90aecbb550a2df387684ed2136b792 h: refs/heads/master i: 194987: 75f0057ff34fb667280d3697aa07e34a544f74f8 v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/ath/ath9k/common.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c0612090e706..941a7a7f3c56 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8e1559949928d4d8bfe044bfcf57879faff82e19 +refs/heads/master: 6f256de70b90aecbb550a2df387684ed2136b792 diff --git a/trunk/drivers/net/wireless/ath/ath9k/common.c b/trunk/drivers/net/wireless/ath/ath9k/common.c index 254dcbdbc061..7707341cd0d3 100644 --- a/trunk/drivers/net/wireless/ath/ath9k/common.c +++ b/trunk/drivers/net/wireless/ath/ath9k/common.c @@ -153,8 +153,7 @@ static int ath9k_process_rate(struct ath_common *common, if ((common->debug_mask & ATH_DBG_XMIT)) print_hex_dump_bytes("", DUMP_PREFIX_NONE, skb->data, skb->len); - rxs->rate_idx = 0; - return 0; + return -EINVAL; } static void ath9k_process_rssi(struct ath_common *common,