summaryrefslogtreecommitdiff
path: root/drivers/staging/wlags49_h2
AgeCommit message (Expand)Author
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-03-24wlags49_h2: Call dev_kfree/consume_skb_any instead of dev_kfree_skb.Eric W. Biederman
2014-03-19staging: wlags49_h2: Delete unnecessary bracesJelena Bjelja
2014-03-19staging: wlags49_h2: Do not use assignment in if conditionJelena Bjelja
2014-03-19staging: wlags49_h2: Enclose macro in a do-while loopJelena Bjelja
2014-03-19staging: wlags49_h2: Correct comment style in wl_netdev.cMathieu Maret
2014-03-19staging: wlags49_h2: remove commented code in wl_netdev.cMathieu Maret
2014-03-19staging: wlags49_h2: reindent wl_netdev.cMathieu Maret
2014-03-18staging: wlags49_h2: Fix sparse warning for static declarationJelena Bjelja
2014-03-10staging:wlags49_h2: Removed assignments from if statements.Chi Pham
2014-03-07Staging:wlags49_h25: Fix sparse warning for static declarationsEbru Akagunduz
2014-03-07Staging: wlags49_h2: Fix incorrect type in assignment in wl_wext.cMonam Agarwal
2014-03-07Staging: wlags49_h2: Fix Sparse Warning for Static Declarations in dhf.cMonam Agarwal
2014-03-07Staging: wlags49_h2: Fix Sparse Warning for Static Declarations in hcf.cMonam Agarwal
2014-03-07Staging: wlags49_h2: Fix Remove unused functions in wl_util.cMonam Agarwal
2014-03-07staging:wlags49_h2: Remove unnecessary braces in if statementsHimangi Saraogi
2014-03-07staging:wlags49_h2: Remove unnecessary spaces around parenthesesHimangi Saraogi
2014-03-07staging:wlags49_h2:fix conditional statement warningsHimangi Saraogi
2014-03-07staging:wlags49_h2:change include path for uaccess.hHimangi Saraogi
2014-03-07staging:wlags49_h2: change comment styleHimangi Saraogi
2014-03-07Staging: wlags49_h2: Fix sparse warnings in sta_h2.cMonam Agarwal
2014-02-07wlags49_h2: Fix overflow in wireless_set_essid()Maurizio Lombardi
2014-01-13staging: wlags49_h2: Fix "do not use C99 //" in wl_cs.h, wl_enc.h wl_main.h a...Masanari Iida
2014-01-09staging: wlags49_h2: remove wl_pci.?Greg Kroah-Hartman
2014-01-09staging: wlags49_h2: debug.h: remove typedef for debug structureGreg Kroah-Hartman
2014-01-09staging: wlags49_h2: debug.h: fix up some coding style issues.Greg Kroah-Hartman
2014-01-09staging: wlags49_h2: remove some DBG_TRACE() callsGreg Kroah-Hartman
2014-01-09staging: wlags49_h2: remove custom ways of creating a module nameGreg Kroah-Hartman
2014-01-09staging: wlags49_h2: remove PRINTK()Greg Kroah-Hartman
2014-01-09staging: wlags49_h2: remove DBG_DEFN()Greg Kroah-Hartman
2014-01-09staging: wlags49_h2: remove DBG_TRAP()Greg Kroah-Hartman
2014-01-09staging: wlags49_h2: remove DBG_LEAVE()Greg Kroah-Hartman
2014-01-09staging: wlags49_h2: remove DBG_ENTER() macroGreg Kroah-Hartman
2014-01-09staging: wlags49_h2: remove empty DBG_FUNC()Greg Kroah-Hartman
2014-01-09staging: wlags49_h2: remove some unused macrosGreg Kroah-Hartman
2014-01-09staging: wlags49_h2: remove unneeded MODULE_DATE stringGreg Kroah-Hartman
2014-01-09staging: wlags49_h2: Drop debug macro recording build date/timeJosh Triplett
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-11-22Merge branch 'opw-next' into staging-nextGreg Kroah-Hartman
2013-11-10staging:wlags49_h2: Fix sparse warnings in sta_h25.cHimangi Saraogi
2013-11-07Merge tag 'staging-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-10-30staging: wlags49_h2: buffer overflow setting station nameDan Carpenter
2013-10-19staging: wlags49_h2: Fixes the sparse warning in sta_h2.cArchana kumari
2013-10-19staging: wlags49_h2: fixed space prohibited warnings in hcf.hArchana kumari
2013-08-24staging: wlags49_h2: remove sysfs fileGreg Kroah-Hartman
2013-05-17staging: wlags49_h2: fix error return code in wl_adapter_insert()Wei Yongjun
2013-05-16staging: wlags49_h2: fix up "205179d staging: wlags49_h2: strncpy, need check...Chen Gang
2013-05-13staging: wlags49_h2: strncpy, need checking the memory lengthChen Gang
2013-05-13staging: wlags49_h2: fix error handling in pcmcia probe functionAlexey Khoroshilov
2013-05-05staging: single_open() leaksAl Viro