nl80211: Fix a typo in set_sta_vlan()
authorAuthor: Johannes Berg <johannes@sipsolutions.net>
Wed, 30 Sep 2009 16:23:52 +0000 (19:23 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 30 Sep 2009 16:23:52 +0000 (19:23 +0300)
commit1c766b094a82a669a1d0bb7f8d132b322e56e81d
tree31a097ff5c3ffde7e7d9491f482062fe73974360
parent9fac49c15c485e40a06a0141b668391f7f53eb37
nl80211: Fix a typo in set_sta_vlan()

The VLAN interface index needs to use NL80211_ATTR_STA_VLAN. It was
adding a duplicate NL80211_ATTR_IFINDEX.
src/drivers/driver_nl80211.c