1. c1cd149 staging: vt6656: sparse fixes: iwctl_giwgenie use memcpy. by Malcolm Priestley · 11 years ago
  2. 9010a28 staging: vt6656: sparse fixes: iwctl_siwgenie use memcpy. by Malcolm Priestley · 11 years ago
  3. 86a362f staging: vt6656: sparse fixes ethtool_ioctl Use struct ifreq * by Malcolm Priestley · 11 years ago
  4. d820fa9 staging: vt6656: sparse fixes: dpc.c missing dpc.h by Malcolm Priestley · 11 years ago
  5. 342e2e2 staging: vt6656: rxtx.c Camel case and clean up s_uGetRTSCTSRsvTime by Malcolm Priestley · 11 years ago
  6. 3fd5620 staging: vt6656: rxtx.c Camel case and clean up s_uGetTxRsvTime by Malcolm Priestley · 11 years ago
  7. 3b371fe4 staging: vt6656: remove an unneeded NULL check by Dan Carpenter · 11 years ago
  8. 6e28024 staging: vt6656: CARDqGetNextTBTT replace code using do_div. by Malcolm Priestley · 11 years ago
  9. 9acec05 staging: vt6656: CARDqGetNextTBTT correct uLowNextTBTT by Malcolm Priestley · 11 years ago
  10. 98e5491 Staging: vt6656: Reduce line length of bssdb.c by Simon Schuster · 11 years ago
  11. 5918ed4 Staging: vt6656: Remove explicit comparisons against NULL by Sebastian Rachuj · 11 years ago
  12. 72cac30 Staging: vt6656: Remove bogus parentheses in conditions by Sebastian Rachuj · 11 years ago
  13. 8f284d7 Staging: vt6656: Combined nested conditions by Simon Schuster · 11 years ago
  14. b7fce6a Staging: vt6656: Correct usage of braces by Simon Schuster · 11 years ago
  15. fd2251e Staging: vt6656: Combine "else { if" to "else if" by Simon Schuster · 11 years ago
  16. 6c64bf8 Staging: vt6656: Remove unnecessary spaces in format strings by Simon Schuster · 11 years ago
  17. dad2ddb Staging: vt6656: Remove line feeds before else by Simon Schuster · 11 years ago
  18. 77226ed Staging: vt6656: Correct single space mistakes by Simon Schuster · 11 years ago
  19. e435ef1 Staging: vt6656: Correct operator coding style by Simon Schuster · 11 years ago
  20. 13a36fe9 Staging: vt6656: Remove unnecessary semicolons by Simon Schuster · 11 years ago
  21. 14feab1 Staging: vt6656: Adjust comments in bssdb.c by Simon Schuster · 11 years ago
  22. 0863b4e Staging: vt6656: Fix indentation of bssdb.c by Simon Schuster · 11 years ago
  23. 7387f43 staging: vt6656: clean up CARDbSetMediaChannel. by Malcolm Priestley · 11 years ago
  24. 1fd4f55 staging: vt6656: Remove unused scStatistic data/functions from driver. by Malcolm Priestley · 11 years ago
  25. 1aec87a staging: vt6656: dead code remove mib.c mic.h from driver. by Malcolm Priestley · 11 years ago
  26. 885a947 staging: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  27. c995c2f staging: vt6656: Move double definition of MAX_RATE to device_cfg.h by Malcolm Priestley · 11 years ago
  28. 8f248da staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity on bScanning by Malcolm Priestley · 11 years ago
  29. 51934e7 staging: vt6656: Replace pStatistic->abyTxPktInfo with struct vnt_tx_pkt_info by Malcolm Priestley · 11 years ago
  30. 9a450f9 staging: vt6656: s_uCalculateLinkQual use netstats rx values by Malcolm Priestley · 11 years ago
  31. 854f775 staging: vt6656: Get wireless stats qual.qual directly from s_uCalculateLinkQual by Malcolm Priestley · 11 years ago
  32. ae27b14 staging: vt6656: Remove STAvUpdateTDStatCounter and apply directly to stats by Malcolm Priestley · 11 years ago
  33. 9b89b04 staging: vt6656: baseband.c clean up BBbVT3184Init by Malcolm Priestley · 11 years ago
  34. b89f3b9 staging: vt6656: clean up s_vGetFreeContext by Malcolm Priestley · 11 years ago
  35. 5c85138 staging: vt6656: s_vGetFreeContext remove pReturnContext by Malcolm Priestley · 11 years ago
  36. aceaf01 staging: vt6656: remove void pointer from s_vGetFreeContext by Malcolm Priestley · 11 years ago
  37. 06749f1 Merge v3.13-rc2 into staging-next by Greg Kroah-Hartman · 11 years ago
  38. 2474d74 staging: vt6656: Remove unused variable bAES. by Malcolm Priestley · 11 years ago
  39. 078d0cf staging: vt6656: Remove unused variable bLongHeader by Malcolm Priestley · 11 years ago
  40. 0b71fe3 staging: vt6656: vnt_beacon_buffer attach mac header. by Malcolm Priestley · 11 years ago
  41. c7c57b2 staging: vt6656: csBeacon_xmit merge structures. by Malcolm Priestley · 11 years ago
  42. c47b0a3 staging: vt6656: Remove always 0 variable dwDiagRefCount by Malcolm Priestley · 11 years ago
  43. 9df6829 staging: vt6656: [BUG] Fix for TX USB resets from vendors driver. by Malcolm Priestley · 11 years ago
  44. cb4855b Staging: vt6655-6: potential NULL dereference in hostap_disable_hostapd() by Dan Carpenter · 11 years ago
  45. df6b851 staging: vt6656: removed the trailing statement should be on next line error by Nandini Hanumanthagowda · 11 years ago
  46. 819b920 staging: vt6656: added space after coma operator in funtion call by Nandini Hanumanthagowda · 11 years ago
  47. 2eca4ea staging: vt6656: removed all whitespace errors by Nandini Hanumanthagowda · 11 years ago
  48. 820c9b1 staging: vt6656: removed parenthesis from return statement by Nandini Hanumanthagowda · 11 years ago
  49. 97d59f8 staging: vt6656: indented the code under all function blocks by Nandini Hanumanthagowda · 11 years ago
  50. cab086d staging: vt6656: indented all if-else statement blocks by Nandini Hanumanthagowda · 11 years ago
  51. faaf9c1 staging: vt6656: fixed the switch case indentation level error by Nandini Hanumanthagowda · 11 years ago
  52. 015bdc2 staging: vt6656: fixed unnecessary whitespace warning by Nandini Hanumanthagowda · 11 years ago
  53. bfce700 staging: vt6656: fixed checkpatch errors related to close brace by Nandini Hanumanthagowda · 11 years ago
  54. c3f007f staging: vt6656: fixed open brace placement related error by Nandini Hanumanthagowda · 11 years ago
  55. 566597a staging: vt6656: removed unnecessary braces around if-else statements by Nandini Hanumanthagowda · 11 years ago
  56. f0fde11 staging: vt6656: main_usb.c ether_crc use kernel code by Malcolm Priestley · 11 years ago
  57. cbc06fb staging: vt6656: cleanup device_init_registers by Malcolm Priestley · 11 years ago
  58. 748bf69 staging; vt6656: device_init_registers Change vnt_cmd_card_int and vnt_rsp_card_int to off stack by Malcolm Priestley · 11 years ago
  59. ae1e1fe staging: vt6656: Replace typedef struct _RSP_CARD_INIT. by Malcolm Priestley · 11 years ago
  60. 3d47a6f staging: vt6656: Replace typedef struct _CMD_CARD_INIT by Malcolm Priestley · 11 years ago
  61. 302433d staging: vt6656: device.h Remove typedef enum __device_init_type. by Malcolm Priestley · 11 years ago
  62. ebd381d staging: vt6656: fixed whitespace related errors around operators by Nandini Hanumanthagowda · 11 years ago
  63. 3b13885 staging: vt6656: Fix (most) sparse warnings regarding static functions/variables by Valentina Manea · 11 years ago
  64. afd4dfb staging: vt6656: removed space after '*' in pointer declaration by Nandini Hanumanthagowda · 11 years ago
  65. f27d2be Staging: vt6656: fix code indenting error in power.c by Johannes Löthberg · 11 years ago
  66. 6dfd609 Staging: vt6656: Fix Sparse Warning: cast from restricted gfp_t in hostap.c by Ebru Akagunduz · 11 years ago
  67. 0f783c9 Staging: vt6656: fix a brace coding style issue in power.c by Johannes Löthberg · 11 years ago
  68. 05aaf1a staging: vt6656: removed braces from single line if-statement by Nandini Hanumanthagowda · 11 years ago
  69. 3cef1a2 staging: vt6656: fixed indentation and unnecessary space errors by Nandini Hanumanthagowda · 11 years ago
  70. 2467635 staging: vt6656: call usb_device_reset before netdev registration by Malcolm Priestley · 11 years ago
  71. 1c3e56f staging: vt6656: removed line over 80 chars warning by Nandini Hanumanthagowda · 11 years ago
  72. efbe518 staging: vt6656: removed C99-style comments by Nandini Hanumanthagowda · 11 years ago
  73. 5a69f36 staging: vt6656: removed unnecessary parentheses in return statement by Nandini Hanumanthagowda · 11 years ago
  74. fc044ac staging: vt6656: removal of braces under if-control statement by Nandini Hanumanthagowda · 11 years ago
  75. 1266ed7 staging: vt6656: indentation and removal of unnecessary spaces by Nandini Hanumanthagowda · 11 years ago
  76. 3ba0938 staging: vt6656: rxtx.c s_vFillTxKey replace u8 *pbyBuf. by Malcolm Priestley · 11 years ago
  77. ecd8024 staging: vt6656: rxtx.c clean up s_uGetRTSCTSDuration by Malcolm Priestley · 11 years ago
  78. 3dec8f1 staging: vt6656: rxtx.c s_uGetRTSCTSDuration allow fall-through duplicates by Malcolm Priestley · 11 years ago
  79. f84cdf6 staging: vt6656: rxtx.c s_bPacketToWirelessUsb set fallback tx rates by Malcolm Priestley · 11 years ago
  80. c744fd5 staging: vt6656: Removed checkpatch whitespace errors by Nandini Hanumanthagowda · 11 years ago
  81. a96f5ba staging: vt6656: removed space related checkpatch warnings by Nandini Hanumanthagowda · 11 years ago
  82. e1feda1 staging: vt6656: return if pControlURB->hcpriv not NULL by Malcolm Priestley · 11 years ago
  83. 60cc274 staging: vt6656: Remove 10 second timer and move to BSSvSecondCallBack by Malcolm Priestley · 11 years ago
  84. 17f3ced staging: vt6656: return from workqueues on fMP_DISCONNECTED by Malcolm Priestley · 11 years ago
  85. 759e9eb staging: vt6656: main_usb.c correct pDevice->pControlURB goto by Malcolm Priestley · 11 years ago
  86. e7ed40f Staging: vt6656: adding spaces around '=' by Ashvini Varatharaj · 11 years ago
  87. f19454f staging: vt6656: Removed redundant code from iwctl file by Nandini Hanumanthagowda · 11 years ago
  88. 4ad0fdb staging: vt6656: make pControlURB available life time of driver. by Malcolm Priestley · 11 years ago
  89. 92928f1 staging: vt6656: rxtx.c cleanup s_vGenerateTxParameter by Malcolm Priestley · 11 years ago
  90. c545e6a staging: vt6656: rxtx.c remove dead code s_uFillDataHead/pvTxDataHd. by Malcolm Priestley · 11 years ago
  91. c12dca0 staging: vt6656: rxtx.c add no rts struct vnt_tx_datahead_ab by Malcolm Priestley · 11 years ago
  92. 5634a5a staging: vt6656: rxtx.c parse out vnt_rxtx_datahead_ab by Malcolm Priestley · 11 years ago
  93. a90186e staging: vt6656: rxtx.c add no rts struct vnt_tx_datahead_a_fb by Malcolm Priestley · 11 years ago
  94. bd3f51f staging: vt6656: rxtx.c parse out struct vnt_tx_datahead_a_fb by Malcolm Priestley · 11 years ago
  95. 5b852f5 staging: vt6656: rxtx.c Parse struct vnt_tx_datahead_g_fb by Malcolm Priestley · 11 years ago
  96. 78363fd staging: vt6656: rxtx.c Parse struct vnt_tx_datahead_g by Malcolm Priestley · 11 years ago
  97. 0a0f4b6 staging: vt6656: rxtx.c change tx functions to return u16 by Malcolm Priestley · 11 years ago
  98. a21fc2f staging: vt6656: covert RXvMngWorkItem to work queue by Malcolm Priestley · 11 years ago
  99. 81d720d staging: vt6656: convert RXvWorkItem to work queue by Malcolm Priestley · 11 years ago
  100. bd9a6db staging: vt6656: covert BSSvSecondCallBack to delayed_work. by Malcolm Priestley · 11 years ago