aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wilc1000/host_interface.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-06staging: wilc1000: fix line over 80 char in handle_rcvd_ntwrk_info()Ajay Singh1-33/+33
2018-03-06staging: wilc1000: rename handle_connect_timeout() variables to avoid camelCaseAjay Singh1-11/+11
2018-03-06staging: wilc1000: fix line over 80 char in wilc_scan_complete_received()Ajay Singh1-1/+4
2018-03-06staging: wilc1000: fix line over 80 char in wilc_del_allstation() & wilc_deinit()Ajay Singh1-2/+4
2018-03-06staging: wilc1000: fix line over 80 char in wilc_add_ptk()Ajay Singh1-2/+4
2018-03-06staging: wilc1000: rename pstrHostIFkeyAttr to avoid camelCase issueAjay Singh1-60/+59
2018-03-06staging: wilc1000: fix line over 80 char in host_int_parse_join_bss_param()Ajay Singh1-108/+108
2018-03-06staging: wilc1000: fix line over 80 char for wilc_gnrl_async_info_received()Ajay Singh1-1/+4
2018-03-06staging: wilc1000: fix line over 80 char in wilc_network_info_received()Ajay Singh1-1/+4
2018-03-06staging: wilc1000: fix line over 80 char in handle_cfg_param()Ajay Singh1-77/+98
2018-03-06staging: wilc1000: remove always 'true' check from 'if' statementAjay Singh1-12/+6
2018-03-06staging: wilc1000: rename enuEvent to avoid camelCaseAjay Singh1-5/+4
2018-02-22staging: wilc1000: rename _WPARxGtk_end_case_ label to avoid camelCaseAjay Singh1-3/+3
2018-02-22staging: wilc1000: rename _WPAPtk_end_case_ label to avoid camelCaseAjay Singh1-3/+3
2018-02-22staging: wilc1000: rename pstrStationParam to avoid camelCaseAjay Singh1-24/+22
2018-02-22staging: wilc1000: rename pstrDelStaParam to avoid camelCaseAjay Singh1-3/+2
2018-02-22staging: wilc1000: rename strDisconnectNotifInfo to avoid camelCaseAjay Singh1-12/+12
2018-02-22staging: wilc1000: rename pstrStatistics to avoid camelCaseAjay Singh1-10/+10
2018-02-22staging: wilc1000: rename pstrSetBeaconParam to avoid camelCaseAjay Singh1-26/+25
2018-02-22staging: wilc1000: rename Handle_SetMulticastFilter to avoid camelCaseAjay Singh1-3/+3
2018-02-22staging: wilc1000: rename pu32InactiveTime to avoid camelCaseAjay Singh1-2/+2
2018-02-22staging: wilc1000: rename variables using camelCase in handle_rcvd_ntwrk_info()Ajay Singh1-23/+22
2018-02-22staging: wilc1000: rename ptstrJoinBssParam to avoid camelCaseAjay Singh1-39/+39
2018-02-22staging: wilc1000: rename pu8HdnNtwrksWidVal to avoid camelCaseAjay Singh1-4/+4
2018-02-19staging: wilc1000: remove Unnecessary parentheses around 'hif_set_mc->cnt'Ajay Singh1-1/+1
2018-02-19staging: wilc1000: rename wilc_remove_key() parameters to avoid camelCaseAjay Singh1-2/+2
2018-02-19staging: wilc1000: rename GetPeriodicRSSI to avoid camelCaseAjay Singh1-2/+2
2018-02-19staging: wilc1000: rename ListenTimerCB to avoid camelCaseAjay Singh1-2/+2
2018-02-19staging: wilc1000: rename functions starting with TimerCB_ to avoid camelCaseAjay Singh1-4/+4
2018-02-19staging: wilc1000: rename functions starting with Handle_ to avoid camelCaseAjay Singh1-49/+49
2018-02-19staging: wilc1000: rename pstrRcvdNetworkInfo to avoid camelCaseAjay Singh1-4/+4
2018-02-19staging: wilc1000: rename pstrRcvdGnrlAsyncInfo to avoid camelCaseAjay Singh1-12/+12
2018-02-19staging: wilc1000: rename strHostIfStaInactiveT to avoid camelCaseAjay Singh1-2/+2
2018-02-19staging: wilc1000: rename pstrHostIfRegisterFrame to avoid camelCaseAjay Singh1-4/+4
2018-02-19staging: wilc1000: rename pstrHostIfRemainOnChan to avoid camelCaseAjay Singh1-11/+11
2018-02-19staging: wilc1000: rename host_int_get_assoc_res_info() parameters to avoid camelCaseAjay Singh1-10/+10
2018-02-19staging: wilc1000: rename strHostIfSetMulti to avoid camelCaseAjay Singh1-9/+9
2018-02-19staging: wilc1000: rename s8PowerMode & strPowerMgmtParam to avoid camelCaseAjay Singh1-6/+6
2018-02-16staging: wilc1000: rename Handle_Key() and Handle_ConnectTimeout()Ajay Singh1-4/+4
2018-02-16staging: wilc1000: rename Handle_ScanDone function to avoid camelCaseAjay Singh1-8/+8
2018-02-16staging: wilc1000: rename pu8CurrByte variable to avoid camelCaseAjay Singh1-116/+116
2018-02-16staging: wilc1000: rename u32WidsCount to avoid camelCaseAjay Singh1-73/+73
2018-02-16staging: wilc1000: rename strWIDList variable to avoid camelCaseAjay Singh1-88/+88
2018-02-16staging: wilc1000: rename Handle_DelAllSta() and its variable using camelCaseAjay Singh1-12/+12
2018-02-16staging: wilc1000: rename variables using camelCase in host_int_ParseJoinBssParam()Ajay Singh1-115/+115
2018-01-23staging: wilc1000: fix alignments to match open parenthesisAjay Singh1-2/+2
2018-01-23staging: wilc1000: remove unnecessary use of parenthesesAjay Singh1-17/+17
2018-01-15staging: wilc1000: removed typedef from enum BSSTYPE_TAjay Singh1-1/+1
2017-11-13Merge tag 'staging-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-20/+25
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1