From patchwork Tue Nov 10 16:58:52 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thierry Reding X-Patchwork-Id: 542530 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id A847F141412 for ; Wed, 11 Nov 2015 03:59:16 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=Gy8YUQLB; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752239AbbKJQ64 (ORCPT ); Tue, 10 Nov 2015 11:58:56 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:35399 "EHLO mail-wm0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751798AbbKJQ6z (ORCPT ); Tue, 10 Nov 2015 11:58:55 -0500 Received: by wmdw130 with SMTP id w130so79719199wmd.0; Tue, 10 Nov 2015 08:58:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=G4axXO91i32utNn4QQt/l5xlMFEz6DhS6/yui4EgDt4=; b=Gy8YUQLBjyU77d/DFAEfNCoHV7YAOKZ+hBcYoHe/qPYm+8W2PsunMIKlDZ2I/4hFhm nfAE+12Asm2HbMYJqZL1J53dxtx7G9ljBsIK0iaW3Gj2x1VgXFoBVjayrpHNXghKtbDs aeiqQzND5SIONkJLQVUnBYxKPHN/IIBq3y9GUvoBl8zi5jT55RNsxxy8f10o1qT5ilD/ 7t+3wfp/gN7fi87n8YlomGoa2WBfnyzhfELWWq4FGrkCfzMbJrmJfXmf27ys6bsy0BFK Xi9xYGFFCuK/vwp0DBT+L2Vx9eM/cFJUETsn2TQlKatuJdaTiVx7PYDEFJ+RbXrRoV1j YVfA== X-Received: by 10.194.62.73 with SMTP id w9mr4975509wjr.126.1447174733888; Tue, 10 Nov 2015 08:58:53 -0800 (PST) Received: from localhost (port-428.pppoe.wtnet.de. [84.46.1.173]) by smtp.gmail.com with ESMTPSA id ej10sm3563349wjd.32.2015.11.10.08.58.53 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 10 Nov 2015 08:58:53 -0800 (PST) From: Thierry Reding To: Johannes Berg Cc: "David S. Miller" , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] mac80211: Remove kerneldoc for beacon_loss_count Date: Tue, 10 Nov 2015 17:58:52 +0100 Message-Id: <1447174732-28449-1-git-send-email-thierry.reding@gmail.com> X-Mailer: git-send-email 2.5.0 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Thierry Reding The beacon_loss_count field was removed from the structure in commit 976bd9efdae6 ("mac80211: move beacon_loss_count into ifmgd"). This updates the kerneldoc comment to match the structure definition. Signed-off-by: Thierry Reding --- Applies on top of next-20151110. net/mac80211/sta_info.h | 1 - 1 file changed, 1 deletion(-) diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index 2cafb21b422f..fb77ece9a8c8 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -370,7 +370,6 @@ DECLARE_EWMA(signal, 1024, 8) * @uploaded: set to true when sta is uploaded to the driver * @sta: station information we share with the driver * @sta_state: duplicates information about station state (for debug) - * @beacon_loss_count: number of times beacon loss has triggered * @rcu_head: RCU head used for freeing this station struct * @cur_max_bandwidth: maximum bandwidth to use for TX to the station, * taken from HT/VHT capabilities or VHT operating mode notification