This patch series are all of my patches that haven't been applied yet. Most of them are from previous series and there are also a few new patches included. Sergio Paracuellos (47): staging: ks7010: add SPDX identifiers to all files staging: ks7010: move tx and rx queues definitions into ks_wlan.h header staging: ks7010: avoid ks_sdio_card dependency in ks_wlan header staging: ks7010: change netdev_dbg msg to avoid a long line staging: ks7010: remove missing WPS preprocessor conditional code staging: ks7010: use u8 instead of unsigned char in write_to_device function staging: ks7010: change local variable type in _ks_wlan_hw_power_save staging: ks7010: change local variable type in ks7010_rw_function staging: ks7010: change some local variables type in ks_sdio_interrupt staging: ks7010: change local variable type in ks7010_sdio_init_irqs staging: ks7010: use the same parameter for 'event' in hostif_sme_enqueue staging: ks7010: refactor ks7010_sme_enqueue_events function staging: ks7010: change local variable type in ks_wlan_hw_rx staging: ks7010: remove nonsense comment in ks_wlan.h file staging: ks7010: clean SME_MIC_FAILURE_REQUEST case in hostif_sme_execute staging: ks7010: convert MIB preprocessor defs into an enum staging: ks7010: conver MIB attributes preprocessor defs into an enum staging: ks7010: change some casts from uint8_t to u8 in ks_hostif header staging: ks7010: change parameter types and reorder them in hostif_mib_set_request staging: ks7010: add new helpers to achieve mib set request and simplify code staging: ks7010: use ether_addr_copy in get_current_ap staging: ks7010: move two preprocessor definitions to ks_wlan.h staging: ks7010: avoid two long lines in hostif_sme_mode_setup staging: ks7010: remove non sense comments in ks_hostif.c source file staging: ks7010: change type for rsn_enabled in wpa_status struct staging: ks7010: use ether_addr_copy to copy ethernet address sa_data staging: use ether_addr_copy in get_ap_information function staging: ks7010: move WLAN_EID_DS_PARAMS to different place inside switch staging: ks7010: factor out send_request_to_device function staging: ks7010: fix some style issues in ks_hostif.c staging: ks7010: add blank line between after definitions staging: ks7010: refactor hostif_sme_set_rsn function staging: ks7010: change parameter types in hostif_power_mgmt_request staging: ks7010: refactor hostif_sme_power_mgmt_set function staging: ks7010: use ether_addr_copy in ks_wlan_set_mac_address staging: ks7010: use ether_addr_copy in ks_wlan_net_start staging: ks7010: refactor ks_wlan_set_sleep_mode function staging: ks7010: refactor ks_wlan_set_phy_type function staging: ks7010: refactor ks_wlan_set_mlme function staging: ks7010: refactor ks_get_wireless_stats function staging: ks7010: use CIRC_CNT_TO_END macro in cnt_smeqbody staging: ks7010: refactor LOCAL_EEPROM_SUM case in hostif_mib_get_confirm staging: ks7010: use u16 instead of unsigned short in hostif_event_check staging: ks7010: use u16 instead of unsigned short in hostif_data_indication staging: ks7010: use u16 instead of unsigned short in hostif_connect_indication staging: ks7010: use u32 instead of unsigned int in hostif_bss_scan_confirm staging: ks7010: review local variable types in hostif_phy_information_confirm drivers/staging/ks7010/ks7010_sdio.c | 145 +++----- drivers/staging/ks7010/ks7010_sdio.h | 88 ----- drivers/staging/ks7010/ks_hostif.c | 661 ++++++++++++++------------------- drivers/staging/ks7010/ks_hostif.h | 184 +++++---- drivers/staging/ks7010/ks_wlan.h | 171 +++++++-- drivers/staging/ks7010/ks_wlan_ioctl.h | 5 +- drivers/staging/ks7010/ks_wlan_net.c | 88 ++--- drivers/staging/ks7010/michael_mic.c | 5 +- drivers/staging/ks7010/michael_mic.h | 5 +- 9 files changed, 629 insertions(+), 723 deletions(-) delete mode 100644 drivers/staging/ks7010/ks7010_sdio.h -- 2.7.4 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel