summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/hal
AgeCommit message (Expand)Author
2016-08-21staging: r8188eu: Remove some false positives from kmemleakLarry Finger
2016-06-17Revert "Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)"Hans de Goede
2016-05-01Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)Jacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed extraneous spacesJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed extraneous parenthesesJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed extraneous indentationJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed unnecessary else branchJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed brace styleJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed newlines styleJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed block comments styleJacky Boen
2016-05-01Staging: drivers: rtl8188eu: fixed typoJacky Boen
2016-05-01Staging: drivers: rtl8188eu: move constants to the right in comparisonsJacky Boen
2016-03-28Staging: rtl8188eu: usb_halinit: Use !x instead of x == NULL.Sandhya Bankar
2016-03-28Staging: rtl8188eu: rtl8188e_rxdesc: Use !x instead of x == NULL.Sandhya Bankar
2016-03-28Staging: rtl8188eu: hal_intf: Use x instead of x != NULL.Sandhya Bankar
2016-03-28Staging: rtl8188eu: Hal8188ERateAdaptive: Use x instead of x != NULL.Sandhya Bankar
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann
2016-03-28Staging: rtl8188eu: removes an unnecessary cast on a void pointer.Ben Marsh
2016-03-12staging: rtl8188eu: remove PWR_BASEADDR_* macro definitions and "base" member...Ivan Safonov
2016-03-12staging: rtl8188eu: remove PWR_INTF_*_MSK macro definitions and interface_mas...Ivan Safonov
2016-03-12staging: rtl8188eu: remove PWR_FAB_*_MSK macro definitions and fab_msk of wl_...Ivan Safonov
2016-03-12staging: rtl8188eu: remove FabVersion member of odm_dm_struct structIvan Safonov
2016-03-12staging: rtl8188eu: hal: Drop Useless InitializationBhaktipriya Shridhar
2016-02-20staging: rtl8188eu: Remove RF_PATH_C & RF_PATH_DAndrew Bradford
2016-02-12staging: rtl8188eu: add release_firmware() between request_firmware and funct...Ivan Safonov
2016-02-12staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structureIvan Safonov
2016-02-12staging: rtl8188eu: remove _rtl88e_fill_dummyIvan Safonov
2015-11-16staging: rtl8188eu: rarely used macros replaced by their definitionsIvan Safonov
2015-11-16staging: rtl8188eu: for loop instead of while loop usedIvan Safonov
2015-11-16staging: rtl8188eu: offset renamed to write_addressIvan Safonov
2015-11-16staging: rtl8188eu: pu4BytePtr renamed to dword_bufferIvan Safonov
2015-11-16staging: rtl8188eu: buf_ptr renamed to byte_bufferIvan Safonov
2015-11-16staging: rtl8188eu: unnessesary braces for single statement block removedIvan Safonov
2015-11-16staging: rtl8188eu: unnecessary initialization removedIvan Safonov
2015-11-16staging: rtl8188eu: types of local variables conformed with types of function...Ivan Safonov
2015-11-16staging: rtl8188eu: buf_ptr variable completely defined in a single lineIvan Safonov
2015-11-16staging: rtl8188eu: offset increment placed into for loop headerIvan Safonov
2015-11-16staging: rtl8188eu: unnecessary branching removedIvan Safonov
2015-11-16staging: rtl8188eu: unnecessary variable override removedIvan Safonov
2015-11-16staging: rtl8188eu: offset variable replaced by its valueIvan Safonov
2015-11-16staging: rtl8188eu: initial value placed in the variableIvan Safonov
2015-11-16staging: rtl8188eu: assigning a value to the variable is replaced by the incr...Ivan Safonov
2015-11-16staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_writeIvan Safonov
2015-11-16staging: rtl8188eu: 'infinite' loop removedIvan Safonov
2015-11-16staging: rtl8188eu: add missing delay in polling loops.Rémy Oudompheng
2015-11-16staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng
2015-10-29staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset functionIvan Safonov
2015-10-29staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[...Ivan Safonov
2015-10-29staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.cIvan Safonov
2015-10-29staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into tw...Ivan Safonov