From owner-freebsd-wireless@FreeBSD.ORG Fri Jul 18 01:01:32 2014 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1A1EE8BA for ; Fri, 18 Jul 2014 01:01:32 +0000 (UTC) Received: from mail-ie0-x22a.google.com (mail-ie0-x22a.google.com [IPv6:2607:f8b0:4001:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E03BE24BC for ; Fri, 18 Jul 2014 01:01:31 +0000 (UTC) Received: by mail-ie0-f170.google.com with SMTP id rl12so3972810iec.1 for ; Thu, 17 Jul 2014 18:01:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1KFQFBqnmNBJe7ZhT2hapFCcecxRv+xl2s8MiLBAtGo=; b=GCNVttOO/iJmWT+FTHaPTC22D8EO84YZheh5UdcBm61mhnnb3+O3of3CV5ej2w4/c/ OGS9UOzmhrMXo2wg34dnRMpjAaWKR5BFZuJmB24TRsrhGN3b+jx/gmro0Nyo8LcgCPPh ft+AUDwOo04o4+DS049VuoQJqxurnC5hyN2hV1UqYilAna1uFvqg1UbsYKAUfmyYx+0i AB3n3hzRouH2JQiTFuTzs4PAyLPgbosB3LWddXsv2egp9IDLNDNZSNYwgcKsc20kcNPQ qTfQxX7DbuKe38cf21koDSi82LD4rgCbY/+cq2bxcmda6qAmAQMe0IyxDRsXuQoOzsPi QtOw== MIME-Version: 1.0 X-Received: by 10.42.76.139 with SMTP id e11mr2389938ick.77.1405645291270; Thu, 17 Jul 2014 18:01:31 -0700 (PDT) Received: by 10.64.20.1 with HTTP; Thu, 17 Jul 2014 18:01:31 -0700 (PDT) Date: Thu, 17 Jul 2014 21:01:31 -0400 Message-ID: Subject: Ralink RT2860 Frame retransmission From: Ramanujan Seshadri To: "freebsd-wireless@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Jul 2014 01:01:32 -0000 Hello, I'm trying to reset the number of re-transmissions for data frames in Ralink RT2860 driver. Can anyone please tell me where i should be looking at. Thanks ram