1. 608b051 staging: wilc1000: bug fix on memory free by Glen Lee · 9 years ago
  2. 03efae3 staging: wilc1000: set hif_drv before it is used by Glen Lee · 9 years ago
  3. cd2920a staging: wilc1000: remove wilc of struct host_if_drv by Glen Lee · 9 years ago
  4. b13584a staging: wilc1000: remove drv of struct host_if_msg by Glen Lee · 9 years ago
  5. e79dcf7 staging: wilc1000: remove used functions by Glen Lee · 9 years ago
  6. 7036c62 staging: wilc1000: change join_req_drv type and it's name by Glen Lee · 9 years ago
  7. 31f0f69 staging: wilc1000: wilc_set_wfi_drv_handler: pass vif index by Glen Lee · 9 years ago
  8. eb9939b staging: wilc1000: use vif index to communicate with wilc device by Glen Lee · 9 years ago
  9. cd04d22 staging: wilc1000: pass struct wilc by Glen Lee · 9 years ago
  10. 71130e8 staging: wilc1000: take vif instead of drv in hostIFthread by Glen Lee · 9 years ago
  11. fbf5379 staging: wilc1000: remove argument hif_drv by Glen Lee · 9 years ago
  12. cf60106 staging: wilc1000: pass vif to hostIFthread by Glen Lee · 9 years ago
  13. 1006b5c staging: wilc1000: remove duplicate netdev by Glen Lee · 9 years ago
  14. 1f435d2 staging: wilc1000: change vif to pointer to refence real private data by Glen Lee · 9 years ago
  15. a4cac48 staging: wilc1000: move perInterface_wlan_t to wilc_vif by Glen Lee · 9 years ago
  16. 320edd0 staging: wilc1000: remove unneeded extern variable by Glen Lee · 9 years ago
  17. 523fc23 staging: wilc1000: remove unused files by Glen Lee · 9 years ago
  18. 43a7622 staging: wilc1000: linux_wlan_spi.c: move all the codes to wilc_spi.c by Glen Lee · 9 years ago
  19. 2769d94 staging: wilc1000: remove unneeded function by Glen Lee · 9 years ago
  20. d4312b6 staging: wilc1000: rename spi function names by Glen Lee · 9 years ago
  21. 895e5ea staging: wilc1000: remove unused files by Glen Lee · 9 years ago
  22. 35a4569 staging: wilc1000: linux_wlan_sdio.c: move all the codes to wilc_sdio.c by Glen Lee · 9 years ago
  23. 51d0029 staging: wilc1000: linux_sdio_probe: use return value by Glen Lee · 9 years ago
  24. 0f34e92 staging: wilc1000: linux_wlan_spi.c: return linux error value by Glen Lee · 9 years ago
  25. 6d04d7a staging: wilc1000: wilc_deinit(): fixes inconsistent returns by Leo Kim · 9 years ago
  26. cb3b05c staging: wilc1000: wilc_init(): fixes inconsistent returns by Leo Kim · 9 years ago
  27. 653bb46 staging: wilc1000: fixes potential null dereference 'wid.val' by Leo Kim · 9 years ago
  28. 369a1d3 staging: wilc1000: replace explicit NULL comparisons with ! by Leo Kim · 9 years ago
  29. 3bac1c5 staging: wilc1000: linux_wlan_spi.c: fix NULL comparison style by Glen Lee · 9 years ago
  30. d850659 staging: wilc1000: linux_wlan_spi.c: add a blank by Glen Lee · 9 years ago
  31. 5b46e16 staging: wilc1000: linux_wlan_spi.c: remove braces for single statement by Glen Lee · 9 years ago
  32. 28e9ad2 staging: wilc1000: wilc_sdio_cmd52: return linux error value by Glen Lee · 9 years ago
  33. 6f8bded staging: wilc1000: wilc_sdio_cmd53: return linux error value by Glen Lee · 9 years ago
  34. 58ed46f staging: wilc1000: linux_wlan_sdio.c: remove braces by Glen Lee · 9 years ago
  35. 3cf9c9a staging: wilc1000: linux_wlan_sdio.c: fix checkpatch warning line over 80 by Glen Lee · 9 years ago
  36. 491a2ed staging: wilc1000: remove unused functions by Glen Lee · 9 years ago
  37. 28b01ff staging: wilc1000: remove wilc_debug_func of hif_init by Glen Lee · 9 years ago
  38. ac1da16 staging: wilc1000: sdio/spi: use device print api instead of custom one by Glen Lee · 9 years ago
  39. 67e2a07 staging: wilc1000: move all of wilc_wlan_dev_t to struct wilc by Glen Lee · 9 years ago
  40. 21ee509 staging: wilc1000: remove unused varialbe tx_buffer_offset by Glen Lee · 9 years ago
  41. a3629a9 staging: wilc1000: remove io_type of wilc_wlan_dev_t by Glen Lee · 9 years ago
  42. af9ae09 staging: wilc1000: wilc_wlan.c: remove hif_func of wilc_wlan_dev_t by Glen Lee · 9 years ago
  43. 9e6627a staging: wilc1000: use kernel define byte order macros by Glen Lee · 9 years ago
  44. b719302 staging: wilc1000: rename index to tcp_pending_ack_idx by Glen Lee · 9 years ago
  45. a5038d5 staging: wilc1000: remove wilc memory allocation config by Glen Lee · 9 years ago
  46. c6e3a5b staging: wilc1000: remove define COMPLEMENT_BOOT by Glen Lee · 9 years ago
  47. 7cf8e59 staging: wilc1000: replace 'ptr > 0' check by 'ptr' check. by Mario J. Rugiero · 9 years ago
  48. 6b05fcc staging: wilc1000: Fix typo in wilc_msgqueue.h by Masanari Iida · 9 years ago
  49. f6e0e2a drivers:staging:wilc1000 Fix all comparison to NULL could be written ... by Bogicevic Sasa · 9 years ago
  50. ff5d40a staging: wilc1000: Remove 'if' statement, which is always false by Chandra S Gorentla · 9 years ago
  51. cc28e4b staging: wilc1000: fix a bug when unload driver by Glen Lee · 9 years ago
  52. c8751ad staging: wilc1000: Handle_SetMulticastFilter(): fixes right shifting more than type allows by Leo Kim · 9 years ago
  53. 9edaa5f staging: wilc1000: change if with else if by Leo Kim · 9 years ago
  54. b0b9f3e staging: wilc1000: Handle_AddBASession: remove unused function by Leo Kim · 9 years ago
  55. da53722 staging: wilc1000: fixes blank lines aren't necessary brace by Leo Kim · 9 years ago
  56. a89f7c5 staging: wilc1000: wilc_wfi_cfgoperations.c: remove over-commenting by Leo Kim · 9 years ago
  57. 6f72ed7 staging: wilc1000: fix rmmod failure by Glen Lee · 9 years ago
  58. c2ba8b2 staging: wilc1000: return linux error value by Glen Lee · 9 years ago
  59. 604f6e2 staging: wilc1000: remove unused variable by Glen Lee · 9 years ago
  60. 0b8bea1 staging: wilc1000: rename pstrNetworkInfo in get_rssi_avg function by Leo Kim · 9 years ago
  61. bdd3460 staging: wilc1000: rename pJoinParams in CfgScanResult function by Leo Kim · 9 years ago
  62. 30cd10c staging: wilc1000: rename pUserVoid in CfgScanResult function by Leo Kim · 9 years ago
  63. 0551a72 staging: wilc1000: rename pstrNetworkInfo in CfgScanResult function by Leo Kim · 9 years ago
  64. 1a4c8ce staging: wilc1000: rename enuScanEvent in CfgScanResult function by Leo Kim · 9 years ago
  65. 5c4cf0d staging: wilc1000: rename pUserVoid in add_network_to_shadow function by Leo Kim · 9 years ago
  66. 157814f staging: wilc1000: rename pUserVoid in is_network_in_shadow function by Leo Kim · 9 years ago
  67. 5e51d8b staging: wilc1000: update_scan_time: remove unused argument by Leo Kim · 9 years ago
  68. 12b0138 staging: wilc1000: reset_shadow_found: remove unused argument by Leo Kim · 9 years ago
  69. c6f5e3a staging: wilc1000: rename s32Freq variable by Leo Kim · 9 years ago
  70. ce3b1b5 staging: wilc1000: rename pstrNetworkInfo variable by Leo Kim · 9 years ago
  71. 48ee7ba staging: wilc1000: rename bDirectScan in refresh_scan function by Leo Kim · 9 years ago
  72. 84df0e6 staging: wilc1000: rename pUserVoid in refresh_scan function by Leo Kim · 9 years ago
  73. d14991a staging: wilc1000: clear_shadow_scan: remove unused argument by Leo Kim · 9 years ago
  74. e554a30 staging: wilc1000: rename wilc_connected_SSID variable by Leo Kim · 9 years ago
  75. 7e872df staging: wilc1000: rename duringIP_TIME variable by Leo Kim · 9 years ago
  76. a25d518 staging: wilc1000: rename bWilc_ie variable by Leo Kim · 9 years ago
  77. 8668594 staging: wilc1000: rename u8P2P_vendorspec variable by Leo Kim · 9 years ago
  78. b84a3ac staging: wilc1000: rename u8P2Precvrandom variable by Leo Kim · 9 years ago
  79. 583d972 staging: wilc1000: rename u8P2Plocalrandom variable by Leo Kim · 9 years ago
  80. 881eb5d staging: wilc1000: rename u8P2P_oui variable by Leo Kim · 9 years ago
  81. 0bd8274 staging: wilc1000: rename u8WLANChannel variable by Leo Kim · 9 years ago
  82. 8d48b5b staging: wilc1000: rename WILC_WFI_rates variable by Leo Kim · 9 years ago
  83. 2736f47 staging: wilc1000: rename WILC_WFI_2ghz_channels variable by Leo Kim · 9 years ago
  84. f1ab117 staging: wilc1000: rename astrLastScannedNtwrksShadow variable by Leo Kim · 9 years ago
  85. 771fbae staging: wilc1000: rename u32LastScannedNtwrksCountShadow variable by Leo Kim · 9 years ago
  86. 825b966 staging: wilc1000: use wilc instead of wilc_dev and remove wilc_dev by Glen Lee · 9 years ago
  87. d36ec22 staging: wilc1000: wilc_dbg: remove wilc by Glen Lee · 9 years ago
  88. d40c99c staging: wilc1000: wilc_wlan_cfg_get: pass struct wilc by Glen Lee · 9 years ago
  89. 89758e1 staging: wilc1000: wilc_wlan_cfg_set: pass struct wilc by Glen Lee · 9 years ago
  90. ec62e6d staging: wilc1000: wilc_send_config_pkt: pass struct wilc by Glen Lee · 9 years ago
  91. b82d940 staging: wilc1000: add struct wilc to host_if_drv by Glen Lee · 9 years ago
  92. f8598aa staging: wilc1000: wilc_spi_write_read: pass struct wilc by Glen Lee · 9 years ago
  93. 1b8d17a staging: wilc1000: wilc_spi_read: pass struct wilc by Glen Lee · 9 years ago
  94. 643b2e4 staging: wilc1000: wilc_spi_write: pass struct wilc by Glen Lee · 9 years ago
  95. 9b410fe staging: wilc1000: wilc_sdio_cmd53: pass struct wilc by Glen Lee · 9 years ago
  96. ea5779b staging: wilc1000: wilc_sdio_cmd52: pass struct wilc by Glen Lee · 9 years ago
  97. 49dcd0d staging: wilc1000: pass wilc to all function pointers of wilc_hif_func by Glen Lee · 9 years ago
  98. 00215dd staging: wilc1000: pass struct wilc to the functions which use hif_func by Glen Lee · 9 years ago
  99. aeed77f staging: wilc1000: remove paltform define PLAT_WMS8304 by Glen Lee · 9 years ago
  100. 4c885c6 staging: wilc1000: remove spi speed control codes by Glen Lee · 9 years ago