1. 77b6a6a staging: vt6655: card.c: Comments fixes by Veronika Kabatova · 10 years ago
  2. e1499e8 staging: vt6655: card.c: replace memcpy() by ether_addr_copy() using coccinelle by Aya Mahfouz · 10 years ago
  3. a987367 staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211_iftype op_mode. by Malcolm Priestley · 10 years ago
  4. 864a5a3 staging: vt6655: card.c change BBvCalculateParameter to vnt_get_phy_field by Malcolm Priestley · 10 years ago
  5. 48caf5a staging: vt6655: Convert DBG_PRT to pr_<level> by Joe Perches · 10 years ago
  6. d052270 staging: vt6655: card change PSDevice to struct vnt_private by Malcolm Priestley · 10 years ago
  7. 4a5f718 staging: vt6655: CARDbSetBeaconPeriod call CARDbGetCurrentTSF to get TBTT by Malcolm Priestley · 10 years ago
  8. 989ae86 staging: vt6655: CARDqGetNextTBTT calculate qwTSF using do_div by Malcolm Priestley · 10 years ago
  9. 0fc2a76 staging: vt6655: Replace and remove typedef QWORD/ DQWORD by Malcolm Priestley · 10 years ago
  10. a161342 staging: vt6655: break single line if statements by Guillaume Clement · 10 years ago
  11. 941ead9 staging: vt6655: Use pr_* functions instead of printk by Guillaume Clement · 10 years ago
  12. bfd7a28 staging: vt6655: Remove spaces before quoted newlines by Guillaume Clement · 10 years ago
  13. 6b71127 staging: vt6655: Add missing blank lines after declarations by Guillaume Clement · 10 years ago
  14. fe80254 staging: vt6655: remove useless return statements by Guillaume Clement · 10 years ago
  15. 9e4c5c2 staging: vt6655: statify some variables by Guillaume Clement · 10 years ago
  16. 1683440 staging: vt6655: change type of PortOffset to void __iomem * by Guillaume Clement · 10 years ago
  17. f9dc1a8 Staging: vt6655: fix missing blank line after variable declaration by Igor Bezukh · 10 years ago
  18. ff87dbc staging: vt6655: remove unnecessary typedef struct. by Martin Kepplinger · 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. 3248c07 staging: vt6655: remove mention of nonexistent function CARDbSetBasicRate by Guido Martínez · 10 years ago
  22. 88cc850 staging: vt6655: remove unneeded semicolon by Teodora Baluta · 11 years ago
  23. 1208f14 staging: vt6655: delete explicit comparison to bool by Teodora Baluta · 11 years ago
  24. 96d69e2 staging: vt6655: Remove unnecessary blank lines by Joe Perches · 11 years ago
  25. a4ef27a staging: vt6655: Remove unnecessary parentheses from returns by Joe Perches · 11 years ago
  26. 5e0cc8a staging: vt6655: Convert to kernel brace style by Joe Perches · 11 years ago
  27. d4945f0 staging:vt6655:card: Whitespace cleanups by Joe Perches · 11 years ago
  28. 7664ec8 staging: "vt6655" Typo change *Caculate to *Calculate. by Justin P. Mattock · 12 years ago
  29. 623b2b3 staging: "vt6655" Typo change *Embeded to *Embedded. by Justin P. Mattock · 12 years ago
  30. 789d1ae staging: "vt6655" Fix typos in comments. by Justin P. Mattock · 12 years ago
  31. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  32. 859171c drivers/staging: Remove unnecessary semicolons by Joe Perches · 14 years ago
  33. 7b6a001 Staging: vt6655: replace BOOL with in kernel bool by Charles Clément · 14 years ago
  34. 5a5a2a6 Staging: vt6655: replace FALSE with in kernel false by Charles Clément · 14 years ago
  35. 1b12068 Staging: vt6655: replace TRUE with in kernel true by Charles Clément · 14 years ago
  36. 3fc9b58 Staging: vt6655: remove BYTE typedef by Charles Clément · 14 years ago
  37. 2986db5 Staging: vt6655: remove WORD typedef by Charles Clément · 14 years ago
  38. 0f4c60d Staging: vt6655: remove DWORD typedef by Charles Clément · 14 years ago
  39. 412b2d0 Staging: vt6655: remove DWORD_PTR pointer typedef by Charles Clément · 14 years ago
  40. 79566eb Staging: vt6655: move channel mapping code from card.c to channel.c by Charles Clément · 14 years ago
  41. 15df6c2 Staging: vt6655: remove PWORD typedef by Charles Clément · 14 years ago
  42. 2989e96 Staging: vt6655: remove PBYTE typedef by Charles Clément · 14 years ago
  43. b6e95cd Staging: vt6655: remove custom UINT typedef by Charles Clément · 14 years ago
  44. 7ca3019 Staging: vt6655: remove custom INT typedef by Charles Clément · 14 years ago
  45. ec28c7f Staging: vt6655: remove I8 custom macro by Charles Clément · 14 years ago
  46. 6b1e6b8 Staging: vt6655: remove unused argument in ChannelValid function by Charles Clément · 14 years ago
  47. 8b0591e Staging: vt6655: use is_zero_ether_addr instead of custom macro by Charles Clément · 14 years ago
  48. 078b078 Staging: vt6655: use ETH_ALEN macro instead of custom one by Charles Clément · 14 years ago
  49. 3cdec55 Staging: vt6655: remove OUT definition by Charles Clément · 14 years ago
  50. 3a215e0 Staging: vt6655: remove IN definition by Charles Clément · 14 years ago
  51. 830a619 Staging: vt6655: remove PVOID definition and use by Charles Clément · 14 years ago
  52. 6b35b7b Staging: vt6655: remove VOID definition and use by Charles Clément · 14 years ago
  53. cd9d25b staging: vt6655: add missing curly braces by Dan Carpenter · 15 years ago
  54. 256a816 Staging: vt665x: remove tbit.h part 2 by Jim Lieb · 15 years ago
  55. 51b6d9c Staging: vt665x: Remove umem.h Part 1 by Jim Lieb · 15 years ago
  56. a7ad322 Staging: vt665x: Clean up include files, Part 2 by Jim Lieb · 15 years ago
  57. a884847 Staging: vt665x: Typedef and macro cleanup Part 2 by Jim Lieb · 15 years ago
  58. 7e809a9 Staging: vt6655 textual cleanup in prep for driver merge by Jim Lieb · 15 years ago
  59. 5449c68 Staging: Add pristine upstream vt6655 driver sources by Forest Bond · 15 years ago