1. 03efae3 staging: wilc1000: set hif_drv before it is used by Glen Lee · 9 years ago
  2. cd2920a staging: wilc1000: remove wilc of struct host_if_drv by Glen Lee · 9 years ago
  3. b13584a staging: wilc1000: remove drv of struct host_if_msg by Glen Lee · 9 years ago
  4. e79dcf7 staging: wilc1000: remove used functions by Glen Lee · 9 years ago
  5. 7036c62 staging: wilc1000: change join_req_drv type and it's name by Glen Lee · 9 years ago
  6. 31f0f69 staging: wilc1000: wilc_set_wfi_drv_handler: pass vif index by Glen Lee · 9 years ago
  7. eb9939b staging: wilc1000: use vif index to communicate with wilc device by Glen Lee · 9 years ago
  8. cd04d22 staging: wilc1000: pass struct wilc by Glen Lee · 9 years ago
  9. 71130e8 staging: wilc1000: take vif instead of drv in hostIFthread by Glen Lee · 9 years ago
  10. fbf5379 staging: wilc1000: remove argument hif_drv by Glen Lee · 9 years ago
  11. cf60106 staging: wilc1000: pass vif to hostIFthread by Glen Lee · 9 years ago
  12. a4cac48 staging: wilc1000: move perInterface_wlan_t to wilc_vif by Glen Lee · 9 years ago
  13. 6d04d7a staging: wilc1000: wilc_deinit(): fixes inconsistent returns by Leo Kim · 9 years ago
  14. cb3b05c staging: wilc1000: wilc_init(): fixes inconsistent returns by Leo Kim · 9 years ago
  15. 653bb46 staging: wilc1000: fixes potential null dereference 'wid.val' by Leo Kim · 9 years ago
  16. 7cf8e59 staging: wilc1000: replace 'ptr > 0' check by 'ptr' check. by Mario J. Rugiero · 9 years ago
  17. cc28e4b staging: wilc1000: fix a bug when unload driver by Glen Lee · 9 years ago
  18. c8751ad staging: wilc1000: Handle_SetMulticastFilter(): fixes right shifting more than type allows by Leo Kim · 9 years ago
  19. 9edaa5f staging: wilc1000: change if with else if by Leo Kim · 9 years ago
  20. b0b9f3e staging: wilc1000: Handle_AddBASession: remove unused function by Leo Kim · 9 years ago
  21. e554a30 staging: wilc1000: rename wilc_connected_SSID variable by Leo Kim · 9 years ago
  22. 825b966 staging: wilc1000: use wilc instead of wilc_dev and remove wilc_dev by Glen Lee · 9 years ago
  23. ec62e6d staging: wilc1000: wilc_send_config_pkt: pass struct wilc by Glen Lee · 9 years ago
  24. b82d940 staging: wilc1000: add struct wilc to host_if_drv by Glen Lee · 9 years ago
  25. 00215dd staging: wilc1000: pass struct wilc to the functions which use hif_func by Glen Lee · 9 years ago
  26. e17bc4c staging: wilc1000: Merge wilc-branch-arnd into work-testing by Greg Kroah-Hartman · 9 years ago
  27. 562ed3f staging/wilc1000: pass struct wilc to most linux_wlan.c functions by Arnd Bergmann · 9 years ago
  28. 491880e staging/wilc1000: move extern declarations to headers by Arnd Bergmann · 9 years ago
  29. 0e1af73 staging/wilc1000: use proper naming for global symbols by Arnd Bergmann · 9 years ago
  30. 1608c40 staging/wilc1000: make symbols static if possible by Arnd Bergmann · 9 years ago
  31. 5f550d93 staging/wilc1000: remove unused functions by Arnd Bergmann · 9 years ago
  32. e3b14ba staging: wilc1000: remove host_int_get_rx_power_level by Chaehyun Lim · 9 years ago
  33. 409bee3 staging: wilc1000: remove host_int_get_assoc_req_info by Chaehyun Lim · 9 years ago
  34. 3fbb77f staging: wilc1000: remove host_int_disconnect_station by Chaehyun Lim · 9 years ago
  35. 9c2a6f2 staging: wilc1000: remove host_int_get_start_scan_req by Chaehyun Lim · 9 years ago
  36. a17a1f2 staging: wilc1000: remove host_int_set_start_scan_req by Chaehyun Lim · 9 years ago
  37. cb12ac5 staging: wilc1000: remove host_int_get_RSNAConfigPSKPassPhrase by Chaehyun Lim · 9 years ago
  38. bd6ef876 staging: wilc1000: remove host_int_set_RSNAConfigPSKPassPhrase by Chaehyun Lim · 9 years ago
  39. 9d8b915 staging: wilc1000: remove host_int_get_pmkid_info by Chaehyun Lim · 9 years ago
  40. 9bfda38 staging: wilc1000: use kmemdup in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  41. d002fcc staging: wilc1000: rename u8KeyLen in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  42. 57bfcbc staging: wilc1000: rename u8Ciphermode in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  43. 2f79758 staging: wilc1000: rename pu8TxMic in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  44. 6d36c27 staging: wilc1000: rename pu8RxMic in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  45. 982859c staging: wilc1000: rename KeyRSC in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  46. 18bef99 staging: wilc1000: rename u32KeyRSClen in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  47. 9a5e5736 staging: wilc1000: rename u8KeyIdx in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  48. 5285e91 staging: wilc1000: rename u8GtkKeylen in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  49. 3c0bf6b staging: wilc1000: rename pu8RxGtk in host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  50. 1503457 staging: wilc1000: fix return type of host_int_add_rx_gtk by Chaehyun Lim · 9 years ago
  51. 8ab8c59 staging: wilc1000: use kmemdup in host_int_add_ptk by Chaehyun Lim · 9 years ago
  52. 53bbbb5 staging: wilc1000: rename u8KeyLen in host_int_add_ptk by Chaehyun Lim · 9 years ago
  53. fa26907 staging: wilc1000: replace u32 with int by Chaehyun Lim · 9 years ago
  54. 3e5c4ab staging: wilc1000: rename u8Idx in host_int_add_ptk by Chaehyun Lim · 9 years ago
  55. f0c8257 staging: wilc1000: rename u8Ciphermode in host_int_add_ptk by Chaehyun Lim · 9 years ago
  56. d7c0242 staging: wilc1000: rename pu8TxMic in host_int_add_ptk by Chaehyun Lim · 9 years ago
  57. 38f6629 staging: wilc1000: rename pu8RxMic in host_int_add_ptk by Chaehyun Lim · 9 years ago
  58. 0743b7e staging: wilc1000: rename u8PtkKeylen in host_int_add_ptk by Chaehyun Lim · 9 years ago
  59. d170536 staging: wilc1000: rename pu8Ptk in host_int_add_ptk by Chaehyun Lim · 9 years ago
  60. 706ab42 staging: wilc1000: fix return type of host_int_add_ptk by Chaehyun Lim · 9 years ago
  61. 9062305 staging: wilc1000: remove rates variable in host_int_add_station by Chaehyun Lim · 9 years ago
  62. 7897bd0 staging: wilc1000: use kmemdup in host_int_add_station by Chaehyun Lim · 9 years ago
  63. 773e02e staging: wilc1000: rename pstrAddStationMsg in host_int_add_station by Chaehyun Lim · 9 years ago
  64. e337854 staging: wilc1000: rename pstrStaParams in host_int_add_station by Chaehyun Lim · 9 years ago
  65. 18cfbd3 staging: wilc1000: fix return type of host_int_add_station by Chaehyun Lim · 9 years ago
  66. c87fbed staging: wilc1000: rename pstrDelStationMsg in host_int_del_station by Chaehyun Lim · 9 years ago
  67. c9c4eb4 staging: wilc1000: rename pu8MacAddr in host_int_del_station by Chaehyun Lim · 9 years ago
  68. 79a0c0a staging: wilc1000: fix return type of host_int_del_station by Chaehyun Lim · 9 years ago
  69. 0a5298c staging: wilc1000: fix return type of host_int_del_beacon by Chaehyun Lim · 9 years ago
  70. 540c3e8 staging: wilc1000: rename u8WidCnt of handle_cfg_param function by Leo Kim · 9 years ago
  71. 13ca52a staging: wilc1000: rename strWIDList of handle_cfg_param function by Leo Kim · 9 years ago
  72. dc27666 staging: wilc1000: rename Handle_CfgParam function by Leo Kim · 9 years ago
  73. b3bf8fd staging: wilc1000: rename Handle_GetMacAddress function by Leo Kim · 9 years ago
  74. a826742 staging: wilc1000: rename Handle_SetMacAddress function by Leo Kim · 9 years ago
  75. d451695 staging: wilc1000: rename Handle_get_IPAddress function by Leo Kim · 9 years ago
  76. a6e6d48 staging: wilc1000: rename Handle_set_IPAddress function by Leo Kim · 9 years ago
  77. 97b5c59 staging: wilc1000: rename Handle_SetOperationMode function by Leo Kim · 9 years ago
  78. 23f2bad staging: wilc1000: rename Handle_SetWfiDrvHandler function by Leo Kim · 9 years ago
  79. 3eec50c staging: wilc1000: rename Handle_SetChannel function by Leo Kim · 9 years ago
  80. 1b721bf staging: wilc1000: remove unused argument of chip_sleep_manually function by Leo Kim · 9 years ago
  81. e5f3524 staging: wilc1000: rename host_int_get_MacAddress function by Leo Kim · 9 years ago
  82. fb70e9f staging: wilc1000: rename gau8MulticastMacAddrList variable by Leo Kim · 9 years ago
  83. 3b840e4 staging: wilc1000: remove return type of Handle_wait_msg_q_empty by Leo Kim · 9 years ago
  84. 02ae2bd staging: wilc1000: rename strHostIFCfgParamAttr of fuction Handle_CfgParam by Leo Kim · 9 years ago
  85. 7f0ee9a staging: wilc1000: rename pstrHostIfGetMacAddress of fuction Handle_GetMacAddress by Leo Kim · 9 years ago
  86. 090dbb1 staging: wilc1000: rename pstrHostIfSetMacAddress of fuction Handle_SetMacAddress by Leo Kim · 9 years ago
  87. c033cda staging: wilc1000: remove unused parameter of fuction Handle_get_IPAddress by Leo Kim · 9 years ago
  88. ebc57d1 staging: wilc1000: rename firmwareIPAddress of fuction Handle_set_IPAddress by Leo Kim · 9 years ago
  89. a6527c3 staging: wilc1000: rename pu8IPAddr of fuction Handle_set_IPAddress by Leo Kim · 9 years ago
  90. acff1d7 staging: wilc1000: rename pstrHostIfSetOperationMode of fuction Handle_SetOperationMode by Leo Kim · 9 years ago
  91. 6b73c74 staging: wilc1000: rename pstrHostIfSetDrvHandler of fuction Handle_SetWfiDrvHandler by Leo Kim · 9 years ago
  92. 9cf7878 staging: wilc1000: rename pstrHostIFSetChan of fuction Handle_SetChannel by Leo Kim · 9 years ago
  93. 67ab64e staging: wilc1000: rename u16FlagsSet of struct add_sta_param by Leo Kim · 9 years ago
  94. f676e17 staging: wilc1000: rename u16FlagsMask of struct add_sta_param by Leo Kim · 9 years ago
  95. a486baf staging: wilc1000: rename u8ASELCap of struct add_sta_param by Leo Kim · 9 years ago
  96. 74fe73c staging: wilc1000: rename u32TxBeamformingCap of struct add_sta_param by Leo Kim · 9 years ago
  97. 223741d staging: wilc1000: rename u16HTExtParams of struct add_sta_param by Leo Kim · 9 years ago
  98. 5ebbf4f staging: wilc1000: rename au8SuppMCsSet of struct add_sta_param by Leo Kim · 9 years ago
  99. fba1f2d staging: wilc1000: rename u8AmpduParams of struct add_sta_param by Leo Kim · 9 years ago
  100. 0d073f6 staging: wilc1000: rename u16HTCapInfo of struct add_sta_param by Leo Kim · 9 years ago