On 2019-02-13 18:40, Kalle Valo wrote:
Maya Erez <merez@xxxxxxxxxxxxxx> wrote:
rtap_include_phy_info is not in use, hence can be removed.
Signed-off-by: Maya Erez <merez@xxxxxxxxxxxxxx>
Signed-off-by: Kalle Valo <kvalo@xxxxxxxxxxxxxx>
Kbuild bot reported a warning:
drivers/net/wireless/ath/wil6210/txrx.c: In function
'wil_vring_reap_rx':
drivers/net/wireless/ath/wil6210/txrx.c:341:25: warning: 'rtap' may
be used uninitialized in this function [-Wmaybe-uninitialized]
rtap->rthdr.it_version = PKTHDR_RADIOTAP_VERSION;
The assignment line was deleted by mistake:
rtap = skb_push(skb, rtap_len);
I'll fix that.
--
Maya Erez
Qualcomm Israel, Inc. on behalf of Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a
Linux Foundation Collaborative Project