aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-11staging: rtl8188eu: os_dep: Remove unnecessary else after returnBhaktipriya Shridhar1-2/+1
2016-03-11staging: rtl8188eu: remove chip_type of the adapter structureIvan Safonov1-1/+0
2016-03-11staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_initIvan Safonov1-2/+2
2016-03-11staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.cIvan Safonov1-4/+0
2016-03-11staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov1-3/+3
2016-03-11staging: rtl8188eu: os_dep: Remove NULL test before vfreeBhaktipriya Shridhar1-1/+1
2016-03-11staging: rtl8188eu: os_dep: Remove useless return variablesBhaktipriya Shridhar1-4/+1
2016-02-22staging: rtl8188eu: os_dep: Remove header fileAmitoj Kaur Chawla1-1/+0
2016-02-14Staging: rtl8188eu: os_dep: Remove NULL test before rtw_free_netdevBhumika Goyal1-2/+1
2016-02-11staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structureIvan Safonov1-4/+0
2016-02-07staging: rtl8188eu: use eth_broadcast_addr() in place of memsetHari Prasath Gujulan Elango1-1/+1
2016-02-07staging: rtl8188eu: rename camelcase bAcceptAddbaReqLuca Ceresoli1-1/+1
2016-02-07staging: rtl8188eu: remove useless variable rtw_AcceptAddbaReqLuca Ceresoli1-3/+1
2015-11-15staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng3-14/+10
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov1-1/+1
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2-13/+12
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov2-3/+3
2015-10-29staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov1-1/+1
2015-10-17staging: r8188eu: Add _enter_critical_mutex() error handlingAlexey Khoroshilov2-2/+6
2015-10-02staging: rtl8188eu: Add missing includeLarry Finger1-0/+1
2015-09-18staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki3-0/+209
2015-09-12Staging: rtl8188eu: os_dep: osdep_service.c: Remove explicit NULL comparisonShraddha Barke1-1/+1
2015-09-12Staging: rtl8188eu: os_dep: mlme_linux.c: Remove explicit NULL comparisonShraddha Barke1-2/+2
2015-09-12Staging: rtl8188eu: os_dep: recv_linux.c: Remove explicit NULL comparisonShraddha Barke1-1/+1
2015-08-07staging: rtl8188eu: remove unused defineSudip Mukherjee1-2/+0
2015-08-07staging: rtl8188eu: rearrange codeSudip Mukherjee1-6/+4
2015-08-07staging: rtl8188eu: make function voidSudip Mukherjee1-2/+1
2015-08-07staging: rtl8188eu: remove unused argumentSudip Mukherjee1-2/+1
2015-07-31Staging : rtl8188eu : os_dep : Compression of lines for immediate returnShraddha Barke1-10/+3
2015-07-31staging: rtl8188eu: wrap a long if condition and remove extra parenthesisJakub Sitnicki1-1/+2
2015-07-31staging: rtl8188eu: don't duplicate ieee80211 WLAN_EID_* constantsJakub Sitnicki1-1/+1
2015-07-24drivers: staging: rtl8188eu Refactored rtw_free_assoc_resourcesBuţiu Alexandru Octavian3-3/+3
2015-07-22staging: rtl8188eu: remove multiple blank lineSudip Mukherjee1-4/+0
2015-07-22staging: rtl8188eu: dont mix success and error pathSudip Mukherjee1-5/+3
2015-07-22staging: rtl8188eu: check for kzalloc failureSudip Mukherjee1-4/+3
2015-07-22staging: rtl8188eu: remove labelSudip Mukherjee1-2/+2
2015-07-22staging: rtl8188eu: remove unused defineSudip Mukherjee1-1/+0
2015-07-16staging: rtl8188eu: remove unneeded retSudip Mukherjee1-6/+3
2015-07-16staging: rtl8188eu: stop using DBG_88ESudip Mukherjee1-19/+20
2015-07-16staging: rtl8188eu: remove unneeded variableSudip Mukherjee1-5/+1
2015-07-16staging: rtl8188eu: remove goto labelSudip Mukherjee1-7/+4
2015-07-16staging: rtl8188eu: remove redundant NULL checkSudip Mukherjee1-1/+1
2015-07-14staging: rtl8188eu: don't duplicate ieee80211 WLAN_CAPABILITY_* constantsJakub Sitnicki1-2/+2
2015-06-15staging: rtl8188eu: fix typo in comments sectionHari Prasath Gujulan Elango1-1/+1
2015-06-12staging: rtl8188eu: remove unused variablesSudip Mukherjee1-2/+1
2015-06-10staging: rtl8188eu: eliminate spaces before commasAndrzej Pietrasiewicz1-1/+1
2015-06-01staging: rtl8188eu: Kill dead calls to kill_pid()Jakub Sitnicki2-14/+0
2015-05-31staging: rtl8188eu: return an error code, not a booleanLuca Ceresoli1-6/+7
2015-05-31staging: rtl8188eu: declare internal symbols as staticLuca Ceresoli1-6/+9
2015-05-31staging: rtl8188eu: remove useless return valueLuca Ceresoli1-2/+1