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