blob: 3bbaa5f3d6fc05b86e9f90dd1d50601663cee4c0 [file] [log] [blame]
46f9172ef8c8 ("staging: wilc1000: Remove unused mutex cfg_values_lock")
2a200d6c38fe ("staging: wilc1000: Don't keep a copy of wiphy parameters in the driver")
6eb7207384d1 ("staging: wilc1000: validate cfg parameters before scheduling the work")
92a4d9a8bcfe ("staging: wilc1000: remove unused flags in handle_cfg_param()")
0b68334d487a ("staging: wilc1000: move static variable clients_count to 'wilc' structure")
4cf13399537e ("staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' struct")
90824b7cdfd5 ("staging: wilc1000: rename enum SITESURVEY to use lowercase")
05b9eaa7fc65 ("staging: wilc1000: rename enum CURRENT_TXRATE to use lowercase")
6566dc041608 ("staging: wilc1000: avoid use of static variable 'inactive_time'")
708d96fb2abe ("staging: wilc1000: remove 'hif_thread_comp' completions")
5e6f8a8ae292 ("staging: wilc1000: added 'work_comp' completion as part of host_if_msg")
ff52a57a7a42 ("staging: wilc1000: move the allocation of cmd out of wilc_enqueue_cmd()")
7233be314e02 ("staging: wilc1000: remove host_if_work() to handle TODO list issue")
3d9241d65274 ("staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queue")
a9a45c19afc8 ("staging: wilc1000: fix spelling mistake: "Preamle" -> "Preamble"")
1275022a105a ("staging: wilc1000: added comments for mutex and spinlock_t")
b3706d0ff356 ("staging: wilc1000: replace kmalloc with kmemdup() in handle_connect_timeout()")
f44cf0ee4a68 ("staging: wilc1000: fix line over 80 chars in handle_key()")
43103ed0c2d3 ("staging: wilc1000: remove 'ret' variable in handle_key()")
bcafa651d318 ("staging: wilc1000: added complete() call for error scenario in handle_key()")
228d0422bbbe ("staging: wilc1000: remove static variable 'del_beacon' and null check")
e83d2fac7842 ("staging: wilc1000: remove unnecessary 'out of memory' message in handle_key()")
fec2dbfeba09 ("staging: wilc1000: reorder functions to avoid forward declaration in linux_wlan")
ead6cb05088f ("staging: wilc1000: change function to static in linux_wlan")
81a7dc3d3195 ("staging: wilc1000: rename wlan init and deinit function prefixed with wil1000")
52f93a83eb99 ("staging: wilc1000: remove unused variable scan_while_connected")
f48a6c0622da ("staging: wilc1000: remove registering of ndo_do_ioctl callback")
4b255c6e38cc ("staging: wilc1000: remove the use of goto label in wilc_init()")
b2d26c8ccce4 ("staging: wilc1000: remove goto label '_done_' in handle_listen_state_expired()")
675a127e9059 ("staging: wilc1000: remove line over 80 char warnings in set_wiphy_params()")
fe014d4e6b55 ("staging: wilc1000: free memory allocated for general info message from firmware")
158152be0ae6 ("staging: wilc1000: split handle_rcvd_gnrl_async_info() to avoid leading tabs")
3b5f10dbea18 ("staging: wilc1000: free allocated memory in wilc_add_rx_gtk()")
2dc916f48ca3 ("staging: wilc1000: fix to free allocated memory in wilc_add_ptk()")
8d5b5e6a26d1 ("staging: wilc1000: free allocated memory after processing wilc_send_config_pkt()")
c26bdea4e709 ("staging: wilc1000: free memory allocated in add wep key functions")
7ab3e668aa9c ("staging: wilc1000: free allocated memory in edit and add station functions")
25b951332da0 ("staging: wilc1000: avoid 'NULL' pointer access in wilc_network_info_received()")
56294f87149f ("staging: wilc1000: remove unused global variables related to p2p")
50413119b614 ("staging: wilc1000: Destroy mutex object in deinitialization")
f3a46b0fccb3 ("staging: wilc1000: rename variables using camelCase in handle_rcvd_gnrl_async_info()")
d956839de0d0 ("staging: wilc1000: rename variables prefix using datatype 'u8'")
0e7ba8eb9779 ("staging: wilc1000: fix line over 80 character in handle_disconnect()")
54300bfb880f ("staging: wilc1000: fix line over 80 char in handle_connect()")
f32aeb0ecd0b ("staging: wilc1000: rename strConnectInfo to avoid camelCase")
ec90c21b4624 ("staging: wilc1000: rename pstrHostIFconnectAttr to avoid camelCase issue")
3b9ccd3bdb47 ("staging: wilc1000: fix line over 80 char in handle_rcvd_ntwrk_info()")
87ae3a5bd130 ("staging: wilc1000: rename handle_connect_timeout() variables to avoid camelCase")
83ff39d99b95 ("staging: wilc1000: fix line over 80 char in wilc_add_ptk()")
8007f00092c9 ("staging: wilc1000: rename pstrHostIFkeyAttr to avoid camelCase issue")