Once again my process to validate a Qualcomm Innovation Center patch
has exposed pre-existing kernel-doc issues in mac80211.h. I think I
had previously fixed all of the issues here, but that was before Randy
made me aware that I was missing some warnings which I'm now seeing
using -Wall.
One of the issues was for a function which has a prototype but which
doesn't have an implementation, so just delete that one.
---
Jeff Johnson (2):
wifi: mac80211: remove ieee80211_set_hw_80211_encap()
wifi: mac80211: Add missing return value documentation
include/net/mac80211.h | 50 ++++++++++++++++++++++++++++++--------------------
1 file changed, 30 insertions(+), 20 deletions(-)
---
base-commit: 8ea3f4f1a1b4242d5fc273f41aa7c86f6b40178c
change-id: 20240329-mac80211-kdoc-retval-de18b807d7b9