1. 3e0f86b staging: vt6656: replace GFP_ATOMIC with GFP_KERNEL for urb allocation by Alison Schofield · 8 years ago
  2. 27f31cf9 staging: vt6656: replace explicit NULL comparison with ! operator by Alison Schofield · 8 years ago
  3. d2713e5 Staging: vt6656: Fixed multiple commenting codig style issues. by maomao xu · 9 years ago
  4. a85994d staging: vt6656: remove address from GPL text by Othmar Pasteka · 9 years ago
  5. b914b49 staging: vt6656: don't stop TX queue unless buffer full. by Malcolm Priestley · 9 years ago
  6. 49a315b staging: vt6656: implement power saving. by Malcolm Priestley · 9 years ago
  7. c151587 staging: vt6656: implement TSF counter by Malcolm Priestley · 9 years ago
  8. d309509 staging: vt6656: check ieee80211_bss_conf bssid not NULL by Malcolm Priestley · 9 years ago
  9. 23908db Merge tag 'staging-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 9 years ago
  10. 5699c0f staging: vt6656: Boolean tests don't need comparisons. by Abdul Hussain · 9 years ago
  11. 30686bf mac80211: convert HW flags to unsigned long bitmap by Johannes Berg · 9 years ago
  12. df14046 mac80211: remove support for IFF_PROMISC by Johannes Berg · 9 years ago
  13. 20ff141 staging: vt6656: don't return zero on failure path in vt6656_probe() by Alexey Khoroshilov · 9 years ago
  14. e238223 staging: vt6656: Use ether_addr_copy() on vnt_private members. by Krzysztof Adamski · 10 years ago
  15. dab363f Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  16. a344d67 mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR by Johannes Berg · 10 years ago
  17. 2ff6179 staging: vt6656: remove unnecessary 'out of memory' message by Melike Yurtoglu · 10 years ago
  18. 163090a staging: vt6656: remove rate_control_algorithm pid by Malcolm Priestley · 10 years ago
  19. 1beace3 staging: vt6656: main_usb.c remove return from void functions by Malcolm Priestley · 10 years ago
  20. ffc0e37 staging: vt6656: main_usb.c remove comments to functions nolonger present. by Malcolm Priestley · 10 years ago
  21. ef48442 staging: vt6656: rename device_alloc_bufs to vnt_alloc_bufs by Malcolm Priestley · 10 years ago
  22. 1c2fd56 staging: vt6656: rename device_free_int_bufs to vnt_free_int_bufs by Malcolm Priestley · 10 years ago
  23. 0dd6e68 staging: vt6656: rename device_free_rx_bufs to vnt_free_rx_bufs by Malcolm Priestley · 10 years ago
  24. afc7ef6 staging: vt6656: rename device_free_tx_bufs to vnt_free_tx_bufs by Malcolm Priestley · 10 years ago
  25. 500e1fb staging: vt6656: rename device_init_registers to vnt_init_registers by Malcolm Priestley · 10 years ago
  26. 7665cf2 staging: vt6656: rename device_set_options to vnt_set_options by Malcolm Priestley · 10 years ago
  27. cbcc9a3 staging: vt6656: use test_bit to check flags status by Malcolm Priestley · 10 years ago
  28. 2ab3d46 staging: vt6656: use clear_bit to remove device flag by Malcolm Priestley · 10 years ago
  29. 4c3b0d4 staging: vt6656: use set_bit to set flags by Malcolm Priestley · 10 years ago
  30. 2746321 staging: vt6656: struct vnt_private merge flag and macros by Malcolm Priestley · 10 years ago
  31. 23e7c47 staging: vt6656: Remove unsed macro DEVICE_FLAGS_OPENED by Malcolm Priestley · 10 years ago
  32. b679ad2 staging: vt6656: Remove flags fMP_POST_READS and fMP_POST_WRITES by Malcolm Priestley · 10 years ago
  33. c37cbd3 staging: vt6656: struct vnt_private replace abyBBVGA with bb_vga by Malcolm Priestley · 10 years ago
  34. a6177ae staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrl by Malcolm Priestley · 10 years ago
  35. a641c9e staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_time by Malcolm Priestley · 10 years ago
  36. 388e5cb staging: vt6656: struct vnt_private remove camel case retry limit by Malcolm Priestley · 10 years ago
  37. 8b84c1d staging: vt6656: struct vnt_private replace wCurrentRate with current_rate by Malcolm Priestley · 10 years ago
  38. 5a97491 staging: vt6656: struct vnt_private rf power table remove camel case by Malcolm Priestley · 10 years ago
  39. 98e93fe staging: vt6656: struct vnt_private replace byPreambleType with preamble_type by Malcolm Priestley · 10 years ago
  40. bbb1126 staging: vt6656: struct vnt_private replace abyEEPROM with eeprom by Malcolm Priestley · 10 years ago
  41. d80bf43 staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_basic_rate by Malcolm Priestley · 10 years ago
  42. 3c8a5b2 staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_basic_rate by Malcolm Priestley · 10 years ago
  43. 93a7355 staging: vt6656: struct vnt_private replace wBasicRate with basic_rates by Malcolm Priestley · 10 years ago
  44. e12471d staging: vt6656: struct vnt_private replace byPacketType with packet_type by Malcolm Priestley · 10 years ago
  45. 65df77e staging: vt6656: struct vnt_private replace byBBType with bb_type by Malcolm Priestley · 10 years ago
  46. 2044dbd staging: vt6656: struct vnt_private remove camel case antenna variables by Malcolm Priestley · 10 years ago
  47. 9ad3546 staging: vt6656: antenna modes remove unused variables by Malcolm Priestley · 10 years ago
  48. 113f0b9 staging: vt6656: struct vnt_private rename qwCurrTSF to current_tsf by Malcolm Priestley · 10 years ago
  49. 35cc8f9 staging: vt6656: replace bExistSWNetAddr with exist_sw_net_addr by Malcolm Priestley · 10 years ago
  50. 41e8321 staging: vt6656: rename abyPermanentNetAddr to permanent_net_addr by Malcolm Priestley · 10 years ago
  51. ebf9b31 staging: vt6656: remame abyCurrentNetAddr to current_net_addr by Malcolm Priestley · 10 years ago
  52. 6242eca staging: vt6656: struct vnt_private replace byRFType with rf_type by Malcolm Priestley · 10 years ago
  53. f1945a1 staging: vt6656: struct vnt_private rename byLocalID to local_id by Malcolm Priestley · 10 years ago
  54. 03b7e35 staging: vt6656: struct vnt_private rename cdTD to num_tx_context by Malcolm Priestley · 10 years ago
  55. 6da4738 staging: vt6656: struct vnt_private rename cbRD to num_rcb by Malcolm Priestley · 10 years ago
  56. d7f2d8f staging: vt6656: put radio power off and on into correct state every time. by Malcolm Priestley · 10 years ago
  57. dc5cfd9 staging: vt6656: struct vnt_private remove unused variable bRadioControlOff by Malcolm Priestley · 10 years ago
  58. f7e4a8f staging: vt6656: struct vnt_private rename apTD to tx_context by Malcolm Priestley · 10 years ago
  59. 8577011 staging: vt6656: struct vnt_private rename apRCB to rcb by Malcolm Priestley · 10 years ago
  60. 3d58248 staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urb by Malcolm Priestley · 10 years ago
  61. 325de98 staging: vt6656: struct vnt_rcb remove camel case by Malcolm Priestley · 10 years ago
  62. 1b6953d staging: vt6656: fix module_param_named tx_buffers variable by Malcolm Priestley · 10 years ago
  63. 76d382f staging: vt6656: usb_device_reset remove camel case by Malcolm Priestley · 10 years ago
  64. b5726cb staging: vt6656: Remove commented out long frequency_list by Malcolm Priestley · 10 years ago
  65. 968a922 staging: vt6656: main_usb remove static function declarations. by Malcolm Priestley · 10 years ago
  66. 71503b3 staging: vt6656: main_usb remove dead module params macros by Malcolm Priestley · 10 years ago
  67. eb734a6 staging: vt6656: remove dead code DEVICE_PARAM by Malcolm Priestley · 10 years ago
  68. 3220e3a staging: vt6656: main_usb.c Replace DEVICE_PARAM TxDescriptors0 by Malcolm Priestley · 10 years ago
  69. 2f020eb staging: vt6656: main_usb.c Replace DEVICE_PARAM RxDescriptors0 by Malcolm Priestley · 10 years ago
  70. b4ae135 staging: vt6656: replace DBG_PRT error messages by Malcolm Priestley · 10 years ago
  71. 4e62dcc9 staging: vt6656: main_usb replace DBG_PRT debug messages by Malcolm Priestley · 10 years ago
  72. 3ce5493 staging: vt6656: device_init_registers remove camel case by Malcolm Priestley · 10 years ago
  73. da3b67b staging: vt6656: device_set_options remove camel case by Malcolm Priestley · 10 years ago
  74. 28e067f staging: vt6656: device_set_options fix opening function bracket by Malcolm Priestley · 10 years ago
  75. 80dcc0a staging: vt6656: rename BBvUpdatePreEDThreshold to vnt_update_pre_ed_threshold by Malcolm Priestley · 10 years ago
  76. de8690a staging: vt6656: rename BBvSetVGAGainOffset to vnt_set_vga_gain_offset by Malcolm Priestley · 10 years ago
  77. 3c956cc staging: vt6656: rename BBvSetShortSlotTime to vnt_set_short_slot_time by Malcolm Priestley · 10 years ago
  78. 7534180 staging: vt6656: rename BBbVT3184Init to vnt_vt3184_init by Malcolm Priestley · 10 years ago
  79. 41868bf staging: vt6656: rename BBvSetAntennaMode to vnt_set_antenna_mode by Malcolm Priestley · 10 years ago
  80. d9cf2f9 staging: vt6556: Replace printk by dev_warn by Peter Senna Tschudin · 10 years ago
  81. 14c5e41 staging: vt6556: Cleanup coding style: indentation by Peter Senna Tschudin · 10 years ago
  82. 42b138d staging: vt6556: Cleanup coding style: lines over 80 chars by Peter Senna Tschudin · 10 years ago
  83. dbf0a03 staging: vt6556: Cleanup coding style: #define by Peter Senna Tschudin · 10 years ago
  84. 33e9ab3 staging: vt6556: Cleanup indentation on statements by Peter Senna Tschudin · 10 years ago
  85. 2dc37af staging: vt6656: rename PIPEnsBulkInUsbRead to vnt_submit_rx_urb by Malcolm Priestley · 10 years ago
  86. 6200193 staging: vt6656: rename INTvWorkItem to vnt_int_start_interrupt by Malcolm Priestley · 10 years ago
  87. ed0db51 staging: vt6656: set BBvSetAntennaMode in device_init_registers by Malcolm Priestley · 10 years ago
  88. 68cc161 staging: vt6656: rename vResetCommandTimer to vnt_reset_command_timer by Malcolm Priestley · 10 years ago
  89. 57981a6 staging: vt6656: Drop u8 pointer and rename bScheduleCommand. by Malcolm Priestley · 10 years ago
  90. 592365ae4a staging: vt6656: rename vRunCommand to vnt_run_command by Malcolm Priestley · 10 years ago
  91. 33a60b8 staging: vt6656: replace camel case from command variables by Malcolm Priestley · 10 years ago
  92. 71d764a stagingL vt6656: implement fall back rates reporting. by Malcolm Priestley · 10 years ago
  93. ba911c9 staging: vt6656: turn radio off after mac registered. by Malcolm Priestley · 10 years ago
  94. 1786384 staging: vt6656: implement get_stats ieee80211_low_level_stats by Malcolm Priestley · 10 years ago
  95. 1ecd083 staging: vt6656: device_init_registers move out vnt_set_bss_mode by Malcolm Priestley · 10 years ago
  96. d358477 staging: vt6656: set BBvSetVGAGainOffset inside vnt_set_bss_mode by Malcolm Priestley · 10 years ago
  97. d35d5fb staging: vt6656: remove vnt_add_basic_rate by Malcolm Priestley · 10 years ago
  98. 068ce7d staging: vt6656: dead code remove RXvWorkItem and RXvFreeRCB by Malcolm Priestley · 10 years ago
  99. 8cffb3c staging: vt6656: Remove rx handing from RXvWorkItem by Malcolm Priestley · 10 years ago
  100. 09840eb staging: vt6656: device.h remove dead strutures and variables by Malcolm Priestley · 10 years ago