aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/gdm72xx/gdm_wimax.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-16Staging: gdm72xx: use !x instead of x == NULLSomya Anand1-1/+1
2015-03-16Staging: gdm72xx: Iterate list using list_for_each_entrySomya Anand1-2/+2
2014-10-30staging: gdm72xx: Remove useless cast on void pointerTapasweni Pathak1-1/+1
2014-10-20staging: gdm72xx: Removed unnecesarry out of memory usageSarah Khan1-3/+1
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+2
2014-07-17staging: gdm72xx: remove debug codeMichalis Pappas1-106/+0
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-09staging: gdm72xx: reorder functions and remove forward declarationsMichalis Pappas1-94/+85
2014-07-09staging: gdm72xx: move T_CAPABILITY definitions to hci.hMichalis Pappas1-8/+3
2014-07-09staging: gdm72xx: Remove unnecessary memset of netdev private dataTobias Klauser1-2/+0
2014-07-09staging: gdm72xx: Use net_device_stats from struct net_deviceTobias Klauser1-13/+4
2014-07-09staging: gdm72xx: remove unused codeMichalis Pappas1-18/+0
2014-07-09staging: gdm72xx: clean up endianness conversionsBen Chan1-31/+33
2014-06-26staging: gdm72xx: fix block comment styleBen Chan1-2/+3
2014-06-26staging: gdm72xx: check return value of sscanfBen Chan1-2/+3
2014-05-24staging: gdm72xx: code cleanupDavide Gianforte1-7/+12
2014-05-24staging: gdm72xx: return values cleanupGengis Dave1-2/+1
2014-05-16staging: gdm72xx: Indentation and other whitespace fixesMichalis Pappas1-11/+10
2014-05-16staging: gdm72xx: Whitespace fixes to conform to coding standardsMichalis Pappas1-32/+29
2014-05-16staging: gdm72xx: Removed commented-out codeMichalis Pappas1-4/+0
2014-05-16staging: gdm72xx: Fix braces to conform with coding styleMichalis Pappas1-8/+8
2014-03-16staging: gdm72xx: replace printk() and debug macros with dynamic debuggingKristina Martšenko1-19/+9
2014-03-16staging: gdm72xx: use print_hex_dump_debug and remove debug macrosKristina Martšenko1-39/+1
2014-03-07Staging: gdm72xx: Fix incorrect type in assignment in gdm_wimax.cMonam Agarwal1-2/+2
2014-03-07staging:gdm72xx: Fix unnecessary brace errorsHimangi Saraogi1-3/+2
2013-05-22gdm72xx: remove unnecessary cast in gdm_wimax.cXenia Ragiadakou1-2/+1
2012-11-28staging: gdm72xx: use %pI4 format to print IPv4 address and remove last usage of NIP6Shan Wei1-12/+1
2012-10-30staging/gdm72xx: Use netdev_ or pr_ printks in gdm_wimax.cYAMANE Toshiaki1-29/+31
2012-10-22staging/gdm72xx: gdm_wimax: fix compile error when enable debugMacpaul Lin1-1/+4
2012-08-13staging: gdm72xx: fix reference counting in gdm_wimax_event_initBen Chan1-6/+10
2012-07-16staging/gdm72xx: cleanup little at gdm_wimax_event_rcvDevendra Naga1-5/+3
2012-07-06staging: gdm72xx: use %pM for MACAndy Shevchenko1-7/+2
2012-06-12staging/gdm72xx: Remove version.h includesDevendra Naga1-1/+0
2012-05-17staging: gdm72xx: Set up parent link in sysfs for gdm72xx devicesPaul Stewart1-1/+2
2012-05-15staging: gdm72xx: Add GCT GDM72xx WiMAX driver.Sage Ahn1-0/+1025