1. 03efae3 staging: wilc1000: set hif_drv before it is used by Glen Lee · 9 years ago
  2. fbf5379 staging: wilc1000: remove argument hif_drv by Glen Lee · 9 years ago
  3. cf60106 staging: wilc1000: pass vif to hostIFthread by Glen Lee · 9 years ago
  4. 1006b5c staging: wilc1000: remove duplicate netdev by Glen Lee · 9 years ago
  5. 1f435d2 staging: wilc1000: change vif to pointer to refence real private data by Glen Lee · 9 years ago
  6. a4cac48 staging: wilc1000: move perInterface_wlan_t to wilc_vif by Glen Lee · 9 years ago
  7. af9ae09 staging: wilc1000: wilc_wlan.c: remove hif_func of wilc_wlan_dev_t by Glen Lee · 9 years ago
  8. 6f72ed7 staging: wilc1000: fix rmmod failure by Glen Lee · 9 years ago
  9. 825b966 staging: wilc1000: use wilc instead of wilc_dev and remove wilc_dev by Glen Lee · 9 years ago
  10. d36ec22 staging: wilc1000: wilc_dbg: remove wilc by Glen Lee · 9 years ago
  11. d40c99c staging: wilc1000: wilc_wlan_cfg_get: pass struct wilc by Glen Lee · 9 years ago
  12. 89758e1 staging: wilc1000: wilc_wlan_cfg_set: pass struct wilc by Glen Lee · 9 years ago
  13. 00215dd staging: wilc1000: pass struct wilc to the functions which use hif_func by Glen Lee · 9 years ago
  14. 49645e5 staging: wilc1000: remove sdio speed control codes by Glen Lee · 9 years ago
  15. 562ed3f staging/wilc1000: pass struct wilc to most linux_wlan.c functions by Arnd Bergmann · 9 years ago
  16. c94f05e staging/wilc1000: use more regular probing by Arnd Bergmann · 9 years ago
  17. 750ffe9 staging/wilc1000: split out bus specific modules by Arnd Bergmann · 9 years ago
  18. 5547c1f staging/wilc1000: turn enable_irq/disable_irq into callbacks by Arnd Bergmann · 9 years ago
  19. 7d37a4a staging/wilc1000: pass hif operations through initialization by Arnd Bergmann · 9 years ago
  20. c4d139c staging/wilc1000: get rid of WILC_SDIO_IRQ_GPIO by Arnd Bergmann · 9 years ago
  21. 2e7d537 staging/wilc1000: use device pointer for phy creation by Arnd Bergmann · 9 years ago
  22. 6703992 staging/wilc1000: pass io_type to wilc_netdev_init by Arnd Bergmann · 9 years ago
  23. b03314e staging/wilc1000: unify device pointer by Arnd Bergmann · 9 years ago
  24. 857c7b0 staging/wilc1000: move init/exit functions to driver files by Arnd Bergmann · 9 years ago
  25. 4bd7baf staging/wilc1000: move wilc_wlan_inp_t into struct wilc by Arnd Bergmann · 9 years ago
  26. 25ad41c staging/wilc1000: remove linux_wlan_{device_power,device_detection} by Arnd Bergmann · 9 years ago
  27. b4d04c1 staging/wilc1000: use NO_SECURITY instead of NO_ENCRYPT 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. f7a34d9 staging: wilc1000: remove os_private by Glen Lee · 9 years ago
  32. 3f64428 staging: wilc1000: linux_spi_init: remove parameter vp by Glen Lee · 9 years ago
  33. 060a8a2 staging: wilc1000: remove unused function pointer io_deinit by Glen Lee · 9 years ago
  34. 62342c7 staging: wilc1000: remove function pointer io_init by Glen Lee · 9 years ago
  35. d8dd29d staging: wilc1000: remove spi_max_speed of wilc_wlan_io_func_t by Glen Lee · 9 years ago
  36. 6f617f2 staging: wilc1000: remove spi_trx of wilc_wlan_io_func_t by Glen Lee · 9 years ago
  37. b4b87a0 staging: wilc1000: remove function pointer spi_rx of wilc_wlan_io_func_t by Glen Lee · 9 years ago
  38. 6cad576 staging: wilc1000: remove function pointer spi_tx of wilc_wlan_io_function_t by Glen Lee · 9 years ago
  39. 1c2cf24 staging: wilc1000: remove varialbe sdio_set_default_speed by Glen Lee · 9 years ago
  40. f15179e staging: wilc1000: remove sdio_set_max_speed by Glen Lee · 9 years ago
  41. 2d61517 staging: wilc1000: remove sdio_cmd53 of wilc_wlan_io_func_t by Glen Lee · 9 years ago
  42. b2882ab staging: wilc1000: remove sdio_cmd52 of wilc_wlan_io_func_t by Glen Lee · 9 years ago
  43. c8537e6 staging: wilc1000: fixes that open brace { should be on the previous line by Leo Kim · 9 years ago
  44. b38e903 staging: wilc1000: fixes a struct allocation to match coding standards by Leo Kim · 9 years ago
  45. 83231b7 staging: wilc1000: fixes alignment should match open parenthesis by Leo Kim · 9 years ago
  46. fd8f036 staging: wilc1000: rename pu8UdpBuffer of mac_xmit function by Leo Kim · 9 years ago
  47. 44ec3b7 staging: wilc1000: rename QueueCount of mac_xmit function by Leo Kim · 9 years ago
  48. 9457b05 staging: wilc1000: rename s32Error of mac_ioctl function by Leo Kim · 9 years ago
  49. e5f3524 staging: wilc1000: rename host_int_get_MacAddress function by Leo Kim · 9 years ago
  50. 2ad8c47 staging: wilc1000: rename Set_machw_change_vir_if function by Leo Kim · 9 years ago
  51. 339d244 staging: wilc1000: remove goto from mac_open by Leo Kim · 9 years ago
  52. 6bc72c5 staging: wilc1000: remove goto from wlan_initialize_threads by Leo Kim · 9 years ago
  53. a40b22c staging: wilc1000: fixes missing a blank line after declarations by Leo Kim · 9 years ago
  54. 14b1821 staging: wilc1000: remove goto from linux_wlan_firmware_download by Leo Kim · 9 years ago
  55. 0aeea1a staging: wilc1000: remove goto from linux_wlan_start_firmware by Leo Kim · 9 years ago
  56. 1b7a93a staging: wilc1000: fixes braces {} should be used on all arms of this statement by Leo Kim · 9 years ago
  57. f66dee7 staging: wilc1000: rename pBSSID of function linux_wlan_set_bssid by Leo Kim · 9 years ago
  58. 660786e staging: wilc1000: rename Bssid1 of function get_if_handler by Leo Kim · 9 years ago
  59. d239222 staging: wilc1000: rename Bssid of function get_if_handler by Leo Kim · 9 years ago
  60. 51456c2 staging: wilc1000: rename pMacHeader of function get_if_handler by Leo Kim · 9 years ago
  61. 7e725b4 staging: wilc1000: rename function GetIfHandler by Leo Kim · 9 years ago
  62. 3d6d8cd staging: wilc1000: remove do-nothing if condition case. by Leo Kim · 9 years ago
  63. 5191d77 staging: wilc1000: fixes add spaces required around that '&&' by Leo Kim · 9 years ago
  64. 582f8a2 staging: wilc1000: remove warnings line over 80 characters by Leo Kim · 9 years ago
  65. 7df0011 staging: wilc1000: remove extern function in c file and move it to header file. by Leo Kim · 9 years ago
  66. 84d3b87 staging: wilc1000: linux_wlan: remove unused defines by Leo Kim · 9 years ago
  67. 98b8984 staging: wilc1000: linux_wlan.c: clean up comments by Leo Kim · 9 years ago
  68. 20fa54e staging: wilc1000: fixes blank lines aren't necessary brace by Leo Kim · 9 years ago
  69. eac3e8f staging: wilc1000: rename pIP_Add_buff of function dev_state_ev_handler by Leo Kim · 9 years ago
  70. 2db2c8a staging: wilc1000: rename pstrWFIDrv of function mac_close by Leo Kim · 9 years ago
  71. ef7606c staging: wilc1000: rename pstrWFIDrv of function wilc_set_multicast_list by Leo Kim · 9 years ago
  72. 0fa66c7 staging: wilc1000: rename pstrWFIDrv of function linux_wlan_init_test_config by Leo Kim · 9 years ago
  73. f24374a staging: wilc1000: rename pstrWFIDrv of function dev_state_ev_handler by Leo Kim · 9 years ago
  74. 682d7c9 staging: wilc1000: linux_wlan: remove unused define CUSTOMER_PLATFORM by Leo Kim · 9 years ago
  75. 3a147c0 staging: wilc1000: replace explicit NULL comparisons with ! by Leo Kim · 9 years ago
  76. fb70e9f staging: wilc1000: rename gau8MulticastMacAddrList variable by Leo Kim · 9 years ago
  77. 90b984c staging: wilc1000: wl_wlan_cleanup: add argument struct wilc by Glen Lee · 9 years ago
  78. 65c8adc staging: wilc1000: linux_wlan_get_firmware: change argument p_nic with dev by Glen Lee · 9 years ago
  79. 47a466f staging: wilc1000: wilc_wlan_init: add argument struct net_device by Glen Lee · 9 years ago
  80. 9bf3d72 staging: wilc1000: linux_wlan_start_firmware: change argument with dev by Glen Lee · 9 years ago
  81. ed760b6 staging: wilc1000: linux_wlan_firmware_download: change argument by Glen Lee · 9 years ago
  82. 5ec2136 staging: wilc1000: Remove inclusion of version.h by Amitoj Kaur Chawla · 9 years ago
  83. 691bbd4 staging: wilc1000: wilc_wlan_txq_add_net_pkt: add argument struct net_device by Glen Lee · 9 years ago
  84. b7495be staging: wilc1000: mac_xmit: use netdev private wilc instead of g_linux_wlan by Glen Lee · 9 years ago
  85. 178c383 staging: wilc1000: Set_machw_change_vir_if: add argument struct net_device by Glen Lee · 9 years ago
  86. 4ad81fd staging: wilc1000: GetIfHandler: add argument struct wilc and use it by Glen Lee · 9 years ago
  87. cb1991a staging: wilc1000: frmw_to_linux: add argument struct wilc by Glen Lee · 9 years ago
  88. 2de7cbe staging: wilc1000: wilc_wlan_cleanup: add new argument struct net_device by Glen Lee · 9 years ago
  89. 07320b6 staging: wilc1000: mac_ioctl: use private data instead of g_linux_wlan by Glen Lee · 9 years ago
  90. 32dd51b staging: wilc1000: wlan_deinitialize_threads: change argument and use wilc by Glen Lee · 9 years ago
  91. 11f4b2e staging: wilc1000: WILC_WFI_mgmt_rx: add argument wilc and use it by Glen Lee · 9 years ago
  92. 7c67c05 staging: wilc1000: wlan_deinit_locks: change argument wilc with net_device by Glen Lee · 9 years ago
  93. a1332ca staging: wilc1000: wilc_wlan_handle_txq: add argument and use wilc by Glen Lee · 9 years ago
  94. 8868758 staging: wilc1000: linux_wlan_txq_task: use wilc instead of g_linux_wlan by Glen Lee · 9 years ago
  95. 75a9466 staging: wilc1000: wlan_initialize_threads: change argument with net_device by Glen Lee · 9 years ago
  96. 472791a staging: wilc1000: linux_wlan_set_bssid: use wilc instead of g_linux_wlan by Glen Lee · 9 years ago
  97. 64f2b71 staging: wilc1000: linux_wlan_mac_indicate: add argument and use wilc by Glen Lee · 9 years ago
  98. 50b929e staging: wilc1000: wilc_handle_isr: add argument wilc to wilc_handle_isr by Glen Lee · 9 years ago
  99. ec5cc75 staging: wilc1000: deinit_irq: use wilc instead of g_linux_wlan by Glen Lee · 9 years ago
  100. 2e7933d staging: wilc1000: isr_bh_routine: use wilc instead of g_linux_wlan by Glen Lee · 9 years ago