network: must re-send station request when we receive family ID

The get station request also fails if the family ID is invalid.
This commit is contained in:
Daniel Eklöf 2021-10-24 17:47:54 +02:00
parent 4e96dbd7f7
commit 9ffd305b59
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -695,6 +695,7 @@ handle_genl_ctrl(struct module *mod, uint16_t type, bool nested,
case CTRL_ATTR_FAMILY_ID: {
m->nl80211.family_id = *(const uint16_t *)payload;
send_nl80211_get_interface(m);
send_nl80211_get_station(m);
break;
}