@@ -1482,7 +1482,6 @@ struct ath11k_htt_extd_stats_msg {
u8 data[0];
} __packed;
-
struct htt_mac_addr {
u32 mac_addr_l32;
u32 mac_addr_h16;
@@ -1069,10 +1069,10 @@ static u32 ath11k_bw_to_mac80211_bwflags(u8 bw)
mcs = HTT_USR_RATE_MCS(user_rate->rate_flags);
sgi = HTT_USR_RATE_GI(user_rate->rate_flags);
- /* Note: If host configured fixed rates and in some other special
+ /* Note: If host configured fixed rates and in some other special
* cases, the broadcast/management frames are sent in different rates.
* Firmware rate's control to be skipped for this?
- */
+ */
if (flags == WMI_RATE_PREAMBLE_VHT && mcs > 9) {
ath11k_warn(ab, "Invalid VHT mcs %hhd peer stats", mcs);
@@ -2318,7 +2318,7 @@ int ath11k_wmi_pdev_peer_pktlog_filter(struct ath11k *ar, u8 *addr, u8 enable)
FIELD_PREP(WMI_TLV_LEN, 0);
ptr += TLV_HDR_SIZE;
- info = (struct wmi_pdev_pktlog_filter_info*)ptr;
+ info = (struct wmi_pdev_pktlog_filter_info *)ptr;
ether_addr_copy(info->peer_macaddr.addr, addr);
info->tlv_header = FIELD_PREP(WMI_TLV_TAG, WMI_TAG_PDEV_PEER_PKTLOG_FILTER_INFO) |
drivers/net/wireless/ath/ath11k/dp.h:1482: Please don't use multiple blank lines drivers/net/wireless/ath/ath11k/dp_rx.c:1072: code indent should use tabs where possible drivers/net/wireless/ath/ath11k/dp_rx.c:1075: code indent should use tabs where possible drivers/net/wireless/ath/ath11k/wmi.c:2321: "(foo*)" should be "(foo *)" Signed-off-by: Karthikeyan Periyasamy <periyasa@codeaurora.org> --- drivers/net/wireless/ath/ath11k/dp.h | 1 - drivers/net/wireless/ath/ath11k/dp_rx.c | 4 ++-- drivers/net/wireless/ath/ath11k/wmi.c | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-)