1. 3b1d753 staging: vt6656: usbpipe.c: Fix checkpatch warning by Anson Jacob · 8 years ago
  2. 7aa47db staging: vt6656: simplify tests of successful urb status by Alison Schofield · 9 years ago
  3. b9183fd staging: vt6656: move local var init into declaration by Alison Schofield · 9 years ago
  4. 27f31cf9 staging: vt6656: replace explicit NULL comparison with ! operator by Alison Schofield · 9 years ago
  5. a85994d staging: vt6656: remove address from GPL text by Othmar Pasteka · 9 years ago
  6. 56b4c04 staging: vt6656: remove RX complete locking. by Malcolm Priestley · 9 years ago
  7. 5699c0f staging: vt6656: Boolean tests don't need comparisons. by Abdul Hussain · 9 years ago
  8. 8614034 staging: vt6656: remove unnecessary braces by Ragnar B. Johannsson · 10 years ago
  9. a8492a0 staging: vt6656: remove comments of old functions nolonger present. by Malcolm Priestley · 10 years ago
  10. d78551b staging: vt6656: remove return from all void functions by Malcolm Priestley · 10 years ago
  11. cbcc9a3 staging: vt6656: use test_bit to check flags status by Malcolm Priestley · 10 years ago
  12. 2746321 staging: vt6656: struct vnt_private merge flag and macros by Malcolm Priestley · 10 years ago
  13. f370872 staging: vt6656: remove macro MP_IS_READY by Malcolm Priestley · 10 years ago
  14. b679ad2 staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITES by Malcolm Priestley · 10 years ago
  15. b243517 staging: vt6656: usbpipe.c clean up USB_CTL_WAIT by Malcolm Priestley · 10 years ago
  16. 0acece0 staging: vt6656: usbpipe remove unneeded comments by Malcolm Priestley · 10 years ago
  17. 4060f53 staging: vt6656: Remove ununsed macro URB_ASYNC_UNLINK by Malcolm Priestley · 10 years ago
  18. 664b044 staging: vt6656: remove static declaration vnt_tx_context_complete by Malcolm Priestley · 10 years ago
  19. 93eac3b staging: vt6656: Remove static declaration vnt_submit_rx_urb_complete by Malcolm Priestley · 10 years ago
  20. eaa5679 staging: vt6656: Remove static declaration vnt_start_interrupt_urb_complete by Malcolm Priestley · 10 years ago
  21. 3d58248 staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urb by Malcolm Priestley · 10 years ago
  22. 325de98 staging: vt6656: struct vnt_rcb remove camel case by Malcolm Priestley · 10 years ago
  23. 23dbf87 staging: vt6656: struct vnt_rcb remove unused members by Malcolm Priestley · 10 years ago
  24. f24937d staging: vt6656: usbpipe irrelevant function descriptions by Malcolm Priestley · 10 years ago
  25. 08823af staging: vt6656: rename s_nsBulkInUsbIoCompleteRead to vnt_submit_rx_urb_complete by Malcolm Priestley · 10 years ago
  26. 2dc37af staging: vt6656: rename PIPEnsBulkInUsbRead to vnt_submit_rx_urb by Malcolm Priestley · 10 years ago
  27. ceebd90 staging: vt6656: rename s_nsBulkOutIoCompleteWrite to vnt_tx_context_complete by Malcolm Priestley · 10 years ago
  28. 476e7d9 staging: vt6656: rename PIPEnsSendBulkOut to vnt_tx_context. by Malcolm Priestley · 10 years ago
  29. 34f98e3 staging: vt6656: rename s_nsInterruptUsbIoCompleteRead to vnt_start_interrupt_urb_complete by Malcolm Priestley · 10 years ago
  30. b0bc572 staging: vt6656: usbpipe rename PIPEnsInterruptRead to vnt_start_interrupt_urb by Malcolm Priestley · 10 years ago
  31. e360d2b staging: vt6656: int rename INTnsProcessData to vnt_int_process_data by Malcolm Priestley · 10 years ago
  32. 618ff9c staging: vt6656: s_nsBulkInUsbIoCompleteRead check that used sk_buff is clean and ready to reuse. by Malcolm Priestley · 10 years ago
  33. 71d764a stagingL vt6656: implement fall back rates reporting. by Malcolm Priestley · 10 years ago
  34. f528327 staging: vt6656: Include re_alloc_skb within lock. by Malcolm Priestley · 10 years ago
  35. a5615b9 staging: vt6656: s_nsBulkOutIoCompleteWrite fix bug of 5GHZ a rates idx by Malcolm Priestley · 10 years ago
  36. 8cffb3c staging: vt6656: Remove rx handing from RXvWorkItem by Malcolm Priestley · 10 years ago
  37. 09840eb staging: vt6656: device.h remove dead strutures and variables by Malcolm Priestley · 10 years ago
  38. d38b13a staging: vt6656: mac80211 conversion: Create tx functions by Malcolm Priestley · 10 years ago
  39. 63b9907 staging: vt6656: mac80211 conversion: create rx function. by Malcolm Priestley · 10 years ago
  40. 62c8526 staging: vt6656: dead code remove control.c/h by Malcolm Priestley · 10 years ago
  41. 5374290 staging: vt6656: create vnt_control_in_u8 to replace ControlvReadByte by Malcolm Priestley · 10 years ago
  42. 285d58c staging: vt6656: replace ControlvWriteByte with vnt_control_out_u8 by Malcolm Priestley · 10 years ago
  43. 441c21c staging: vt6656: rename PIPEnsControlIn/CONTROLnsRequestIn with vnt_control_in by Malcolm Priestley · 10 years ago
  44. 1390b02 staging: vt6656: rename PIPEnsControlOut/CONTROLnsRequestOut to vnt_control_out by Malcolm Priestley · 10 years ago
  45. 9af49fd staging: vt6656: PIPEnsControlIn remove camel case. by Malcolm Priestley · 10 years ago
  46. 0f06a73 staging: vt6656: PIPEnsControlOut remove camel case. by Malcolm Priestley · 10 years ago
  47. 8a66026 staging: vt6656: usbpipe: replace debug messsages. by Malcolm Priestley · 10 years ago
  48. f347d8c staging: vt6656: usbpipe: get rid of in/out debug messages. by Malcolm Priestley · 10 years ago
  49. 3136b5f staging: vt6656: Remove PIPEnsControlOutAsyn/CONTROLnsRequestOutAsyn by Malcolm Priestley · 10 years ago
  50. 0fb2af3 staging: vt6656: PIPEnsControlIn use usb_control_msg by Malcolm Priestley · 10 years ago
  51. 7021b68 staging: vt6656: usbpipe.c PIPEnsControlOut use usb_control_msg by Malcolm Priestley · 10 years ago
  52. 29b0237 staging: vt6656: lock changes: s_nsBulkInUsbIoCompleteRead. by Malcolm Priestley · 10 years ago
  53. c91b186 staging: vt6656: lock changes: usbpipe.c add mutex lock. by Malcolm Priestley · 10 years ago
  54. 7af9400 staging: vt6656: lock changes: Remove spin locks. by Malcolm Priestley · 10 years ago
  55. 30a05b3 staging: vt6656: struct vnt_usb_send_context remove camel case. by Malcolm Priestley · 10 years ago
  56. b9d93d1 staging: vt6656: [BUG] Fix Warning BOGUS urb xfer, pipe 3 != type 1 by Malcolm Priestley · 11 years ago
  57. 9009dd1 staging: vt6656: Use __releases/__acquires annotations by Iulia Manda · 11 years ago
  58. d1b2a11 staging: vt6656: s_nsBulkOutIoCompleteWrite Remove variable status. by Malcolm Priestley · 11 years ago
  59. d597aae staging: vt6656: s_nsBulkOutIoCompleteWrite remove buf_len. by Malcolm Priestley · 11 years ago
  60. 07bc839 staging: vt6656: Remove unused variables packets* by Malcolm Priestley · 11 years ago
  61. cbe4da5 staging: vt6656: Remove unused variable bEventAvailable. by Malcolm Priestley · 11 years ago
  62. 7e5a919 staging: vt6656: Remove all variables ulInt* by Malcolm Priestley · 11 years ago
  63. 88c4d12 staging: vt6656: Remove all variables ulBulk* by Malcolm Priestley · 11 years ago
  64. 599e4b5 staging: vt6656: Remove pointer cast to urb->context. by Malcolm Priestley · 11 years ago
  65. 0b787d7 staging: vt6656: Cleanup PIPEnsBulkInUsbRead by Malcolm Priestley · 11 years ago
  66. d4fa2ab staging: vt6656: clean up s_nsBulkInUsbIoCompleteRead by Malcolm Priestley · 11 years ago
  67. 6763898 staging: vt6656: s_nsBulkInUsbIoCompleteRead Replace error handling. by Malcolm Priestley · 11 years ago
  68. 1882c19 staging: vt6656: s_nsBulkInUsbIoCompleteRead Remove bytesRead/bIndicateReceive. by Malcolm Priestley · 11 years ago
  69. e3a8fa1 staging: vt6656: s_nsBulkInUsbIoCompleteRead get rid of status. by Malcolm Priestley · 11 years ago
  70. 3f38290 staging: vt6656: clean up PIPEnsSendBulkOut. by Malcolm Priestley · 11 years ago
  71. da5c99f staging: vt6656: usb_fill_bulk_urb get rid of void* cast. by Malcolm Priestley · 11 years ago
  72. 1333830 staging: vt6656: PIPEnsSendBulkOut reverse if statement by Malcolm Priestley · 11 years ago
  73. 1450ba6 staging: vt6656: Remove typedef enum _CONTEXT_TYPE by Malcolm Priestley · 11 years ago
  74. 21aa212 staging: vt6656: clean up s_nsBulkOutIoCompleteWrite. by Malcolm Priestley · 11 years ago
  75. e8152bf staging: vt6656: s_nsBulkOutIoCompleteWrite add error handling, by Malcolm Priestley · 11 years ago
  76. 1c398a3 staging: vt6656: s_nsBulkOutIoCompleteWrite reorganise variable order. by Malcolm Priestley · 11 years ago
  77. f764e00 staging: vt6656: Replace typedef struct INT_BUFFER, *PINT_BUFFER by Malcolm Priestley · 11 years ago
  78. 5f38b78 staging: vt6656: clean up PIPEnsInterruptRead. by Malcolm Priestley · 11 years ago
  79. 59858f5 staging: vt6656: PIPEnsInterruptRead set intBuf.bInUse to false. by Malcolm Priestley · 11 years ago
  80. f39b853 staging: vt6656: PIPEnsInterruptRead use usb_fill_int_urb by Malcolm Priestley · 11 years ago
  81. d9ad7a9 staging: vt6656: clean up s_nsInterruptUsbIoCompleteRead by Malcolm Priestley · 11 years ago
  82. 749627f staging: vt6656: Remove variable fKillEventPollingThread by Malcolm Priestley · 11 years ago
  83. def84bd staging: vt6656: s_nsInterruptUsbIoCompleteRead remove usb_fill_bulk_urb by Malcolm Priestley · 11 years ago
  84. c98fbf9 staging: vt6656: s_nsInterruptUsbIoCompleteRead add urb status returns by Malcolm Priestley · 11 years ago
  85. 247b4b6 staging: vt6656: s_nsInterruptUsbIoCompleteRead set intBuf.bInUse to true by Malcolm Priestley · 11 years ago
  86. 1fd4f55 staging: vt6656: Remove unused scStatistic data/functions from driver. by Malcolm Priestley · 11 years ago
  87. e1feda1 staging: vt6656: return if pControlURB->hcpriv not NULL by Malcolm Priestley · 11 years ago
  88. 60cc274 staging: vt6656: Remove 10 second timer and move to BSSvSecondCallBack by Malcolm Priestley · 11 years ago
  89. 115cac2 staging: vt6656: device.h Replace typedef struct _RCB by Malcolm Priestley · 11 years ago
  90. dcdf1d0 staging: vt6656: device.h replace typedef struct _USB_SEND_CONTEXT. by Malcolm Priestley · 11 years ago
  91. 8dbc6aa staging: vt6656: Remove dead code macro ASSERT by Malcolm Priestley · 11 years ago
  92. 9fbafdd staging: vt6656: remove consecutive newlines by Andres More · 12 years ago
  93. 00d0603 staging: vt6656: remove code placeholders by Andres More · 12 years ago
  94. 4e9b5e2 staging: vt6656: replaced custom TRUE definition with true by Andres More · 12 years ago
  95. e269fc2 staging: vt6656: replaced custom FALSE definition with false by Andres More · 12 years ago
  96. ae5943d staging: vt6656: Fix URB submitted while active warning. by Malcolm Priestley · 12 years ago
  97. fe5d00e staging: vt6656: channel/control/firmware/int/usbpipe to new structures by Malcolm Priestley · 12 years ago
  98. 87c6298 staging: vt6656: no need to bIndicateReceive when no bytes to read. by Malcolm Priestley · 12 years ago
  99. 02560ef staging: vt6656: [BUG] PIPEnsSendBulkOut free bBoolInUse by Malcolm Priestley · 12 years ago
  100. 1acc0d62 staging: vt6656: Remove all commented macros by Marcos Paulo de Souza · 12 years ago