summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2018-07-21staging: wilc1000: avoid host_int_get_assoc_res_info() forward declarationAjay Singh
2018-07-21staging: wilc1000: avoid forward declaration for handle_scan_done()Ajay Singh
2018-07-21staging: wilc1000: remove unnecessary type used for wid idAjay Singh
2018-07-21staging: wilc1000: use single space before opening brances '{'Ajay Singh
2018-07-21staging: wilc1000: remove unnecessary blank line between variable declarationAjay Singh
2018-07-21staging: wilc1000: use lowercase for 'IFC_UP' struct element nameAjay Singh
2018-07-21staging: wilc1000: remove the mutliple #define used for same macroAjay Singh
2018-07-21staging: wilc1000: removed unused element from wilc_cfg_frame structAjay Singh
2018-07-21staging: wilc1000: remove unnecessary elements from 'wilc_priv' structAjay Singh
2018-07-21staging: wilc1000: remove unused elements in 'wilc' structAjay Singh
2018-07-21staging: wilc1000: rename enum AUTHTYPE to use lowercaseAjay Singh
2018-07-21staging: wilc1000: rename enum SITESURVEY to use lowercaseAjay Singh
2018-07-21staging: wilc1000: rename enum CURRENT_TXRATE to use lowercaseAjay Singh
2018-07-21staging: wilc1000: rename goto to avoid leading '_' in label nameAjay Singh
2018-07-21staging: wilc1000: remove extra enums defined for ieee80211_eidAjay Singh
2018-07-21staging: wilc1000: remove extra enum defined for data ratesAjay Singh
2018-07-21staging: wilc1000: remove enum connect_status instead use ieee80211_statuscodeAjay Singh
2018-07-21staging: wilc1000: remove unused enum declarationAjay Singh
2018-07-21staging:rtl8192u: Remove typedef and rename DOT11D_STATE - StyleJohn Whitmore
2018-07-21staging:rtl8192u: Rename variable MaxTxPowerInDbm - StyleJohn Whitmore
2018-07-21staging:rtl8192u: Rename variable NumChnls - StyleJohn Whitmore
2018-07-21staging:rtl8192u: Rename structure member FirstChnl - StyleJohn Whitmore
2018-07-21staging:rtl8192u: Remove typedef from structure - StyleJohn Whitmore
2018-07-21staging:rtl8192u: Remove multiple blank lines - StyleJohn Whitmore
2018-07-21staging:rtl8192u: Rename TClass > t_class - StyleJohn Whitmore
2018-07-21staging:rtl8192u: Rename TSpec > t_spec - StyleJohn Whitmore
2018-07-21staging:rtl8192u: Rename Addr > addr - StyleJohn Whitmore
2018-07-21staging:rtl8192u: Rename InactTimer > inact_timer - StyleJohn Whitmore
2018-07-21staging:rtl8192u: rename SetupTimer > setup_timer - StyleJohn Whitmore
2018-07-21staging:rtl8192u: Rename List > list - Coding styleJohn Whitmore
2018-07-21staging:rtl8192u: remove typedef of struct TS_COMMON_INFO - StyleJohn Whitmore
2018-07-21staging:rtl8192u: remove typedef of enumeration TR_SELECT - StyleJohn Whitmore
2018-07-21staging: rts5208: xd.c fixed a brace coding style issueAli Aminian
2018-07-21staging: rtl8188eu: remove blank linesMichael Straube
2018-07-21staging: rtl8188eu: use is_multicast_ether_addrMichael Straube
2018-07-21staging: rtl8188eu: remove MacAddr_isBcst macroMichael Straube
2018-07-21staging: gasket: common ioctls add __user annotationsTodd Poynor
2018-07-21staging: gasket: common ioctl dispatcher add __user annotationsTodd Poynor
2018-07-21staging: gasket: apex ioctl add __user annotationsTodd Poynor
2018-07-21staging: gasket: top ioctl handler add __user annotationsTodd Poynor
2018-07-21staging: gasket: always allow root open for writeTodd Poynor
2018-07-21staging: gasket: fix multi-line comment syntax in gasket_core.hTodd Poynor
2018-07-21staging: gasket: remove extra parens in gasket_write_mappable_regionsTodd Poynor
2018-07-21staging: gasket: gasket_mmap use PAGE_MASKTodd Poynor
2018-07-21staging: gasket: remove unnecessary parens in page table codeTodd Poynor
2018-07-21staging: gasket: fix comment syntax in apex.hTodd Poynor
2018-07-21staging: gasket: remove else clause after return in if clauseTodd Poynor
2018-07-21staging: gasket: gasket page table functions use bool return typeTodd Poynor
2018-07-21staging: gasket: apex_clock_gating simplify logic, reduce indentationTodd Poynor
2018-07-21staging: gasket: gasket_mmap return error instead of valid BAR indexTodd Poynor