aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+3
2014-03-24wlags49_h2: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman1-3/+3
2014-03-19staging: wlags49_h2: Delete unnecessary bracesJelena Bjelja1-16/+8
2014-03-19staging: wlags49_h2: Do not use assignment in if conditionJelena Bjelja1-1/+2
2014-03-19staging: wlags49_h2: Enclose macro in a do-while loopJelena Bjelja1-3/+5
2014-03-19staging: wlags49_h2: Correct comment style in wl_netdev.cMathieu Maret1-69/+89
2014-03-19staging: wlags49_h2: remove commented code in wl_netdev.cMathieu Maret1-38/+0
2014-03-19staging: wlags49_h2: reindent wl_netdev.cMathieu Maret1-950/+999
2014-03-18staging: wlags49_h2: Fix sparse warning for static declarationJelena Bjelja1-1/+1
2014-03-10staging:wlags49_h2: Removed assignments from if statements.Chi Pham1-1/+2
2014-03-07Staging:wlags49_h25: Fix sparse warning for static declarationsEbru Akagunduz1-1/+1
2014-03-07Staging: wlags49_h2: Fix incorrect type in assignment in wl_wext.cMonam Agarwal1-2/+2
2014-03-07Staging: wlags49_h2: Fix Sparse Warning for Static Declarations in dhf.cMonam Agarwal1-5/+5
2014-03-07Staging: wlags49_h2: Fix Sparse Warning for Static Declarations in hcf.cMonam Agarwal1-8/+8
2014-03-07Staging: wlags49_h2: Fix Remove unused functions in wl_util.cMonam Agarwal1-37/+0
2014-03-07staging:wlags49_h2: Remove unnecessary braces in if statementsHimangi Saraogi1-50/+31
2014-03-07staging:wlags49_h2: Remove unnecessary spaces around parenthesesHimangi Saraogi1-65/+65
2014-03-07staging:wlags49_h2:fix conditional statement warningsHimangi Saraogi1-2/+1
2014-03-07staging:wlags49_h2:change include path for uaccess.hHimangi Saraogi1-1/+1
2014-03-07staging:wlags49_h2: change comment styleHimangi Saraogi1-52/+40
2014-03-07Staging: wlags49_h2: Fix sparse warnings in sta_h2.cMonam Agarwal1-1/+1
2014-02-07wlags49_h2: Fix overflow in wireless_set_essid()Maurizio Lombardi1-1/+1
2014-01-13staging: wlags49_h2: Fix "do not use C99 //" in wl_cs.h, wl_enc.h wl_main.h and wl_wext.hMasanari Iida4-5/+5
2014-01-09staging: wlags49_h2: remove wl_pci.?Greg Kroah-Hartman2-1587/+0
2014-01-09staging: wlags49_h2: debug.h: remove typedef for debug structureGreg Kroah-Hartman10-74/+6
2014-01-09staging: wlags49_h2: debug.h: fix up some coding style issues.Greg Kroah-Hartman1-4/+5
2014-01-09staging: wlags49_h2: remove some DBG_TRACE() callsGreg Kroah-Hartman1-11/+1
2014-01-09staging: wlags49_h2: remove custom ways of creating a module nameGreg Kroah-Hartman4-23/+4
2014-01-09staging: wlags49_h2: remove PRINTK()Greg Kroah-Hartman1-7/+2
2014-01-09staging: wlags49_h2: remove DBG_DEFN()Greg Kroah-Hartman1-1/+0
2014-01-09staging: wlags49_h2: remove DBG_TRAP()Greg Kroah-Hartman1-8/+0
2014-01-09staging: wlags49_h2: remove DBG_LEAVE()Greg Kroah-Hartman9-245/+7
2014-01-09staging: wlags49_h2: remove DBG_ENTER() macroGreg Kroah-Hartman9-369/+8
2014-01-09staging: wlags49_h2: remove empty DBG_FUNC()Greg Kroah-Hartman9-137/+0
2014-01-09staging: wlags49_h2: remove some unused macrosGreg Kroah-Hartman1-4/+0
2014-01-09staging: wlags49_h2: remove unneeded MODULE_DATE stringGreg Kroah-Hartman1-5/+2
2014-01-09staging: wlags49_h2: Drop debug macro recording build date/timeJosh Triplett1-4/+0
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-22Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman1-3/+3
2013-11-10staging:wlags49_h2: Fix sparse warnings in sta_h25.cHimangi Saraogi1-3/+3
2013-11-07Merge tag 'staging-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds2-13/+13
2013-10-30staging: wlags49_h2: buffer overflow setting station nameDan Carpenter1-3/+6
2013-10-19staging: wlags49_h2: Fixes the sparse warning in sta_h2.cArchana kumari1-2/+2
2013-10-19staging: wlags49_h2: fixed space prohibited warnings in hcf.hArchana kumari1-11/+11
2013-08-24staging: wlags49_h2: remove sysfs fileGreg Kroah-Hartman5-152/+0
2013-05-17staging: wlags49_h2: fix error return code in wl_adapter_insert()Wei Yongjun1-1/+2
2013-05-16staging: wlags49_h2: fix up "205179d staging: wlags49_h2: strncpy, need checking the memory length" for avoiding warningsChen Gang1-1/+2
2013-05-13staging: wlags49_h2: strncpy, need checking the memory lengthChen Gang1-1/+2
2013-05-13staging: wlags49_h2: fix error handling in pcmcia probe functionAlexey Khoroshilov2-7/+10
2013-05-05staging: single_open() leaksAl Viro1-1/+1