1. 25e168a staging: rtl8188eu: goto removed by Ivan Safonov · 9 years ago
  2. 4a3bda2 staging: rtl8188eu: goto replaced by 'else' branch by Ivan Safonov · 9 years ago
  3. d14c07f staging: rtl8188eu: unused macros removed by Ivan Safonov · 9 years ago
  4. 940f90e staging: rtl8188eu: rarely used macros replaced by their definitions by Ivan Safonov · 9 years ago
  5. 08ecab1 staging: rtl8188eu: for loop instead of while loop used by Ivan Safonov · 9 years ago
  6. 13cab3d staging: rtl8188eu: offset renamed to write_address by Ivan Safonov · 9 years ago
  7. 7e91b28 staging: rtl8188eu: pu4BytePtr renamed to dword_buffer by Ivan Safonov · 9 years ago
  8. 988c514 staging: rtl8188eu: buf_ptr renamed to byte_buffer by Ivan Safonov · 9 years ago
  9. 6e84aa6 staging: rtl8188eu: unnessesary braces for single statement block removed by Ivan Safonov · 9 years ago
  10. 429078e staging: rtl8188eu: unnecessary initialization removed by Ivan Safonov · 9 years ago
  11. 645d2a8 staging: rtl8188eu: types of local variables conformed with types of function arguments by Ivan Safonov · 9 years ago
  12. 1e7e93e staging: rtl8188eu: buf_ptr variable completely defined in a single line by Ivan Safonov · 9 years ago
  13. ec60e03 staging: rtl8188eu: offset increment placed into for loop header by Ivan Safonov · 9 years ago
  14. f464b3a staging: rtl8188eu: unnecessary branching removed by Ivan Safonov · 9 years ago
  15. 8107b14 staging: rtl8188eu: unnecessary variable override removed by Ivan Safonov · 9 years ago
  16. 37d5579 staging: rtl8188eu: offset variable replaced by its value by Ivan Safonov · 9 years ago
  17. 1c48def staging: rtl8188eu: initial value placed in the variable by Ivan Safonov · 9 years ago
  18. d44f58f staging: rtl8188eu: assigning a value to the variable is replaced by the increment by Ivan Safonov · 9 years ago
  19. 52863d8 staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_write by Ivan Safonov · 9 years ago
  20. 6d9b0f0 Staging: rtl8188eu: fix space prohibited before that ',' by Abdul Hussain · 9 years ago
  21. 37efd08 staging: rtl8188eu: 'infinite' loop removed by Ivan Safonov · 9 years ago
  22. 72fb6c5 staging: rtl8188eu: while loop replaced by for loop by Ivan Safonov · 9 years ago
  23. 2b5a10a staging: rtl8188eu: do .. while (0) loop replaced by while (...) loop by Ivan Safonov · 9 years ago
  24. 3913c19 staging: rtl8188eu: add missing delay in polling loops. by Rémy Oudompheng · 9 years ago
  25. ed73749 staging: rtl8188eu: jiffies are unsigned long by Rémy Oudompheng · 9 years ago
  26. afcf9bc staging: rtl8188eu: core: Change function parameter to bool by Amitoj Kaur Chawla · 9 years ago
  27. 03ea25f staging: rtl8188eu: core: Remove wrapper function by Amitoj Kaur Chawla · 9 years ago
  28. ce3b84a staging: rtl8188eu: Remove unused function by Amitoj Kaur Chawla · 9 years ago
  29. f3a2d1a staging: rtl8188eu: core: rtw_ap : Remove unnecessary functions by Amitoj Kaur Chawla · 9 years ago
  30. 853a466 staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset function by Ivan Safonov · 9 years ago
  31. 5bee5d5 staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[pwrGrpCnt] in store_pwrindex_offset function by Ivan Safonov · 9 years ago
  32. 83d7b6c staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.c by Ivan Safonov · 9 years ago
  33. 420a952 staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into two parts by Ivan Safonov · 9 years ago
  34. 5d5efcbd staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesis by Ivan Safonov · 9 years ago
  35. 5ce5b8d staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/bb_cfg.c by Ivan Safonov · 9 years ago
  36. 53d0621 staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal/bb_cfg.c by Ivan Safonov · 9 years ago
  37. 160edfd staging: rtl8188eu: operator = replaced by += in loop increment by Ivan Safonov · 9 years ago
  38. 32b5844 staging: rtl8188eu: occurrence of the 5 GHz code marked by Ivan Safonov · 9 years ago
  39. b546c0f staging: rtl8188eu: increment placed into for loop header by Ivan Safonov · 9 years ago
  40. 628bd1c staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ie by Ivan Safonov · 9 years ago
  41. 2bc8c2f staging: rtl8188eu: unused MIN macro removed by Ivan Safonov · 9 years ago
  42. 7687e58 staging: rtl8188eu: unused MEM_ALIGNMENT_OFFSET and MEM_ALIGNMENT_PADDING macros removed by Ivan Safonov · 9 years ago
  43. 8a3a379 staging: rtl8188eu: unused SUCCESS and FAIL macros removed by Ivan Safonov · 9 years ago
  44. 016c6bb staging: rtl8188eu: abs kernel macro used in simularity_compare function by Ivan Safonov · 9 years ago
  45. 530c9b1 staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macro by Ivan Safonov · 9 years ago
  46. ad8d8cd staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macro by Ivan Safonov · 9 years ago
  47. 20e7653 staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macro by Ivan Safonov · 9 years ago
  48. 66eaaf4 staging: rtl8188eu: clamp kernel macro used in proc_get_rx_signal by Ivan Safonov · 9 years ago
  49. bbef472 staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macro by Ivan Safonov · 9 years ago
  50. f79dc16 staging: rtl8188eu: Remove unnecessary variables by Amitoj Kaur Chawla · 9 years ago
  51. 7346489 staging: rtl8188eu: fix misleading indentation by Luis de Bethencourt · 9 years ago
  52. 9c68ed0 rtl8188eu : BIT() macro cleanup by Anish Bhatt · 9 years ago
  53. ac0a366 staging: r8188eu: Add _enter_critical_mutex() error handling by Alexey Khoroshilov · 9 years ago
  54. d762c9b Staging: rtl8188eu: rtw_ieee80211: Remove unnecessary cast by Shivani Bhardwaj · 9 years ago
  55. 96c3522 Staging: rtl8188eu: rf_cfg: Remove useless cast by Shivani Bhardwaj · 9 years ago
  56. bb30b15 staging: rtl8188eu: spaces preferred around that + inserted by Ivan Safonov · 9 years ago
  57. 5905628 staging: rtl8188eu: ARRAY_SIZE instead of sizeof/sizeof used by Ivan Safonov · 9 years ago
  58. e525e7a Staging: rtl8188eu: core: Use ARRAY_SIZE macro by Shraddha Barke · 9 years ago
  59. d84d66f staging: rtl8188eu: unused macro read_next_pair removed by Ivan Safonov · 9 years ago
  60. 19fac3b Staging: rtl8188eu: Correct coding style errors by Iban Rodriguez · 9 years ago
  61. 2d89353 Staging: rtl8188eu: Correct two coding style errors by Iban Rodriguez · 9 years ago
  62. a57ace1 staging:rtl8188eu style fix by Bryan Paul · 9 years ago
  63. b890d00 staging: rtl8188eu: Add missing include by Larry Finger · 9 years ago
  64. 9da4aa4 staging: rtl8188eu: Fix build error when CFG80211 is not selected by Jakub Sitnicki · 9 years ago
  65. f62cd2cd staging: rtl8188eu: issue_action_BA(): extract ADDBA_req pointer by Luca Ceresoli · 9 years ago
  66. 3e4e8e0 staging: rtl8188eu: don't cast when calling rtw_set_fixed_ie() by Luca Ceresoli · 9 years ago
  67. 3441d08 staging: rtl8188eu: rtw_set_fixed_ie(): accept void* parameters by Luca Ceresoli · 9 years ago
  68. f22c246 staging: rtl8188eu: remove useless comment by Luca Ceresoli · 9 years ago
  69. 0a0796e staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 frames by Jakub Sitnicki · 9 years ago
  70. 6dd19f1 staging/rtl8188eu : Remove duplicated BIT() definitions by Anish Bhatt · 9 years ago
  71. b92ae1f Staging: rtl8188eu: os_dep: osdep_service.c: Remove explicit NULL comparison by Shraddha Barke · 9 years ago
  72. a08cd2b Staging: rtl8188eu: os_dep: mlme_linux.c: Remove explicit NULL comparison by Shraddha Barke · 9 years ago
  73. fc749a9 Staging: rtl8188eu: os_dep: recv_linux.c: Remove explicit NULL comparison by Shraddha Barke · 9 years ago
  74. b210e0d Staging: rtl8188eu: hal: rtl8188eu_xmit.c: Remove explicit NULL comparison by Shraddha Barke · 9 years ago
  75. cfd2364 Staging: rtl8188eu: hal: Hal8188ERateAdaptive.c: Remove explicit NULL comparison by Shraddha Barke · 9 years ago
  76. 5228fb6 Staging: rtl8188eu: hal: Remove explicit NULL comparison by Shraddha Barke · 9 years ago
  77. e3789b0 Staging: rtl8188eu: Remove explicit NULL comparison by Shraddha Barke · 9 years ago
  78. a544f0e Staging: rtl8188eu: core: Remove explicit NULL comparison by Shraddha Barke · 9 years ago
  79. 913336a staging/rtl8188eu : Remove unused macro definitions. by Anish Bhatt · 9 years ago
  80. fec85e0 staging/rtl8188eu: Use %pM format specifier to print mac address by Alexander Kuleshov · 9 years ago
  81. f1126b1 staging: rtl8188eu: fix possible NULL dereference by Sudip Mukherjee · 9 years ago
  82. ebea63f staging: rtl8188eu: Remove unnecessary externs by Joe Perches · 9 years ago
  83. b17c858 staging: rtl8188eu: remove multiple blank line by Sudip Mukherjee · 9 years ago
  84. a45515f staging: rtl8188eu: remove unused function by Sudip Mukherjee · 9 years ago
  85. fbd0968 staging: rtl8188eu: remove exit label by Sudip Mukherjee · 9 years ago
  86. ea31f61 staging: rtl8188eu: remove unused define by Sudip Mukherjee · 9 years ago
  87. 469d380 staging: rtl8188eu: rearrange code by Sudip Mukherjee · 9 years ago
  88. 0b47649 staging: rtl8188eu: make function void by Sudip Mukherjee · 9 years ago
  89. 1695cd2 staging: rtl8188eu: remove unused argument by Sudip Mukherjee · 9 years ago
  90. 4e0fa71 Staging: rtl8188eu/core: fixed code indentation warning as reported by checkpatch.pl by Mayank Bareja · 9 years ago
  91. cfa48d9 Staging: rtl8188eu/hal: Fixed code indentation warning detected with checkpatch.pl by Mayank Bareja · 9 years ago
  92. f523c7d Staging : rtl8188eu : os_dep : Compression of lines for immediate return by Shraddha Barke · 9 years ago
  93. 2658972 staging: rtl8188eu: don't duplicate ieee80211 WLAN_HT_CAP_SM_PS_* constants by Jakub Sitnicki · 9 years ago
  94. b5efb33 staging: rtl8188eu: don't duplicate ieee80211 WLAN_AUTH_* constants by Jakub Sitnicki · 9 years ago
  95. 63d6c96 staging: rtl8188eu: wrap a long if condition and remove extra parenthesis by Jakub Sitnicki · 9 years ago
  96. 35cf0b5 staging: rtl8188eu: don't duplicate ieee80211 WLAN_EID_* constants by Jakub Sitnicki · 9 years ago
  97. be3d2e0 Staging: rtl8188eu: fixed newlines after declarations by Dave Perez · 9 years ago
  98. 3abf4f9 staging: rtl8188eu: kill unused hal_data_8188e::fw_ractrl flag by Jakub Sitnicki · 9 years ago
  99. b4ba3b5 drivers: staging: rtl8188eu Refactored rtw_free_assoc_resources by Buţiu Alexandru Octavian · 9 years ago
  100. 0a32bd3 staging: rtl8188eu: remove multiple blank line by Sudip Mukherjee · 9 years ago