1234567891011121314151617181920212223 |
- From 48eaee3f272a5bfe6986d07c51f6975d3c2f74d1 Mon Sep 17 00:00:00 2001
- From: Arend Van Spriel <[email protected]>
- Date: Thu, 22 Mar 2018 21:28:31 +0100
- Subject: [PATCH] brcmfmac: add kerneldoc for struct brcmf_bus::msgbuf
- This field did not have kerneldoc description so adding it now.
- Signed-off-by: Arend van Spriel <[email protected]>
- Signed-off-by: Kalle Valo <[email protected]>
- ---
- drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h | 1 +
- 1 file changed, 1 insertion(+)
- --- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h
- +++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/bus.h
- @@ -140,6 +140,7 @@ struct brcmf_bus_stats {
- * @always_use_fws_queue: bus wants use queue also when fwsignal is inactive.
- * @wowl_supported: is wowl supported by bus driver.
- * @chiprev: revision of the dongle chip.
- + * @msgbuf: msgbuf protocol parameters provided by bus layer.
- */
- struct brcmf_bus {
- union {
|