Loading net/wireless/nl80211.c +1 −4 Original line number Diff line number Diff line Loading @@ -2012,10 +2012,7 @@ static int nl80211_send_wiphy(struct cfg80211_registered_device *rdev, * case we'll continue with more data in the next round, * but break unconditionally so unsplit data stops here. */ if (state->split) state->split_start++; else state->split_start = 0; break; case 9: if (rdev->wiphy.extended_capabilities && Loading Loading
net/wireless/nl80211.c +1 −4 Original line number Diff line number Diff line Loading @@ -2012,10 +2012,7 @@ static int nl80211_send_wiphy(struct cfg80211_registered_device *rdev, * case we'll continue with more data in the next round, * but break unconditionally so unsplit data stops here. */ if (state->split) state->split_start++; else state->split_start = 0; break; case 9: if (rdev->wiphy.extended_capabilities && Loading