Message ID | 20241008073534.1195-2-quic_kangyang@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Jeff Johnson |
Headers | show
Received: from mx0b-0031df01.pphosted.com (mx0b-0031df01.pphosted.com [205.220.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 83B2E1D0F76 for <linux-wireless@vger.kernel.org>; Tue, 8 Oct 2024 07:36:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=205.220.180.131 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728372969; cv=none; b=gopGLYJbFCzqMoXFp+XU4KYN1aTR9/+nNSVm1CoUYAZUdV7oBSOPPXetcsKs11MAw2HcQHUyyWkhNCXVNM5WphTRZiXCXYdFRnV+eavH6bpJH9P9X2GBI2LdmMaYyy4EG4uhUlaawIWJreACoEhAK3ujn2uU7jknllBF4V/o50A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1728372969; c=relaxed/simple; bh=cZWvNFybfovR+xdWvpq/2PU//YfdSC/JmkWsPrcNxYE=; h=From:To:CC:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Q5xXjduBc0JJ20dwJuJASHyoKH1XwgW1I3K7FZti2GJPJgz1SHZ8qlKFe1hn6c6K/icKakoAduJllQYO/+fcFFeLktsrksK0p7q1ZdkgCpCmss+lNSAIfAfOg0sHO8grq6tPRaRE4v8d1m3EQPmr5fHgMpjrjlNGeJcJMAibSuY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com; spf=pass smtp.mailfrom=quicinc.com; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b=KjCxxkz8; arc=none smtp.client-ip=205.220.180.131 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=quicinc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=quicinc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=quicinc.com header.i=@quicinc.com header.b="KjCxxkz8" Received: from pps.filterd (m0279873.ppops.net [127.0.0.1]) by mx0a-0031df01.pphosted.com (8.18.1.2/8.18.1.2) with ESMTP id 497JxEZ0028604; Tue, 8 Oct 2024 07:36:02 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=quicinc.com; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to; s=qcppdkim1; bh= fj2TmsvwY5VAlr11Kigu3B3FpmDV/T9tNtvJbzj9U/A=; b=KjCxxkz8zXxPeqf3 Ed5X6l3y4pGlwLYVRjUpiZ5GB5+UrQFdW2x0osGYrnzJxH8SJAR8lTpan/aXt5Zc giItKBT64yN4n/uJCBRYrI1qjxzuqSyINeuHYVpQ8SF3E93xmC5WZoKxAqGD2mHI cj4PQeSFC/IGrR+gPEZOgfFkr0ImcvhkUqhA2VPTWg95zqZLwXHjNDdNZ4BhYe98 TcoJwuWqMmxtqrz8fInh0dQt9Md/XfQv/rryV4KCjD+9iyRtXheCJY0PAZtSULV2 PKC9k1Ueq94nH/Fhqi1wK7HZspfWc/pvDFkENdFh+C0NEEC/8WRT22QpYtuFCg/s zxz0/A== Received: from nalasppmta01.qualcomm.com (Global_NAT1.qualcomm.com [129.46.96.20]) by mx0a-0031df01.pphosted.com (PPS) with ESMTPS id 422xs4ehye-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 08 Oct 2024 07:36:01 +0000 (GMT) Received: from nalasex01b.na.qualcomm.com (nalasex01b.na.qualcomm.com [10.47.209.197]) by NALASPPMTA01.qualcomm.com (8.18.1.2/8.18.1.2) with ESMTPS id 4987a0e4012680 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Tue, 8 Oct 2024 07:36:00 GMT Received: from kangyang.ap.qualcomm.com (10.80.80.8) by nalasex01b.na.qualcomm.com (10.47.209.197) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1544.9; Tue, 8 Oct 2024 00:35:59 -0700 From: Kang Yang <quic_kangyang@quicinc.com> To: <ath12k@lists.infradead.org> CC: <linux-wireless@vger.kernel.org>, <quic_kangyang@quicinc.com> Subject: [PATCH v2 01/11] wifi: ath12k: remove unused variable monitor_present Date: Tue, 8 Oct 2024 15:35:24 +0800 Message-ID: <20241008073534.1195-2-quic_kangyang@quicinc.com> X-Mailer: git-send-email 2.34.1.windows.1 In-Reply-To: <20241008073534.1195-1-quic_kangyang@quicinc.com> References: <20241008073534.1195-1-quic_kangyang@quicinc.com> Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: <linux-wireless.vger.kernel.org> List-Subscribe: <mailto:linux-wireless+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-wireless+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: nasanex01b.na.qualcomm.com (10.46.141.250) To nalasex01b.na.qualcomm.com (10.47.209.197) X-QCInternal: smtphost X-Proofpoint-Virus-Version: vendor=nai engine=6200 definitions=5800 signatures=585085 X-Proofpoint-ORIG-GUID: 5MHF1o1zSGZnhk7KoCpgQUyotp-HNqi4 X-Proofpoint-GUID: 5MHF1o1zSGZnhk7KoCpgQUyotp-HNqi4 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.293,Aquarius:18.0.1039,Hydra:6.0.680,FMLib:17.12.60.29 definitions=2024-09-06_09,2024-09-06_01,2024-09-02_01 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 mlxscore=0 bulkscore=0 spamscore=0 suspectscore=0 adultscore=0 impostorscore=0 phishscore=0 mlxlogscore=802 lowpriorityscore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2409260000 definitions=main-2410080048 |
Series |
wifi: ath12k: some fixes and clean up for monitor mode
|
expand
|
diff --git a/drivers/net/wireless/ath/ath12k/core.h b/drivers/net/wireless/ath/ath12k/core.h index 7f2e9a9b4097..a048cba83112 100644 --- a/drivers/net/wireless/ath/ath12k/core.h +++ b/drivers/net/wireless/ath/ath12k/core.h @@ -561,7 +561,6 @@ struct ath12k { u32 chan_tx_pwr; u32 num_stations; u32 max_num_stations; - bool monitor_present; /* To synchronize concurrent synchronous mac80211 callback operations, * concurrent debugfs configuration and concurrent FW statistics events. */