commit | 45eaa78f757b3b3992ca02c753764665e9fba0a4 | [log] [tgz] |
---|---|---|
author | Kalle Valo <kvalo@qca.qualcomm.com> | Tue Jan 17 20:09:05 2012 +0200 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Wed Jan 18 13:59:49 2012 +0200 |
tree | 6a8dacef6f3fc10fb303035c218d4c16923ea523 | |
parent | f29af97853599e9537191c4f33f8ac87f3f503a9 [diff] |
ath6kl: create core.c Currently core functions are spread between various files, group all the functions into file and rename the functions to follow the style used elsewhere in the driver. This will make it easier to a separate core module. Also fix a bug where wiphy is freed too early. Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>