From 86e748abd5f1809ce1da144c57cb43fd41e3bcd1 Mon Sep 17 00:00:00 2001 From: Kevin Fang Date: Fri, 27 Apr 2012 09:18:02 +0800 Subject: [PATCH] --- yaml --- r: 306739 b: refs/heads/master c: 096797abbd93730c98ce765a6fe0abee3afaa782 h: refs/heads/master i: 306737: d74dc20ee85ed308145ef5963073c529138123b3 306735: 6ec48024ff528109996a029596403ebb278e7548 v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/ath/ath6kl/htc_pipe.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1d16b3dc2d87..77c5bdc5ea29 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f5f7ba25de1bd591d109d2114620677f6af11d99 +refs/heads/master: 096797abbd93730c98ce765a6fe0abee3afaa782 diff --git a/trunk/drivers/net/wireless/ath/ath6kl/htc_pipe.c b/trunk/drivers/net/wireless/ath/ath6kl/htc_pipe.c index b21a69fb7f0f..f9626c723693 100644 --- a/trunk/drivers/net/wireless/ath/ath6kl/htc_pipe.c +++ b/trunk/drivers/net/wireless/ath/ath6kl/htc_pipe.c @@ -1378,6 +1378,9 @@ static int ath6kl_htc_pipe_conn_service(struct htc_target *target, /* copy all the callbacks */ ep->ep_cb = conn_req->ep_cb; + /* initialize tx_drop_packet_threshold */ + ep->tx_drop_packet_threshold = MAX_HI_COOKIE_NUM; + status = ath6kl_hif_pipe_map_service(ar, ep->svc_id, &ep->pipe.pipeid_ul, &ep->pipe.pipeid_dl);