Loading net/wireless/nl80211.c +2 −0 Original line number Diff line number Diff line Loading @@ -10233,7 +10233,9 @@ static int nl80211_dump_survey(struct sk_buff *skb, struct netlink_callback *cb) } while (1) { wdev_lock(wdev); res = rdev_dump_survey(rdev, wdev->netdev, survey_idx, &survey); wdev_unlock(wdev); if (res == -ENOENT) break; if (res) Loading Loading
net/wireless/nl80211.c +2 −0 Original line number Diff line number Diff line Loading @@ -10233,7 +10233,9 @@ static int nl80211_dump_survey(struct sk_buff *skb, struct netlink_callback *cb) } while (1) { wdev_lock(wdev); res = rdev_dump_survey(rdev, wdev->netdev, survey_idx, &survey); wdev_unlock(wdev); if (res == -ENOENT) break; if (res) Loading