blob: f020c21bb4c762ac65884c6b7d875564507e9ee5 [file] [log] [blame]
133716f4ece3 ("staging: wilc1000: return kernel error codes from wilc_wlan_stop")
0d1b57c1f04c ("staging: wilc1000: Don't reset WILC CPU disgracefully")
fea699163604 ("staging: wilc1000: Fix some double unlock bugs in wilc_wlan_cleanup()")
b997b84ffca6 ("staging: wilc1000: use proper namespace for macros in wilc_wlan_if.h header")
00d54198a716 ("staging: wilc1000: restructure macros used to handle security type")
110f4b755e5d ("staging: wilc1000: avoid use of 'g_spi' static variable")
3124a1f7bff4 ("staging: wilc1000: move 'chip_ps_state' static variable as part of 'wilc' struct")
87de37fe2ad4 ("staging: wilc1000: move hif_workqueue static variables to 'wilc' structure")
0b68334d487a ("staging: wilc1000: move static variable clients_count to 'wilc' structure")
6bccf8fc6cfc ("staging: wilc1000: avoid use of extra 'if' condition in wilc_init()")
4cf13399537e ("staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' struct")
2345ef30ea30 ("staging: wilc1000: replace ISWILC1000() macro with inline function")
e61c7a1caa97 ("staging: wilc1000: added Microchip copyright notice header")
02211edc9a1f ("staging: wilc1000: fix endianness warnings reported by sparse")
367b955907b1 ("staging: wilc1000: use descriptor-based interface for GPIO")
4b6cfa87b137 ("staging: wilc1000: rename variable from 'gpio' to 'gpio_irq'")
847794a1a738 ("staging: wilc1000: remove gpio parameter from wilc_netdev_init()")
6bcba96e8543 ("staging: wilc1000: move variable assignment along with its declaration")
cd46d1b11433 ("staging: wilc1000: remove unnecessary 'NULL' check from cfg80211_ops callbacks")
82120ec7afc3 ("staging: wilc1000: use 'int' inplace of 's32' date type")
d241877a1aca ("staging: wilc1000: avoid setting default value for variable at declaration")
8bdc6bbc0996 ("staging: wilc1000: avoid host_int_get_assoc_res_info() forward declaration")
2653aade4807 ("staging: wilc1000: avoid forward declaration for handle_scan_done()")
674650fd643e ("staging: wilc1000: remove unnecessary type used for wid id")
74cffafb6684 ("staging: wilc1000: use single space before opening brances '{'")
9542c441a714 ("staging: wilc1000: remove unnecessary blank line between variable declaration")
9fdc7420f282 ("staging: wilc1000: remove unused elements in 'wilc' struct")
ecba6b7477b2 ("staging: wilc1000: rename enum AUTHTYPE to use lowercase")
90824b7cdfd5 ("staging: wilc1000: rename enum SITESURVEY to use lowercase")
b69845eaef2c ("staging: wilc1000: remove extra enum defined for data rates")
d300da185096 ("staging: wilc1000: remove enum connect_status instead use ieee80211_statuscode")
c3bfe9f186a5 ("staging: wilc1000: remove unused enum declaration")
15c3381e3abb ("staging: wilc1000: fix static checker warning to unlock mutex in wilc_deinit()")
5c6a5eb3aa86 ("staging: use BIT_ULL for NL80211_STA_INFO_* attribute types")
6566dc041608 ("staging: wilc1000: avoid use of static variable 'inactive_time'")
e6ea187b5b2a ("staging: wilc1000: handle freeing of key data in wep add key")
c6a358d56476 ("staging: wilc1000: rename wilc_enqueue_cmd() to wilc_enqueue_work()")
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")
8c05c98b1a2f ("staging: wilc1000: Use common structs to parse ip packets")
089a137ad23a ("staging: wilc1000: move 'txq_spinlock_flags' from 'wilc' structure to local variable")
42e4a3adb0e2 ("staging: wilc1000: remove 'rxq_entries' from 'wilc' struct")
6adc35d97301 ("staging: wilc1000: use list_head to maintain 'rxq_entry_t elements in rx queue")
3d9241d65274 ("staging: wilc1000: use list_head to maintain 'txq_entry_t' elements of tx queue")
49bf665801c7 ("staging: wilc1000: refactor host_int_parse_assoc_resp_info() to remove unused code")
c7ceac21e78f ("staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()")
977febc9cfe3 ("staging: wilc1000: refactor del_station() to avoid parenthesis misalignment")
2cfcc2fc1bd3 ("staging: wilc1000: rename u8security to avoid datatype in variable name")