[PATCH wireless-next 1/5] wifi: cfg80211: Drop unused link stats handling in nl80211_send_station()

Johannes Berg johannes at sipsolutions.net
Mon Jun 8 00:17:53 PDT 2026


On Sun, 2026-06-07 at 23:29 +0530, P Praneesh wrote:
> 
> -static int nl80211_fill_link_station(struct sk_buff *msg,
> -				     struct cfg80211_registered_device *rdev,
> -				     struct link_station_info *link_sinfo)

It's a bit odd that you're dropping this only to reintroduce it in patch
4, but I guess it served at least to notice that:

> -	link_sinfoattr = nla_nest_start_noflag(msg, NL80211_ATTR_STA_INFO);

all of the nla_nest_start() calls in it really shouldn't have been
_noflag in the new code at all.

johannes



More information about the ath12k mailing list