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