index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
wilc1000
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: wilc1000: fix memdup.cocci warnings
Fengguang Wu
2018-03-28
1
-6
/
+4
*
staging: wilc1000: remove unused return variable
HariPrasath Elango
2018-03-28
1
-4
/
+2
*
staging: wilc1000: free memory allocated for general info message from firmware
Ajay Singh
2018-03-28
1
-17
/
+31
*
staging: wilc1000: split handle_rcvd_gnrl_async_info() to avoid leading tabs
Ajay Singh
2018-03-28
1
-137
/
+149
*
staging: wilc1000: free allocated memory in wilc_add_rx_gtk()
Ajay Singh
2018-03-28
1
-6
/
+11
*
staging: wilc1000: fix to free allocated memory in wilc_add_ptk()
Ajay Singh
2018-03-28
1
-6
/
+7
*
staging: wilc1000: free allocated memory after processing wilc_send_config_pkt()
Ajay Singh
2018-03-28
1
-3
/
+5
*
staging: wilc1000: free memory allocated in add wep key functions
Ajay Singh
2018-03-28
1
-10
/
+14
*
staging: wilc1000: free allocated memory in edit and add station functions
Ajay Singh
2018-03-28
1
-2
/
+6
*
staging: wilc1000: avoid 'NULL' pointer access in wilc_network_info_received()
Ajay Singh
2018-03-28
1
-3
/
+6
*
staging: wilc1000: remove unused global variables related to p2p
Ajay Singh
2018-03-28
1
-59
/
+0
*
staging: wilc1000: check for kmalloc allocation failures
Colin Ian King
2018-03-22
1
-0
/
+12
*
staging: wilc1000: replace switch statement by simple if condition
HariPrasath Elango
2018-03-22
1
-7
/
+1
*
staging: wilc1000: destroy initialized mutex object
HariPrasath Elango
2018-03-19
1
-0
/
+1
*
staging: wilc1000: use kmemdup instead of kmalloc and memcpy
HariPrasath Elango
2018-03-19
1
-2
/
+1
*
staging: wilc1000: Destroy mutex object in deinitialization
HariPrasath Elango
2018-03-19
1
-0
/
+1
*
staging: wilc1000: Fix code block alignment
HariPrasath Elango
2018-03-19
1
-3
/
+3
*
staging: wilc1000: fix line over 80 char issue in handle_scan_done()
Ajay Singh
2018-03-14
1
-4
/
+5
*
staging: wilc1000: rename variables using camelCase in handle_rcvd_gnrl_async...
Ajay Singh
2018-03-14
1
-43
/
+43
*
staging: wilc1000: rename WILC_HostIf_PackStaParam to avoid camelCase
Ajay Singh
2018-03-14
1
-3
/
+3
*
staging: wilc1000: rename variables prefix using datatype 'u8'
Ajay Singh
2018-03-14
2
-82
/
+81
*
staging: wilc1000: fix line over 80 character in handle_disconnect()
Ajay Singh
2018-03-14
1
-45
/
+45
*
staging: wilc1000: fix line over 80 char in handle_connect()
Ajay Singh
2018-03-14
1
-21
/
+27
*
staging: wilc1000: fix line over 80 char in handle_scan()
Ajay Singh
2018-03-14
1
-8
/
+10
*
staging: wilc1000: rename label 'ERRORHANDLER' to avoid uppercase name
Ajay Singh
2018-03-14
1
-27
/
+27
*
staging: wilc1000: rename strConnectInfo to avoid camelCase
Ajay Singh
2018-03-14
1
-28
/
+28
*
staging: wilc1000: rename pstrHostIFconnectAttr to avoid camelCase issue
Ajay Singh
2018-03-14
1
-52
/
+52
*
staging: wilc1000: fix line over 80 char in cfg_scan_result()
Ajay Singh
2018-03-14
1
-71
/
+77
*
staging: wilc1000: rename pJoinParams to avoid camelCase
Ajay Singh
2018-03-14
1
-2
/
+2
*
staging: wilc1000: fix line over 80 char in mgmt_tx_cancel_wait()
Ajay Singh
2018-03-14
1
-2
/
+6
*
staging: wilc1000: fix line over 80 char for cfg parse RX and TX function
Ajay Singh
2018-03-14
1
-35
/
+32
*
staging: wilc1000: fix line over 80 char in get_key() & set_default_key()
Ajay Singh
2018-03-14
1
-4
/
+4
*
staging: wilc1000: fix line over 80 char in change_virtual_intf()
Ajay Singh
2018-03-14
1
-2
/
+4
*
staging: wilc1000: rename au8ScanChanList to avoid camelCase
Ajay Singh
2018-03-14
1
-4
/
+4
*
staging: wilc1000: rename CfgScanResult to avoid camelCase
Ajay Singh
2018-03-14
1
-6
/
+5
*
staging: wilc1000: rename pstrNetworkInfo to avoid camelCase
Ajay Singh
2018-03-14
1
-26
/
+25
*
staging: wilc1000: rename strHiddenNetwork to avoid camelCase
Ajay Singh
2018-03-14
1
-9
/
+9
*
staging: wilc1000: rename u16DummyReasonCode to avoid camelCase
Ajay Singh
2018-03-06
1
-2
/
+2
*
staging: wilc1000: fix line over 80 char in handle_rcvd_ntwrk_info()
Ajay Singh
2018-03-06
1
-33
/
+33
*
staging: wilc1000: rename handle_connect_timeout() variables to avoid camelCase
Ajay Singh
2018-03-06
1
-11
/
+11
*
staging: wilc1000: fix line over 80 char in wilc_scan_complete_received()
Ajay Singh
2018-03-06
1
-1
/
+4
*
staging: wilc1000: fix line over 80 char in wilc_del_allstation() & wilc_dein...
Ajay Singh
2018-03-06
1
-2
/
+4
*
staging: wilc1000: fix line over 80 char in wilc_add_ptk()
Ajay Singh
2018-03-06
1
-2
/
+4
*
staging: wilc1000: rename pstrHostIFkeyAttr to avoid camelCase issue
Ajay Singh
2018-03-06
1
-60
/
+59
*
staging: wilc1000: fix line over 80 char in host_int_parse_join_bss_param()
Ajay Singh
2018-03-06
1
-108
/
+108
*
staging: wilc1000: fix line over 80 char for wilc_gnrl_async_info_received()
Ajay Singh
2018-03-06
1
-1
/
+4
*
staging: wilc1000: fix line over 80 char in wilc_network_info_received()
Ajay Singh
2018-03-06
1
-1
/
+4
*
staging: wilc1000: fix line over 80 char in handle_cfg_param()
Ajay Singh
2018-03-06
1
-77
/
+98
*
staging: wilc1000: remove always 'true' check from 'if' statement
Ajay Singh
2018-03-06
1
-12
/
+6
*
staging: wilc1000: rename enuEvent to avoid camelCase
Ajay Singh
2018-03-06
1
-5
/
+4
[next]