ath10k: Initialize list-head on vif creation.
authorBen Greear <greearb@candelatech.com>
Tue, 22 Oct 2013 21:54:14 +0000 (14:54 -0700)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 24 Oct 2013 05:33:29 +0000 (08:33 +0300)
commite63b33f3d059bda08ab7634a435024a6e7b82e1f
tree86e259b032ed32bb3fc9a005a8c2544b240b625f
parentf3782744c9b50edf94d28e37a937ff84f267dfab
ath10k: Initialize list-head on vif creation.

If the creation fails, this keeps us from crashing later when
trying to do a list_del(arvif->list).

Signed-off-by: Ben Greear <greearb@candelatech.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/mac.c