1. bc8201e Revert "Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type." by Hans de Goede · 8 years ago
  2. 6982f867 Revert "Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)" by Hans de Goede · 8 years ago
  3. 2f37dd1 Merge tag 'staging-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 8 years ago
  4. 99aded7 Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct) by Jacky Boen · 8 years ago
  5. 9cb2dbf Staging: drivers: rtl8188eu: fixed extraneous spaces by Jacky Boen · 8 years ago
  6. d5fdbca Staging: drivers: rtl8188eu: fixed extraneous parentheses by Jacky Boen · 8 years ago
  7. a305990 Staging: drivers: rtl8188eu: fixed extraneous indentation by Jacky Boen · 8 years ago
  8. a634696 Staging: drivers: rtl8188eu: fixed unnecessary else branch by Jacky Boen · 8 years ago
  9. a48d498 Staging: drivers: rtl8188eu: fixed brace style by Jacky Boen · 8 years ago
  10. 99f8adc Staging: drivers: rtl8188eu: fixed newlines style by Jacky Boen · 8 years ago
  11. 637642e Staging: drivers: rtl8188eu: fixed block comments style by Jacky Boen · 8 years ago
  12. f43534b Staging: drivers: rtl8188eu: fixed typo by Jacky Boen · 8 years ago
  13. ffc9b27 Staging: drivers: rtl8188eu: move constants to the right in comparisons by Jacky Boen · 8 years ago
  14. 9e73991 staging: rtl8188eu: Convert to using IFF_NO_QUEUE by Phil Sutter · 8 years ago
  15. e7c77e4 staging: rtl8188eu: remove return at end of void function call by Nicholas Sim · 9 years ago
  16. 4ada295 staging: rtl8188eu: os_dep: ioctl_linux: Clean up tests if NULL returned on failure by Bhaktipriya Shridhar · 9 years ago
  17. 574502c staging: rtl8188eu: os_dep: usb_intf: Clean up tests if NULL returned on failure by Bhaktipriya Shridhar · 9 years ago
  18. 6e9aeda staging: rtl8188eu: core: rtw_mlme: Clean up tests if NULL returned on failure by Bhaktipriya Shridhar · 9 years ago
  19. a703f47 staging: rtl8188eu: rtw_mlme_ext: Clean up tests if NULL returned on failure by Bhaktipriya Shridhar · 9 years ago
  20. 12f037e staging: rtl8188eu: rtw_cmd: Clean up tests if NULL returned on failure by Bhaktipriya Shridhar · 9 years ago
  21. b5e12ec Staging: rtl8188eu: rtw_efuse: Use sizeof type *pointer instead of sizeof type. by Sandhya Bankar · 9 years ago
  22. f3e80d8 Staging: rtl8188eu: usb_halinit: Use !x instead of x == NULL. by Sandhya Bankar · 9 years ago
  23. eec1c50 Staging: rtl8188eu: rtl8188e_rxdesc: Use !x instead of x == NULL. by Sandhya Bankar · 9 years ago
  24. 79146ce Staging: rtl8188eu: hal_intf: Use x instead of x != NULL. by Sandhya Bankar · 9 years ago
  25. 7f69e09 Staging: rtl8188eu: Hal8188ERateAdaptive: Use x instead of x != NULL. by Sandhya Bankar · 9 years ago
  26. 17d4591 staging: rtl8188eu: remove return at end of void function call by Nicholas Sim · 9 years ago
  27. fb02538 staging: rtl8188eu: Remove license paragraph with mailing address by Kyle Kuffermann · 9 years ago
  28. 5a9e10a Staging: rtl8188eu: removes an unnecessary cast on a void pointer. by Ben Marsh · 9 years ago
  29. 78a729f Staging: rtl8188eu: Remove function rtw_freq2ch by Bhumika Goyal · 9 years ago
  30. eb8329c Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.c by Claudiu Beznea · 9 years ago
  31. 61a95c8 staging: rtl8188eu: os_dep: Remove unnecessary else after return by Bhaktipriya Shridhar · 9 years ago
  32. e59b76c Staging: rtl8188eu: Use !x instead of x==NULL. by Sandhya Bankar · 9 years ago
  33. b08e0fc Staging: rtl8188eu: rtw_efuse: Do not print message if kzalloc() failed. by Sandhya Bankar · 9 years ago
  34. d4ff4e2 Staging: rtl8188eu: Do not print message if kzalloc() failed. by Sandhya Bankar · 9 years ago
  35. 7a15863 rtl8188eu: Add spaces around arithmetic operators by Kyle Kuffermann · 9 years ago
  36. 0f94b0a staging: rtl8188eu: remove PWR_BASEADDR_* macro definitions and "base" member of wl_pwr_cfg structure by Ivan Safonov · 9 years ago
  37. 0e54dbd staging: rtl8188eu: remove PWR_INTF_*_MSK macro definitions and interface_mask of wl_pwr_cfg structure by Ivan Safonov · 9 years ago
  38. 3f1599e staging: rtl8188eu: remove PWR_FAB_*_MSK macro definitions and fab_msk of wl_pwr_cfg structure by Ivan Safonov · 9 years ago
  39. fd50e11 staging: rtl8188eu: remove FabVersion member of odm_dm_struct struct by Ivan Safonov · 9 years ago
  40. 29b9e16 staging: rtl8188eu: remove chip_type of the adapter structure by Ivan Safonov · 9 years ago
  41. 2e48f0d staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_init by Ivan Safonov · 9 years ago
  42. 43e0245 staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.c by Ivan Safonov · 9 years ago
  43. 02295b7 staging: rtl8188eu: remove unused macros from include/basic_types.h by Ivan Safonov · 9 years ago
  44. e2d5d10 staging: rtl8188eu: remove unused include/ieee80211_ext.h by Ivan Safonov · 9 years ago
  45. 5e3027b staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macro by Ivan Safonov · 9 years ago
  46. 2c10efb staging: rtl8188eu: os_dep: Remove NULL test before vfree by Bhaktipriya Shridhar · 9 years ago
  47. 7570ad9 staging: rtl8188eu: core: Remove NULL test before vfree by Bhaktipriya Shridhar · 9 years ago
  48. 235a010 staging: rtl8188eu: core: Remove useless return variables by Bhaktipriya Shridhar · 9 years ago
  49. 92098c1f staging: rtl8188eu: os_dep: Remove useless return variables by Bhaktipriya Shridhar · 9 years ago
  50. bd37c43 staging: rtl8188eu: core: Remove casts of pointer to same type by Bhaktipriya Shridhar · 9 years ago
  51. 3edd192 staging: rtl8188eu: hal: Drop Useless Initialization by Bhaktipriya Shridhar · 9 years ago
  52. 47b6770 staging: rtl8188eu: Remove unnecessary parantheses by Bhaktipriya Shridhar · 9 years ago
  53. a32ee8b staging: rtl8188eu: os_dep: Remove header file by Amitoj Kaur Chawla · 9 years ago
  54. b383f2a staging: rtl8188eu: core: Remove unnecessary braces by Bhaktipriya Shridhar · 9 years ago
  55. 816c2db staging: rtl8188eu: Remove RF_PATH_C & RF_PATH_D by Andrew Bradford · 9 years ago
  56. a3c0c480 Staging: rtl8188eu/core: Coding style fix, avoid line over 80 characters by Colin Vidal · 9 years ago
  57. 18dbf8e Staging: rtl8188eu/core: Coding style fix, set constant operand on right in tests by Colin Vidal · 9 years ago
  58. c358821 Staging: rtl8188eu/core: Coding style fix, set conform spaces between identifiers by Colin Vidal · 9 years ago
  59. 7ca6a96 Staging: rtl8188eu/core: remove paragraph which mention FSF address in comment header by Colin Vidal · 9 years ago
  60. 684d2f1 staging: rtl8188eu: core: Use put_unaligned_le16 by Amitoj Kaur Chawla · 9 years ago
  61. da04bf7 Staging: rtl8188eu: core: rtw_xmit.c: Remove NULL test before vfree by Bhumika Goyal · 9 years ago
  62. 64e6619 Staging: rtl8188eu: core: rtw_mlme.c: Remove NULL test before vfree by Bhumika Goyal · 9 years ago
  63. a4e320b Staging: rtl8188eu: os_dep: Remove NULL test before rtw_free_netdev by Bhumika Goyal · 9 years ago
  64. d9b36d5 staging: rtl8188eu: fix signal strength indication by Andrew Bradford · 9 years ago
  65. 8b01871 staging: rtl8188eu: add release_firmware() between request_firmware and function error exit by Ivan Safonov · 9 years ago
  66. 29e20dd staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structure by Ivan Safonov · 9 years ago
  67. f643ba6 staging: rtl8188eu: remove _rtl88e_fill_dummy by Ivan Safonov · 9 years ago
  68. 1397379 staging: rtl8188eu: Remove unnecessary pointer cast by Janani Ravichandran · 9 years ago
  69. 8052d7d staging: rtl8*: fix my email address up by Greg Kroah-Hartman · 9 years ago
  70. a3124e7 staging: rtl8188eu: use eth_broadcast_addr() in place of memset by Hari Prasath Gujulan Elango · 9 years ago
  71. b9f1c27 staging: rtl8188eu: use list_first_entry_or_null() by Geliang Tang · 9 years ago
  72. a67080e staging: rtl8188eu: print OUI with %*ph by Andy Shevchenko · 9 years ago
  73. fb27e19 staging: rtl8188eu: replace open-coded print_hex_dump() by Andy Shevchenko · 9 years ago
  74. 6d7b280 staging: rtl8188eu: provide an absolute path to include folder by Andy Shevchenko · 9 years ago
  75. 5fa0e06 Staging: rtl8188eu: core: rtw_debug: fixed a parentheses coding style issue by Chris Elliott · 9 years ago
  76. b0800a4 staging: rtl8188eu: remove an extra space by Alexey Tulia · 9 years ago
  77. 35ad45a staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA() by Luca Ceresoli · 9 years ago
  78. d6c6ad9 staging: rtl8188eu: rename camelcase bAcceptAddbaReq by Luca Ceresoli · 9 years ago
  79. f0f17be staging: rtl8188eu: remove useless variable rtw_AcceptAddbaReq by Luca Ceresoli · 9 years ago
  80. 3298625 staging: rtl8188eu: rtw_mlme_ext.c: remove commented code by Luca Ceresoli · 9 years ago
  81. d0beccb staging: rtl8188eu: don't cast to void* when calling memset() by Luca Ceresoli · 9 years ago
  82. 8891bca staging: rtl8188eu: add spaces around binary '*' by Luca Ceresoli · 9 years ago
  83. 25e168a staging: rtl8188eu: goto removed by Ivan Safonov · 9 years ago
  84. 4a3bda2 staging: rtl8188eu: goto replaced by 'else' branch by Ivan Safonov · 9 years ago
  85. d14c07f staging: rtl8188eu: unused macros removed by Ivan Safonov · 9 years ago
  86. 940f90e staging: rtl8188eu: rarely used macros replaced by their definitions by Ivan Safonov · 9 years ago
  87. 08ecab1 staging: rtl8188eu: for loop instead of while loop used by Ivan Safonov · 9 years ago
  88. 13cab3d staging: rtl8188eu: offset renamed to write_address by Ivan Safonov · 9 years ago
  89. 7e91b28 staging: rtl8188eu: pu4BytePtr renamed to dword_buffer by Ivan Safonov · 9 years ago
  90. 988c514 staging: rtl8188eu: buf_ptr renamed to byte_buffer by Ivan Safonov · 9 years ago
  91. 6e84aa6 staging: rtl8188eu: unnessesary braces for single statement block removed by Ivan Safonov · 9 years ago
  92. 429078e staging: rtl8188eu: unnecessary initialization removed by Ivan Safonov · 9 years ago
  93. 645d2a8 staging: rtl8188eu: types of local variables conformed with types of function arguments by Ivan Safonov · 9 years ago
  94. 1e7e93e staging: rtl8188eu: buf_ptr variable completely defined in a single line by Ivan Safonov · 9 years ago
  95. ec60e03 staging: rtl8188eu: offset increment placed into for loop header by Ivan Safonov · 9 years ago
  96. f464b3a staging: rtl8188eu: unnecessary branching removed by Ivan Safonov · 9 years ago
  97. 8107b14 staging: rtl8188eu: unnecessary variable override removed by Ivan Safonov · 9 years ago
  98. 37d5579 staging: rtl8188eu: offset variable replaced by its value by Ivan Safonov · 9 years ago
  99. 1c48def staging: rtl8188eu: initial value placed in the variable by Ivan Safonov · 9 years ago
  100. d44f58f staging: rtl8188eu: assigning a value to the variable is replaced by the increment by Ivan Safonov · 9 years ago