summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/os_dep
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: os_dep: Remove unnecessary else after returnBhaktipriya Shridhar2016-03-111-2/+1
* staging: rtl8188eu: remove chip_type of the adapter structureIvan Safonov2016-03-111-1/+0
* staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_initIvan Safonov2016-03-111-2/+2
* staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.cIvan Safonov2016-03-111-4/+0
* staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macroIvan Safonov2016-03-111-3/+3
* staging: rtl8188eu: os_dep: Remove NULL test before vfreeBhaktipriya Shridhar2016-03-111-1/+1
* staging: rtl8188eu: os_dep: Remove useless return variablesBhaktipriya Shridhar2016-03-111-4/+1
* staging: rtl8188eu: os_dep: Remove header fileAmitoj Kaur Chawla2016-02-221-1/+0
* Staging: rtl8188eu: os_dep: Remove NULL test before rtw_free_netdevBhumika Goyal2016-02-141-2/+1
* staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structureIvan Safonov2016-02-111-4/+0
* staging: rtl8188eu: use eth_broadcast_addr() in place of memsetHari Prasath Gujulan Elango2016-02-071-1/+1
* staging: rtl8188eu: rename camelcase bAcceptAddbaReqLuca Ceresoli2016-02-071-1/+1
* staging: rtl8188eu: remove useless variable rtw_AcceptAddbaReqLuca Ceresoli2016-02-071-3/+1
* staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng2015-11-153-14/+10
* staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-291-1/+1
* staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov2015-10-292-13/+12
* staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov2015-10-292-3/+3
* staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov2015-10-291-1/+1
* staging: r8188eu: Add _enter_critical_mutex() error handlingAlexey Khoroshilov2015-10-172-2/+6
* staging: rtl8188eu: Add missing includeLarry Finger2015-10-021-0/+1
* staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki2015-09-183-0/+209
* Staging: rtl8188eu: os_dep: osdep_service.c: Remove explicit NULL comparisonShraddha Barke2015-09-121-1/+1
* Staging: rtl8188eu: os_dep: mlme_linux.c: Remove explicit NULL comparisonShraddha Barke2015-09-121-2/+2
* Staging: rtl8188eu: os_dep: recv_linux.c: Remove explicit NULL comparisonShraddha Barke2015-09-121-1/+1
* staging: rtl8188eu: remove unused defineSudip Mukherjee2015-08-071-2/+0
* staging: rtl8188eu: rearrange codeSudip Mukherjee2015-08-071-6/+4
* staging: rtl8188eu: make function voidSudip Mukherjee2015-08-071-2/+1
* staging: rtl8188eu: remove unused argumentSudip Mukherjee2015-08-071-2/+1
* Staging : rtl8188eu : os_dep : Compression of lines for immediate returnShraddha Barke2015-07-311-10/+3
* staging: rtl8188eu: wrap a long if condition and remove extra parenthesisJakub Sitnicki2015-07-311-1/+2
* staging: rtl8188eu: don't duplicate ieee80211 WLAN_EID_* constantsJakub Sitnicki2015-07-311-1/+1
* drivers: staging: rtl8188eu Refactored rtw_free_assoc_resourcesBuţiu Alexandru Octavian2015-07-243-3/+3
* staging: rtl8188eu: remove multiple blank lineSudip Mukherjee2015-07-221-4/+0
* staging: rtl8188eu: dont mix success and error pathSudip Mukherjee2015-07-221-5/+3
* staging: rtl8188eu: check for kzalloc failureSudip Mukherjee2015-07-221-4/+3
* staging: rtl8188eu: remove labelSudip Mukherjee2015-07-221-2/+2
* staging: rtl8188eu: remove unused defineSudip Mukherjee2015-07-221-1/+0
* staging: rtl8188eu: remove unneeded retSudip Mukherjee2015-07-161-6/+3
* staging: rtl8188eu: stop using DBG_88ESudip Mukherjee2015-07-161-19/+20
* staging: rtl8188eu: remove unneeded variableSudip Mukherjee2015-07-161-5/+1
* staging: rtl8188eu: remove goto labelSudip Mukherjee2015-07-161-7/+4
* staging: rtl8188eu: remove redundant NULL checkSudip Mukherjee2015-07-161-1/+1
* staging: rtl8188eu: don't duplicate ieee80211 WLAN_CAPABILITY_* constantsJakub Sitnicki2015-07-141-2/+2
* staging: rtl8188eu: fix typo in comments sectionHari Prasath Gujulan Elango2015-06-151-1/+1
* staging: rtl8188eu: remove unused variablesSudip Mukherjee2015-06-121-2/+1
* staging: rtl8188eu: eliminate spaces before commasAndrzej Pietrasiewicz2015-06-101-1/+1
* staging: rtl8188eu: Kill dead calls to kill_pid()Jakub Sitnicki2015-06-012-14/+0
* staging: rtl8188eu: return an error code, not a booleanLuca Ceresoli2015-05-311-6/+7
* staging: rtl8188eu: declare internal symbols as staticLuca Ceresoli2015-05-311-6/+9
* staging: rtl8188eu: remove useless return valueLuca Ceresoli2015-05-311-2/+1
OpenPOWER on IntegriCloud