commit | 8997613c902d1c9b878860d93a990eee910d85e6 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <jouni@qca.qualcomm.com> | Wed Nov 26 01:14:41 2014 +0200 |
committer | Jouni Malinen <j@w1.fi> | Wed Nov 26 01:16:35 2014 +0200 |
tree | 7e20a95e10b7f72447c9edf8c513e60b38da1e85 | |
parent | a6b4ee217aa45f668793c4540b3bcdf2caa8f427 [diff] |
nl80211: Fix br_ifindex storing when hostapd creates the bridge Commit 6c6678e7a456d4af58a2bf24ec8f15fb8b8b24ef ('nl80211: Make br_ifindex available in i802_bss') did not cover the case where i802_check_bridge() ends up creating the bridge interface. That left bss->br_ifindex zero and prevented neighbor addition. Extend that functionality to update br_ifindex once the bridge netdev has been added. Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>