summaryrefslogtreecommitdiff
path: root/drivers/staging/ks7010/ks_wlan.h
AgeCommit message (Expand)Author
2018-05-15staging: ks7010: Remove unused defineNathan Chancellor
2018-05-14staging: ks7010: replace not standard uint type to unsigned intSergio Paracuellos
2018-05-06staging: ks7010: change type for rsn_enabled in wpa_status structSergio Paracuellos
2018-05-06staging: ks7010: move two preprocessor definitions to ks_wlan.hSergio Paracuellos
2018-05-06staging: ks7010: remove nonsense comment in ks_wlan.h fileSergio Paracuellos
2018-05-06staging: ks7010: avoid ks_sdio_card dependency in ks_wlan headerSergio Paracuellos
2018-05-06staging: ks7010: move tx and rx queues definitions into ks_wlan.h headerSergio Paracuellos
2018-05-06staging: ks7010: add SPDX identifiers to all filesSergio Paracuellos
2018-04-25staging: ks7010: remove WPS definition conditional codeSergio Paracuellos
2018-04-25staging: ks7010: removes data_buff field of ks_wlan_private structSergio Paracuellos
2018-04-25staging: ks7010: remove two fields of ks_wlan_private structSergio Paracuellos
2018-04-25staging: ks7010: change name and type for device_open_status fieldSergio Paracuellos
2018-04-23staging: ks7010: remove enum from ks_wlan.h headerSergio Paracuellos
2018-04-23staging: ks7010: review includes of ks_wlan.h fileSergio Paracuellos
2018-04-23staging: ks7010: Change 'device_open_status' to a bool.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct wps_status_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct pmk_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct pmk_list_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct wpa_status_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct mic_failure_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct wpa_key_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct scan_ext_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct sleep_status_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct power_save_status_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct local_eeprom_sum_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct local_gain_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct local_aplist_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct local_ap_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct wps_ie_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct rsn_ie_t'.Quytelda Kahja
2018-04-23staging: ks7010: Remove trailing _t from 'struct hostt_t'.Quytelda Kahja
2018-03-29staging: ks7010: Remove unused member 'reg_net' from 'ks_wlan_private'.Quytelda Kahja
2018-03-29staging: ks7010: Change mac_address_valid to a bool instead of int.Quytelda Kahja
2018-03-28staging: ks7010: use GENMASK instead of custom defines in SME_WEP_VAL_MASKSergio Paracuellos
2018-03-28staging: ks7010: Fix spelling mistakes.Quytelda Kahja
2018-03-22staging: ks7010: remove max_event_count field which is only being used in debugSergio Paracuellos
2018-03-22staging: ks7010: replace KS_WLAN_DEBUG with DEBUG preprocessor directiveSergio Paracuellos
2018-03-19staging: ks7010: replace DPRINTK traces in favour of netdev_*Sergio Paracuellos
2017-05-15staging: ks7010: avoid CamelCase in fields of struct local_gain_tJanusz Lisiecki
2017-04-28staging: ks7010: make abbreviation mgmt uniformTobin C. Harding
2017-04-28staging: ks7010: abstract connection statusTobin C. Harding
2017-04-18staging: ks7010: move hw info into dev private dataTobin C. Harding
2017-04-18staging: ks7010: move tasklet_struct to ks_wlan_privateTobin C. Harding
2017-04-18staging: ks7010: rename wakeup work structTobin C. Harding
2017-03-06staging: ks7010: fix coding style issue of aligning comments properlyChetan Sethi
2017-03-06staging: ks7010: fix coding style issue of using __func__ instead of __FUNCTI...Chetan Sethi
2017-03-06staging: ks7010: fix coding style issue of using pr_notice instead of printkChetan Sethi
2017-03-06staging: ks7010: fix coding style issue of enclosing complex macro value in p...Chetan Sethi
2017-03-06staging: ks7010: fixed warning of avoiding line over 80 charactersChetan Sethi
2017-03-06Staging: ks7010: ks_*: Use the BIT macro for bitwise checksShiva Kerdel