]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
ath6kl: Group wiphy initialization into ath6kl_cfg80211_init()
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Tue, 28 Feb 2012 14:50:19 +0000 (20:20 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 1 Mar 2012 06:30:18 +0000 (08:30 +0200)
commitf2afdac709546f03cbdb11dc58f2c8250678bc66
tree4cea51113a600bc14996d73eb38c06caad3a0401
parentfaaf192908b163eaeddc69940e08f2f42d72ea5d
ath6kl: Group wiphy initialization into ath6kl_cfg80211_init()

There are some code which initializes various wiphy members
left outside ath6kl_cfg80211_init(), in ath6kl_core_init().
Move them into a single palce.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c
drivers/net/wireless/ath/ath6kl/core.c