summaryrefslogtreecommitdiffstats
path: root/drivers/staging
AgeCommit message (Expand)AuthorFilesLines
2018-04-25staging: visornic: fix visornic_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-25staging: wlan-ng: fix p80211knetdev_hard_start_xmit()'s return typeLuc Van Oostenryck1-2/+2
2018-04-25staging/wilc1000: fix wilc_mac_xmit()'s return typeLuc Van Oostenryck2-2/+2
2018-04-25staging: wilc1000: updated TODO listAjay Singh1-8/+0
2018-04-25staging: wilc1000: remove registering of ndo_do_ioctl callbackAjay Singh1-63/+0
2018-04-25staging: wilc1000: rename pu32InactiveTime to avoid camelCase issueAjay Singh1-1/+1
2018-04-25staging: wilc1000: remove the use of goto label in wilc_spi_clear_int_ext()Ajay Singh1-4/+4
2018-04-25staging: wilc1000: rename goto labels starting with '_' in wilc1000_wlan_init()Ajay Singh1-13/+13
2018-04-25staging: wilc1000: rename goto label '_fail_' linux naming convensionAjay Singh3-96/+96
2018-04-25staging: wilc1000: remove the use of goto label in wilc_init()Ajay Singh1-11/+8
2018-04-25staging: wilc1000: remove goto label '_done_' in handle_listen_state_expired()Ajay Singh1-2/+1
2018-04-25staging: wilc1000: remove the use of goto label in wilc_spi_read_int()Ajay Singh1-2/+1
2018-04-25staging: wilc1000: remove the use of goto label in wilc_spi_read_size()Ajay Singh1-2/+1
2018-04-25staging: wilc1000: remove the use of goto label in spi_cmd_complete()Ajay Singh1-5/+2
2018-04-25staging: wilc1000: remove multiple define for mac connect and disconnectAjay Singh1-3/+0
2018-04-25staging: wilc1000: remove multiple define used for MAX_SSID_LENAjay Singh1-1/+0
2018-04-25staging: wilc1000: remove unused macros in wilc moduleAjay Singh6-26/+0
2018-04-25staging: wilc1000: added identifiers name in function definationsAjay Singh1-13/+13
2018-04-25staging: wilc1000: rename WID_LOGTerminal_Switch to avoid camelCaseAjay Singh1-1/+1
2018-04-25staging: wilc1000: fix line over 80 chars in change_station()Ajay Singh1-4/+4
2018-04-25staging: wilc1000: use sizeof(variable) for memory allocated to store key infoAjay Singh1-4/+4
2018-04-25staging: wilc1000: handle error condition in add_key() and remove auth_type v...Ajay Singh1-24/+28
2018-04-25staging: wilc1000: refactor add_key() to avoid duplicated codeAjay Singh1-41/+23
2018-04-25staging: wilc1000: remove inner block {} and resetting of mode variableAjay Singh1-23/+20
2018-04-25staging: wilc1000: split add_key() to avoid line over 80 charsAjay Singh1-44/+64
2018-04-25staging: wilc1000: rename variable using datatype in their name in add_key()Ajay Singh1-16/+16
2018-04-25staging: wilc1000: rename WILC_WFI_wep_key & WILC_WFI_wep_key_lenAjay Singh2-17/+17
2018-04-25staging: wilc1000: remove line over 80 char warning in few functionsAjay Singh1-4/+8
2018-04-25staging: wilc1000: remove unused 'struct add_key_params'Ajay Singh1-6/+0
2018-04-25staging: wilc1000: remove line over 80 char in cfg_connect_result()Ajay Singh1-12/+22
2018-04-25staging: wilc1000: fix line over 80 char issue in clear_shadow_scan()Ajay Singh1-10/+11
2018-04-25staging: wilc1000: rename hAgingTimer to avoid camelCase issueAjay Singh1-5/+5
2018-04-25staging: wilc1000: refactor mgmt_tx to fix line over 80 charsAjay Singh1-76/+108
2018-04-25staging: wilc1000: rename WILC_WFI_p2p_rx & s32Freq to avoid camelCaseAjay Singh3-11/+11
2018-04-25staging: wilc1000: refactor WILC_WFI_p2p_rx() to avoid line over 80 charAjay Singh1-63/+82
2018-04-25staging: wilc1000: remove line over 80 char warnings in set_wiphy_params()Ajay Singh1-4/+4
2018-04-25staging: wilc1000: removed unused static variables for gtk and ptk informationAjay Singh1-80/+0
2018-04-25staging: wilc1000: refactor scan() to free kmalloc memory on failure casesAjay Singh1-16/+46
2018-04-25staging: ks7010: refactor hostif_sme_set_pmksa functionSergio Paracuellos1-8/+6
2018-04-25staging: ks7010: use ether_addr_copy in hostif_sme_multicast_setSergio Paracuellos1-1/+1
2018-04-25staging: ks7010: use ether_addr_equal in hostif_data_requestSergio Paracuellos1-1/+1
2018-04-25staging: ks7010: use ether_addr_equal in hostif_data_indicationSergio Paracuellos1-1/+1
2018-04-25staging: ks7010: use ether_addr_copy in hostif_mib_get_confirmSergio Paracuellos1-9/+2
2018-04-25staging: ks7010: use ether_addr_copy() instead of custom copySergio Paracuellos1-8/+1
2018-04-25staging: ks7010: remove duplicated ks_wlan_handler_def declarationSergio Paracuellos1-3/+0
2018-04-25staging: ks7010: remove WPS definition conditional codeSergio Paracuellos3-25/+0
2018-04-25staging: ks7010: fix line exceding 80 characters in ks_wlan_get_rangeSergio Paracuellos1-1/+2
2018-04-25staging: ks7010: refactor ks_wlan_get_mode functionSergio Paracuellos1-11/+2
2018-04-25staging: ks7010: refactor ks_wlan_set_mode functionSergio Paracuellos1-17/+6
2018-04-25staging: ks7010: remove some duplicated definitions in ks_wlan_net.cSergio Paracuellos1-6/+0