From: Ajay Singh <ajay.kathat@xxxxxxxxxxxxx> This series mainly contains the changes to make use of cfg80211 and framework provided API's instead of having own implementation. After refactoring of coreconfigurator functions, most of the redundant code is removed, hence deleted the extra file. Ajay Singh (8): staging: wilc1000: refactor wilc_parse_network_info() using kernel framework api's staging: wilc1000: remove unused code in coreconfigurator staging: wilc1000: refactor get_bssid() function staging: wilc1000: avoid line over 80 chars in wilc_parse_network_info() staging: wilc1000: refactor wilc_parse_assoc_resp_info() staging: wilc1000: remove unnecessary MAX_STRING_LEN macro staging: wilc1000: remove coreconfigurator.c file staging: wilc1000: remove coreconfigurator.h file drivers/staging/wilc1000/Makefile | 3 +- drivers/staging/wilc1000/coreconfigurator.c | 287 ---------------------------- drivers/staging/wilc1000/coreconfigurator.h | 81 -------- drivers/staging/wilc1000/host_interface.c | 117 ++++++++++++ drivers/staging/wilc1000/host_interface.h | 61 +++++- drivers/staging/wilc1000/wilc_wlan_cfg.c | 1 - 6 files changed, 177 insertions(+), 373 deletions(-) delete mode 100644 drivers/staging/wilc1000/coreconfigurator.c delete mode 100644 drivers/staging/wilc1000/coreconfigurator.h -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel