wlcore: move sysfs handling to a separate file
authorLuciano Coelho <coelho@ti.com>
Fri, 3 May 2013 23:46:38 +0000 (02:46 +0300)
committerLuciano Coelho <coelho@ti.com>
Mon, 17 Jun 2013 08:56:59 +0000 (11:56 +0300)
commit33cab57a50531756f28199d63b1a529bc9e01605
tree8c5d7018c9269b223de83124acefe82a7cd6097e
parent8f6ac537b50077b3f2b0e926b661a064dc136a2a
wlcore: move sysfs handling to a separate file

Instead of doing all the sysfs file handling in the main file, move it
to a new sysfs source file to reduce the amount of code in a single
file.

Signed-off-by: Luciano Coelho <coelho@ti.com>
drivers/net/wireless/ti/wlcore/Makefile
drivers/net/wireless/ti/wlcore/main.c
drivers/net/wireless/ti/wlcore/sysfs.c [new file with mode: 0644]
drivers/net/wireless/ti/wlcore/sysfs.h [new file with mode: 0644]