1. 01b8979 staging: vt6655: dpc.c/h remove dead functions by Malcolm Priestley · 10 years ago
  2. ee14649 staging: vt6655: dead code remove legacy hostap.c/h by Malcolm Priestley · 10 years ago
  3. f218f40 staging: vt6655: vnt_rx_data: uCurrRSSI should have the value of *rssi by Malcolm Priestley · 10 years ago
  4. 33b1c8c staging: vt6655: mac80211 conversion: add new rx functions by Malcolm Priestley · 10 years ago
  5. 1d39fe0 staging: vt6655: dpc.c: Comment fixes by Veronika Kabatova · 10 years ago
  6. 1d06bb4 staging: remove unneeded parentheses around the right hand side of an assignment by Jiayi Ye · 10 years ago
  7. 87bb326 staging: vt6655: dpc.c: replace memcpy() by ether_addr_copy() using coccinelle by Aya Mahfouz · 10 years ago
  8. 22981e0 staging: vt6655: Use net_device_stats from struct net_device by Tobias Klauser · 10 years ago
  9. a987367 staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211_iftype op_mode. by Malcolm Priestley · 10 years ago
  10. 9e9df67 staging: vt6655: remove remaining comments of PLICE_DEBUG by Malcolm Priestley · 10 years ago
  11. 48caf5a staging: vt6655: Convert DBG_PRT to pr_<level> by Joe Perches · 10 years ago
  12. cf76dc4 staging: vt6655: bssdb/datarate/dpc/power/rxtx use struct vnt_private by Malcolm Priestley · 10 years ago
  13. 0fc2a76 staging: vt6655: Replace and remove typedef QWORD/ DQWORD by Malcolm Priestley · 10 years ago
  14. 9a802f2 staging: vt6655: deadcode remove undefined macro THREAD code. by Malcolm Priestley · 10 years ago
  15. 795d644 staging: vt6655: remove undefined TASK_LET code by Malcolm Priestley · 10 years ago
  16. bfd7a28 staging: vt6655: Remove spaces before quoted newlines by Guillaume Clement · 10 years ago
  17. 6b71127 staging: vt6655: Add missing blank lines after declarations by Guillaume Clement · 10 years ago
  18. 04d5219 staging: vt6655: fix sparse warning for static declarations by James A Shackleford · 10 years ago
  19. bc5cf65 staging: vt6655: fix checkpatch bracing issues by Guido Martínez · 10 years ago
  20. 4e8a7e5 staging: vt6655: remove dead code by Guido Martínez · 10 years ago
  21. 35a9562 staging: vt6655: 64 bit fixes TKIP mic correct sizeof long. by Malcolm Priestley · 10 years ago
  22. d0daef3 staging: vt6655: 64 bit fixes :TKIP mode micheal.c sizeof long. by Malcolm Priestley · 10 years ago
  23. 88cc850 staging: vt6655: remove unneeded semicolon by Teodora Baluta · 11 years ago
  24. 1208f14 staging: vt6655: delete explicit comparison to bool by Teodora Baluta · 11 years ago
  25. 8329419 Staging: Convert uses of compare_ether_addr to ether_addr_equal by Joe Perches · 11 years ago
  26. 96d69e2 staging: vt6655: Remove unnecessary blank lines by Joe Perches · 11 years ago
  27. a730753 staging: vt6655: Remove commented out if()s by Joe Perches · 11 years ago
  28. 5e0cc8a staging: vt6655: Convert to kernel brace style by Joe Perches · 11 years ago
  29. f2046f9 staging: vt6655: Remove commented out printks by Joe Perches · 11 years ago
  30. 22c5291 staging:vt6655:dpc: Whitespace cleanups by Joe Perches · 11 years ago
  31. 789d1ae staging: "vt6655" Fix typos in comments. by Justin P. Mattock · 12 years ago
  32. 27e3b90 staging: vt6655: Remove all commented macros by Marcos Paulo de Souza · 12 years ago
  33. 30d6a2b staging: vt6655: simplify MAC printing by using %pM by Andy Shevchenko · 13 years ago
  34. 9fc8602 staging: Remove unnecessary semicolons when if (foo) {...}; by Joe Perches · 13 years ago
  35. 7b6a001 Staging: vt6655: replace BOOL with in kernel bool by Charles Clément · 14 years ago
  36. 5a5a2a6 Staging: vt6655: replace FALSE with in kernel false by Charles Clément · 14 years ago
  37. 1b12068 Staging: vt6655: replace TRUE with in kernel true by Charles Clément · 14 years ago
  38. 388bf2e Staging: vt6655: simplify broadcast and multicast ethernet address test by Charles Clément · 14 years ago
  39. fe4f34b Staging: vt6655: remove PUINT typedef by Charles Clément · 14 years ago
  40. 3fc9b58 Staging: vt6655: remove BYTE typedef by Charles Clément · 14 years ago
  41. 2986db5 Staging: vt6655: remove WORD typedef by Charles Clément · 14 years ago
  42. 0f4c60d Staging: vt6655: remove DWORD typedef by Charles Clément · 14 years ago
  43. 9d828c4 Staging: vt6655: remove PDWORD typedef by Charles Clément · 14 years ago
  44. 15df6c2 Staging: vt6655: remove PWORD typedef by Charles Clément · 14 years ago
  45. 2989e96 Staging: vt6655: remove PBYTE typedef by Charles Clément · 14 years ago
  46. b2e876b Staging: vt6655: remove custom ULONGLONG typedef by Charles Clément · 14 years ago
  47. b6e95cd Staging: vt6655: remove custom UINT typedef by Charles Clément · 14 years ago
  48. b83cc2ed Staging: vt6655: remove custom LONG typedef by Charles Clément · 14 years ago
  49. 7ca3019 Staging: vt6655: remove custom INT typedef by Charles Clément · 14 years ago
  50. 2ef98c6 Staging: vt6655: use compare_ether_addr instead of custom macro by Charles Clément · 14 years ago
  51. ca9e12a Staging: vt6655: use is_broadcast_ether_addr instead of custom macro by Charles Clément · 14 years ago
  52. 670ea81 Staging: vt6655: use is_multicast_ether_addr instead of custom macro by Charles Clément · 14 years ago
  53. 855181f Staging: vt6655: use ETH_FCS_LEN macro instead of custom one by Charles Clément · 14 years ago
  54. 078b078 Staging: vt6655: use ETH_ALEN macro instead of custom one by Charles Clément · 14 years ago
  55. 3cdec55 Staging: vt6655: remove OUT definition by Charles Clément · 14 years ago
  56. 3a215e0 Staging: vt6655: remove IN definition by Charles Clément · 14 years ago
  57. e64354c Staging: vt6655: remove HANDLE definition and use by Charles Clément · 14 years ago
  58. 830a619 Staging: vt6655: remove PVOID definition and use by Charles Clément · 14 years ago
  59. 6b35b7b Staging: vt6655: remove VOID definition and use by Charles Clément · 14 years ago
  60. 256a816 Staging: vt665x: remove tbit.h part 2 by Jim Lieb · 15 years ago
  61. 51b6d9c Staging: vt665x: Remove umem.h Part 1 by Jim Lieb · 15 years ago
  62. a7ad322 Staging: vt665x: Clean up include files, Part 2 by Jim Lieb · 15 years ago
  63. a884847 Staging: vt665x: Typedef and macro cleanup Part 2 by Jim Lieb · 15 years ago
  64. 612822f Staging: vt665x: Text janitor in prep for driver merge, part 2 by Jim Lieb · 15 years ago
  65. 7e809a9 Staging: vt6655 textual cleanup in prep for driver merge by Jim Lieb · 15 years ago
  66. db6cb90 Staging: vt665x: 64bit compile fixes Part 1 by Jim Lieb · 15 years ago
  67. 83a2732 Staging: vt6655: remove PRIVATE_OBJ ifdefs by Bartlomiej Zolnierkiewicz · 15 years ago
  68. 7bb8dc2 Staging: vt6655: Remove LINUX_VERSION_CODE preprocessor conditionals. by Forest Bond · 15 years ago
  69. 5449c68 Staging: Add pristine upstream vt6655 driver sources by Forest Bond · 15 years ago