1. 2136c81 staging: vt6656: Remove space before closing brace by Amitoj Kaur Chawla · 9 years ago
  2. 1df7e0a staging: vt6656: Remove space after opening brace by Amitoj Kaur Chawla · 9 years ago
  3. b377ed4 Staging: vt6656: Removing else after break statement to fix warning by Rajbinder Brar · 10 years ago
  4. 43fd192 staging: vt6656: struct vnt_private rename byBBPreEDIndex with bb_pre_ed_index by Malcolm Priestley · 10 years ago
  5. 1268722 staging: vt6656: struct vnt_private replace byBBPreEDRSSI with bb_pre_ed_rssi by Malcolm Priestley · 10 years ago
  6. 975c89f staging: vt6656: struct vnt_private remove dead code ldBmThreshold by Malcolm Priestley · 10 years ago
  7. c37cbd3 staging: vt6656: struct vnt_private replace abyBBVGA with bb_vga by Malcolm Priestley · 10 years ago
  8. a641c9e staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_time by Malcolm Priestley · 10 years ago
  9. 98e93fe staging: vt6656: struct vnt_private replace byPreambleType with preamble_type by Malcolm Priestley · 10 years ago
  10. bbb1126 staging: vt6656: struct vnt_private replace abyEEPROM with eeprom by Malcolm Priestley · 10 years ago
  11. 09440e5 staging: vt6656: remove variable byZoneType by Malcolm Priestley · 10 years ago
  12. cd5856a staging: vt6656: struct vnt_private rename byBBRxConf to bb_rx_conf by Malcolm Priestley · 10 years ago
  13. 6242eca staging: vt6656: struct vnt_private replace byRFType with rf_type by Malcolm Priestley · 10 years ago
  14. 80dcc0a staging: vt6656: rename BBvUpdatePreEDThreshold to vnt_update_pre_ed_threshold by Malcolm Priestley · 10 years ago
  15. 0e95175 staging: vt6656: rename BBvExitDeepSleep to vnt_exit_deep_sleep by Malcolm Priestley · 10 years ago
  16. e8e072d staging: vt6656: rename BBvSetDeepSleep to vnt_set_deep_sleep by Malcolm Priestley · 10 years ago
  17. de8690a staging: vt6656: rename BBvSetVGAGainOffset to vnt_set_vga_gain_offset by Malcolm Priestley · 10 years ago
  18. 3c956cc staging: vt6656: rename BBvSetShortSlotTime to vnt_set_short_slot_time by Malcolm Priestley · 10 years ago
  19. 7534180 staging: vt6656: rename BBbVT3184Init to vnt_vt3184_init by Malcolm Priestley · 10 years ago
  20. 41868bf staging: vt6656: rename BBvSetAntennaMode to vnt_set_antenna_mode by Malcolm Priestley · 10 years ago
  21. 231c6f1 staging: vt6656: baseband.c rename awcFrameTime to vnt_frame_time by Malcolm Priestley · 10 years ago
  22. 42b138d staging: vt6556: Cleanup coding style: lines over 80 chars by Peter Senna Tschudin · 10 years ago
  23. 618d7d0 staging: vt6556: Cleanup coding style: comments by Peter Senna Tschudin · 10 years ago
  24. 495e2be staging: vt6556: Remove double parentheses by Peter Senna Tschudin · 10 years ago
  25. 0a16b63 staging: vt6656: baseband.c rename abyVT3184_VT3226D0 to vnt_vt3184_vt3226d0 by Malcolm Priestley · 10 years ago
  26. ab48ab2 staging: vt6656: baseband.c remame abyVT3184_AL2230 to vnt_vt3184_al2230 by Malcolm Priestley · 10 years ago
  27. 170ce6d staging: vt6656: baseband.c rename abyVT3184_AGC to vnt_vt3184_agc by Malcolm Priestley · 10 years ago
  28. 4fd6e9f staging: vt6656: baseband clean up VT3184 static variables by Malcolm Priestley · 10 years ago
  29. ae9593e staging: vt6656: dead code remove tmacro.h by Malcolm Priestley · 10 years ago
  30. c6b16e1 staging: vt6656: remove dead code datarate by Malcolm Priestley · 10 years ago
  31. 3120761 staging: vt6656: decode remove tether.c/h by Malcolm Priestley · 10 years ago
  32. 9ef2184 staging: vt6656: dead code remove zonetypes by Malcolm Priestley · 10 years ago
  33. d38ee5b staging: vt6656: rename BBuGetFrameTime to vnt_get_frame_time by Malcolm Priestley · 10 years ago
  34. 205056f staging: vt6656: rename BBvCalculateParameter to vnt_get_phy_field by Malcolm Priestley · 10 years ago
  35. 3695753 staging: vt6656: rename MACvRegBitsOff to vnt_mac_reg_bits_off by Malcolm Priestley · 10 years ago
  36. c49d755 staging: vt6656: rf.c rename RFbRFTableDownload to vnt_rf_table_download. by Malcolm Priestley · 10 years ago
  37. 62c8526 staging: vt6656: dead code remove control.c/h by Malcolm Priestley · 10 years ago
  38. 5374290 staging: vt6656: create vnt_control_in_u8 to replace ControlvReadByte by Malcolm Priestley · 10 years ago
  39. 285d58c staging: vt6656: replace ControlvWriteByte with vnt_control_out_u8 by Malcolm Priestley · 10 years ago
  40. 441c21c staging: vt6656: rename PIPEnsControlIn/CONTROLnsRequestIn with vnt_control_in by Malcolm Priestley · 10 years ago
  41. 1390b02 staging: vt6656: rename PIPEnsControlOut/CONTROLnsRequestOut to vnt_control_out by Malcolm Priestley · 10 years ago
  42. 4237fe4 staging: vt6656: BBbVT3184Init fix word lenght by Malcolm Priestley · 10 years ago
  43. 7b1f9ee staging: vt6656: baseband.c replace DBG_PRT debug messages by Malcolm Priestley · 10 years ago
  44. 0e7935a staging: vt6656: dead code remove diversity code by Malcolm Priestley · 10 years ago
  45. 1944026 staging: vt6656: clean up BBvUpdatePreEDThreshold by Malcolm Priestley · 10 years ago
  46. 6d5485a staging: vt6656: BBvUpdatePreEDThreshold change byBBPreEDIndex by Malcolm Priestley · 10 years ago
  47. 7794dad staging: vt6656: BBvUpdatePreEDThreshold reorganize ControlvWriteByte. by Malcolm Priestley · 10 years ago
  48. 0b7021f staging: vt6656: BBvUpdatePreEDThreshold replace debug messages. by Malcolm Priestley · 10 years ago
  49. 36c69f3 staging: vt6656: BBvExitDeepSleep remove camel case. by Malcolm Priestley · 10 years ago
  50. 07c116f2 staging: vt6656: BBvSetDeepSleep remove camel case by Malcolm Priestley · 10 years ago
  51. 15897f6 staging: vt6656: BBvSetVGAGainOffset remove camel case by Malcolm Priestley · 10 years ago
  52. 4bdb312 staging: vt6656: BBvSetShortSlotTime remove camel case. by Malcolm Priestley · 10 years ago
  53. 53dab32 staging: vt6656: BBvSetAntennaMode remove camel case. by Malcolm Priestley · 10 years ago
  54. efe40c0 staging: vt6656: clean up BBvSetAntennaMode. by Malcolm Priestley · 10 years ago
  55. a1ff543 staging: vt6656: BBvCalculateParameter remove camel case by Malcolm Priestley · 10 years ago
  56. a4fb3e7 staging: vt6656: checkpatch cleanup BBvCalculateParameter. by Malcolm Priestley · 10 years ago
  57. 030ede1 staging: vt6656: BBuGetFrameTime remove camel case. by Malcolm Priestley · 10 years ago
  58. 3b5a89c staging: vt6656: BBuGetFrameTime remove uRateIdx by Malcolm Priestley · 10 years ago
  59. 4d99952 staging: vt6656: checkpatch cleanup BBuGetFrameTime. by Malcolm Priestley · 10 years ago
  60. f576abc staging: vt6656: Remove dead variable bCCK. by Malcolm Priestley · 10 years ago
  61. 60f8ce8 staging: vt6656: rndis.h move all to device.h by Malcolm Priestley · 10 years ago
  62. 15baf4f staging: vt6656: srom.h move all macros to device.h by Malcolm Priestley · 10 years ago
  63. 8f248da staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity on bScanning by Malcolm Priestley · 11 years ago
  64. 9b89b04 staging: vt6656: baseband.c clean up BBbVT3184Init by Malcolm Priestley · 11 years ago
  65. 06749f1 Merge v3.13-rc2 into staging-next by Greg Kroah-Hartman · 11 years ago
  66. 9df6829 staging: vt6656: [BUG] Fix for TX USB resets from vendors driver. by Malcolm Priestley · 11 years ago
  67. 3b13885 staging: vt6656: Fix (most) sparse warnings regarding static functions/variables by Valentina Manea · 11 years ago
  68. aed387c staging: vt6656: baseband.c BBvCalculateParameter create structure for pwPhyLen, pbyPhySrv and pbyPhySgn by Malcolm Priestley · 11 years ago
  69. 4ac306e staging: vt6656: baseband.c BBvCalculateParameter pwPhyLen return endian corrected. by Malcolm Priestley · 11 years ago
  70. 8dbc6aa staging: vt6656: Remove dead code macro ASSERT by Malcolm Priestley · 11 years ago
  71. 9fbafdd staging: vt6656: remove consecutive newlines by Andres More · 11 years ago
  72. e1970fc staging: vt6656: remove unused functions by Andres More · 11 years ago
  73. 00d0603 staging: vt6656: remove code placeholders by Andres More · 11 years ago
  74. 3eaca0d staging: vt6656: replaced custom WORD definition with u16 by Andres More · 11 years ago
  75. b902fbf staging: vt6656: replaced custom BYTE definition with u8 by Andres More · 11 years ago
  76. 4e9b5e2 staging: vt6656: replaced custom TRUE definition with true by Andres More · 11 years ago
  77. e269fc2 staging: vt6656: replaced custom FALSE definition with false by Andres More · 11 years ago
  78. 98583c0 staging: vt6656: change baseband/mac/wcmd/wctl to new structures. by Malcolm Priestley · 12 years ago
  79. bda7978 staging "vt6656" Typo rename Caculate to Calculate. by Justin P. Mattock · 12 years ago
  80. a0a1f61 staging "vt6656" Fix typos in comments, and in a printk message. by Justin P. Mattock · 12 years ago
  81. ca76ede staging: vt6656: baseband.c: Remove commented code by Marcos Paulo de Souza · 13 years ago
  82. f001d7e staging: vt6656: baseband.c: Removed dead code, and fix coding standards by Marcos Paulo de Souza · 13 years ago
  83. 859171c drivers/staging: Remove unnecessary semicolons by Joe Perches · 14 years ago
  84. 465711b staging: vt6656: removed not useful comments by Andres More · 14 years ago
  85. 6487c49 staging: vt6656: removed NTSTATUS definition by Andres More · 14 years ago
  86. cc856e6 Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefs by Andres More · 14 years ago
  87. 0cbd8d9 staging: vt6656: code cleanup, removed HANDLE definition in ttype.h by Andres More · 14 years ago
  88. 6f8c13c Staging: vt6656: code cleanup, removed OUT definition by Andres More · 14 years ago
  89. 8611a29 Staging: vt6656: removed VOID/PVOID definitions by Andres More · 14 years ago
  90. 592ccfe Staging: vt6656: Removed IN definition by Andres More · 14 years ago
  91. bbc9a99 Staging: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  92. 50fcfe5 Staging: vt6656 remove duplicate includes by Shawn Bohrer · 15 years ago
  93. 8a3d91b Staging: vt665x: remove tbit.h by Jim Lieb · 15 years ago
  94. 9d26d60 Staging: vt665x: Clean up include files, Part 1 by Jim Lieb · 15 years ago
  95. 77f58b1 Staging: vt665x: Text janitor in prep for driver merge by Jim Lieb · 15 years ago
  96. 92b9679 Staging: Add pristine upstream vt6656 driver sources to drivers/staging/vt6656. by Forest Bond · 15 years ago