1. 825b966 staging: wilc1000: use wilc instead of wilc_dev and remove wilc_dev by Glen Lee · 9 years ago
  2. ec62e6d staging: wilc1000: wilc_send_config_pkt: pass struct wilc by Glen Lee · 9 years ago
  3. b82d940 staging: wilc1000: add struct wilc to host_if_drv by Glen Lee · 9 years ago
  4. 00215dd staging: wilc1000: pass struct wilc to the functions which use hif_func by Glen Lee · 9 years ago
  5. e17bc4c staging: wilc1000: Merge wilc-branch-arnd into work-testing by Greg Kroah-Hartman · 9 years ago
  6. 562ed3f staging/wilc1000: pass struct wilc to most linux_wlan.c functions by Arnd Bergmann · 9 years ago
  7. 491880e staging/wilc1000: move extern declarations to headers by Arnd Bergmann · 9 years ago
  8. 0e1af73 staging/wilc1000: use proper naming for global symbols by Arnd Bergmann · 9 years ago
  9. 1608c40 staging/wilc1000: make symbols static if possible by Arnd Bergmann · 9 years ago
  10. 5f550d93 staging/wilc1000: remove unused functions by Arnd Bergmann · 9 years ago
  11. e3b14ba staging: wilc1000: remove host_int_get_rx_power_level by Chaehyun Lim · 9 years ago
  12. 409bee3 staging: wilc1000: remove host_int_get_assoc_req_info by Chaehyun Lim · 9 years ago
  13. 3fbb77f staging: wilc1000: remove host_int_disconnect_station by Chaehyun Lim · 9 years ago
  14. 9c2a6f2 staging: wilc1000: remove host_int_get_start_scan_req by Chaehyun Lim · 9 years ago
  15. a17a1f2 staging: wilc1000: remove host_int_set_start_scan_req by Chaehyun Lim · 9 years ago
  16. cb12ac5 staging: wilc1000: remove host_int_get_RSNAConfigPSKPassPhrase by Chaehyun Lim · 9 years ago
  17. bd6ef876 staging: wilc1000: remove host_int_set_RSNAConfigPSKPassPhrase by Chaehyun Lim · 9 years ago
  18. 9d8b915 staging: wilc1000: remove host_int_get_pmkid_info by Chaehyun Lim · 9 years ago
  19. 9bfda38 staging: wilc1000: use kmemdup in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  20. d002fcc staging: wilc1000: rename u8KeyLen in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  21. 57bfcbc staging: wilc1000: rename u8Ciphermode in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  22. 2f79758 staging: wilc1000: rename pu8TxMic in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  23. 6d36c27 staging: wilc1000: rename pu8RxMic in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  24. 982859c staging: wilc1000: rename KeyRSC in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  25. 18bef99 staging: wilc1000: rename u32KeyRSClen in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  26. 9a5e5736 staging: wilc1000: rename u8KeyIdx in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  27. 5285e91 staging: wilc1000: rename u8GtkKeylen in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  28. 3c0bf6b staging: wilc1000: rename pu8RxGtk in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  29. 1503457 staging: wilc1000: fix return type of host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  30. 8ab8c59 staging: wilc1000: use kmemdup in host_int_add_ptk by Chaehyun Lim · 9 years ago
  31. 53bbbb5 staging: wilc1000: rename u8KeyLen in host_int_add_ptk by Chaehyun Lim · 9 years ago
  32. fa26907 staging: wilc1000: replace u32 with int by Chaehyun Lim · 9 years ago
  33. 3e5c4ab staging: wilc1000: rename u8Idx in host_int_add_ptk by Chaehyun Lim · 9 years ago
  34. f0c8257 staging: wilc1000: rename u8Ciphermode in host_int_add_ptk by Chaehyun Lim · 9 years ago
  35. d7c0242 staging: wilc1000: rename pu8TxMic in host_int_add_ptk by Chaehyun Lim · 9 years ago
  36. 38f6629 staging: wilc1000: rename pu8RxMic in host_int_add_ptk by Chaehyun Lim · 9 years ago
  37. 0743b7e staging: wilc1000: rename u8PtkKeylen in host_int_add_ptk by Chaehyun Lim · 9 years ago
  38. d170536 staging: wilc1000: rename pu8Ptk in host_int_add_ptk by Chaehyun Lim · 9 years ago
  39. 706ab42 staging: wilc1000: fix return type of host_int_add_ptk by Chaehyun Lim · 9 years ago
  40. 9062305 staging: wilc1000: remove rates variable in host_int_add_station by Chaehyun Lim · 9 years ago
  41. 7897bd0 staging: wilc1000: use kmemdup in host_int_add_station by Chaehyun Lim · 9 years ago
  42. 773e02e staging: wilc1000: rename pstrAddStationMsg in host_int_add_station by Chaehyun Lim · 9 years ago
  43. e337854 staging: wilc1000: rename pstrStaParams in host_int_add_station by Chaehyun Lim · 9 years ago
  44. 18cfbd3 staging: wilc1000: fix return type of host_int_add_station by Chaehyun Lim · 9 years ago
  45. c87fbed staging: wilc1000: rename pstrDelStationMsg in host_int_del_station by Chaehyun Lim · 9 years ago
  46. c9c4eb4 staging: wilc1000: rename pu8MacAddr in host_int_del_station by Chaehyun Lim · 9 years ago
  47. 79a0c0a staging: wilc1000: fix return type of host_int_del_station by Chaehyun Lim · 9 years ago
  48. 0a5298c staging: wilc1000: fix return type of host_int_del_beacon by Chaehyun Lim · 9 years ago
  49. 540c3e8 staging: wilc1000: rename u8WidCnt of handle_cfg_param function by Leo Kim · 9 years ago
  50. 13ca52a staging: wilc1000: rename strWIDList of handle_cfg_param function by Leo Kim · 9 years ago
  51. dc27666 staging: wilc1000: rename Handle_CfgParam function by Leo Kim · 9 years ago
  52. b3bf8fd staging: wilc1000: rename Handle_GetMacAddress function by Leo Kim · 9 years ago
  53. a826742 staging: wilc1000: rename Handle_SetMacAddress function by Leo Kim · 9 years ago
  54. d451695 staging: wilc1000: rename Handle_get_IPAddress function by Leo Kim · 9 years ago
  55. a6e6d48 staging: wilc1000: rename Handle_set_IPAddress function by Leo Kim · 9 years ago
  56. 97b5c59 staging: wilc1000: rename Handle_SetOperationMode function by Leo Kim · 9 years ago
  57. 23f2bad staging: wilc1000: rename Handle_SetWfiDrvHandler function by Leo Kim · 9 years ago
  58. 3eec50c staging: wilc1000: rename Handle_SetChannel function by Leo Kim · 9 years ago
  59. 1b721bf staging: wilc1000: remove unused argument of chip_sleep_manually function by Leo Kim · 9 years ago
  60. e5f3524 staging: wilc1000: rename host_int_get_MacAddress function by Leo Kim · 9 years ago
  61. fb70e9f staging: wilc1000: rename gau8MulticastMacAddrList variable by Leo Kim · 9 years ago
  62. 3b840e4 staging: wilc1000: remove return type of Handle_wait_msg_q_empty by Leo Kim · 9 years ago
  63. 02ae2bd staging: wilc1000: rename strHostIFCfgParamAttr of fuction Handle_CfgParam by Leo Kim · 9 years ago
  64. 7f0ee9a staging: wilc1000: rename pstrHostIfGetMacAddress of fuction Handle_GetMacAddress by Leo Kim · 9 years ago
  65. 090dbb1 staging: wilc1000: rename pstrHostIfSetMacAddress of fuction Handle_SetMacAddress by Leo Kim · 9 years ago
  66. c033cda staging: wilc1000: remove unused parameter of fuction Handle_get_IPAddress by Leo Kim · 9 years ago
  67. ebc57d1 staging: wilc1000: rename firmwareIPAddress of fuction Handle_set_IPAddress by Leo Kim · 9 years ago
  68. a6527c3 staging: wilc1000: rename pu8IPAddr of fuction Handle_set_IPAddress by Leo Kim · 9 years ago
  69. acff1d7 staging: wilc1000: rename pstrHostIfSetOperationMode of fuction Handle_SetOperationMode by Leo Kim · 9 years ago
  70. 6b73c74 staging: wilc1000: rename pstrHostIfSetDrvHandler of fuction Handle_SetWfiDrvHandler by Leo Kim · 9 years ago
  71. 9cf7878 staging: wilc1000: rename pstrHostIFSetChan of fuction Handle_SetChannel by Leo Kim · 9 years ago
  72. 67ab64e staging: wilc1000: rename u16FlagsSet of struct add_sta_param by Leo Kim · 9 years ago
  73. f676e17 staging: wilc1000: rename u16FlagsMask of struct add_sta_param by Leo Kim · 9 years ago
  74. a486baf staging: wilc1000: rename u8ASELCap of struct add_sta_param by Leo Kim · 9 years ago
  75. 74fe73c staging: wilc1000: rename u32TxBeamformingCap of struct add_sta_param by Leo Kim · 9 years ago
  76. 223741d staging: wilc1000: rename u16HTExtParams of struct add_sta_param by Leo Kim · 9 years ago
  77. 5ebbf4f staging: wilc1000: rename au8SuppMCsSet of struct add_sta_param by Leo Kim · 9 years ago
  78. fba1f2d staging: wilc1000: rename u8AmpduParams of struct add_sta_param by Leo Kim · 9 years ago
  79. 0d073f6 staging: wilc1000: rename u16HTCapInfo of struct add_sta_param by Leo Kim · 9 years ago
  80. 2252012 staging: wilc1000: rename bIsHTSupported of struct add_sta_param by Leo Kim · 9 years ago
  81. a622e01 staging: wilc1000: rename pu8Rates of struct add_sta_param by Leo Kim · 9 years ago
  82. e734223 staging: wilc1000: rename u8NumRates of struct add_sta_param by Leo Kim · 9 years ago
  83. 4101eb8 staging: wilc1000: rename u16AssocID of struct add_sta_param by Leo Kim · 9 years ago
  84. 2353c38 staging: wilc1000: rename au8BSSID of struct add_sta_param by Leo Kim · 9 years ago
  85. 1229b1a staging: wilc1000: rename u64P2p_MgmtTimeout of struct host_if_drv by Leo Kim · 9 years ago
  86. 9d764e3 staging: wilc1000: rename u32ListenSessionID of struct remain_ch by Leo Kim · 9 years ago
  87. 7d06972 staging: wilc1000: rename tenuAuth_type of struct user_conn_req by Leo Kim · 9 years ago
  88. f79756e staging: wilc1000: rename u32RcvdChCount of struct user_scan_req by Leo Kim · 9 years ago
  89. 2141fe3 staging: wilc1000: rename WPAPtk of enum KEY_TYPE by Leo Kim · 9 years ago
  90. 5cd8f7a staging: wilc1000: rename WPARxGtk of enum KEY_TYPE by Leo Kim · 9 years ago
  91. 5416037 staging: wilc1000: rename u32TxFailureCount of struct rf_info by Leo Kim · 9 years ago
  92. 9b99274 staging: wilc1000: rename u32RxCount of struct rf_info by Leo Kim · 9 years ago
  93. 7e84ff4 staging: wilc1000: rename u32TxCount of struct rf_info by Leo Kim · 9 years ago
  94. 00c8dfc staging: wilc1000: rename s8RSSI of struct rf_info by Leo Kim · 9 years ago
  95. 5babeec staging: wilc1000: rename u8LinkSpeed of struct rf_info by Leo Kim · 9 years ago
  96. 73abaa4 staging: wilc1000: rename u32UserConnectPvoid of struct user_conn_req by Leo Kim · 9 years ago
  97. ff06982 staging: wilc1000: rename IsHTCapable of struct user_conn_req by Leo Kim · 9 years ago
  98. 33bfb19 staging: wilc1000: rename pfUserConnectResult of struct user_conn_req by Leo Kim · 9 years ago
  99. 331ed08 staging: wilc1000: rename ConnReqIEsLen of struct user_conn_req by Leo Kim · 9 years ago
  100. a3b2f4b staging: wilc1000: rename pu8ConnReqIEs of struct user_conn_req by Leo Kim · 9 years ago