aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211conv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-13staging: wlan-ng: Remove filenames from filesAldas Taraškevičius1-1/+1
2021-08-26staging: wlan-ng: Avoid duplicate header in tx/rx framesKees Cook1-21/+21
2021-08-26staging: wlan-ng: Remove pointless a3/a4 unionKees Cook1-24/+24
2018-10-19staging: wlan-ng: Replace long int with longMaya Nakamura1-1/+1
2018-05-25staging: wlan-ng: convert P80211SKB_RXMETA to inline function in p80211convTim Collier1-2/+2
2018-05-25staging: wlan-ng: convert P80211SKB_FRMMETA to inline function in p80211convTim Collier1-2/+2
2017-11-28staging: wlan-ng: add SPDX identifiers to all wlan-ng driver filesGreg Kroah-Hartman1-0/+1
2017-08-18drivers/staging/wlan-ng/p80211conv.c: fixed a potential memory leakLynn Lei1-0/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-9/+5
2017-03-06staging: wlan-ng: remove extra parenthesesGargi Sharma1-1/+1
2017-02-12staging: wlan-ng: reduce type warningsAlexander Alemayhu1-1/+1
2016-11-10staging: wlan-ng: remove unnecessary out of memory message in p80211conv.cSergio Paracuellos1-2/+0
2016-10-16staging: wlan-ng: Replace data type declaration with variable of same type in p80211conv.cSergio Paracuellos1-1/+1
2016-10-16staging: wlan-ng: fix block comment warnings in p80211conv.cSergio Paracuellos1-159/+159
2016-09-28staging: wlan-ng: avoid new typedef: netdevice_tSergio Paracuellos1-1/+1
2016-09-18staging: wlan-ng: Remove the typedef to the 'wlandevice' structuresayli karnik1-3/+3
2016-03-29Staging: wlan-ng: no need for memcpy() since its arguments are already equalClaudiu Beznea1-1/+0
2016-03-28Staging: wlan-ng: defined oui_rfc1042[] and oui_8021h[] arrays as const arraysClaudiu Beznea1-2/+2
2016-02-07staging: wlan-ng: NULL comparisons made elegantPranjal Bhor1-5/+5
2016-02-07staging: wlan-ng: Open parenthesis alignment style fixPranjal Bhor1-12/+12
2016-02-07staging: wlan-ng: Coding style fix for casting operationPranjal Bhor1-7/+7
2016-02-07staging: wlan-ng: Removed blank lines after bracesPranjal Bhor1-4/+0
2016-02-07staging: wlan-ng: Logical continuation fixesPranjal Bhor1-23/+24
2016-02-07staging: wlan-ng: Fixed block comments coding style issuePranjal Bhor1-12/+21
2015-09-12staging/wlan-ng : Remove duplicated defines from p80211Anish Bhatt1-25/+25
2015-06-15staging: wlan-ng: Replace hard coded values with MACRO'sHari Prasath Gujulan Elango1-2/+2
2015-05-31staging: wlan-ng: check return value of kmallocGujulan Elango, Hari Prasath (H.)1-0/+2
2015-01-17staging: wlan-ng: Fix typo in comments and printkMasanari Iida1-1/+1
2014-10-28staging: wlan-ng: Fix incorrect type in assignmentsEbru Akagunduz1-1/+1
2014-08-01staging: wlan-ng: coding style problem fixModestas Stankus1-1/+0
2014-05-24staging: wlan-ng: use netdev_() instead of printk()Vitaly Osipov1-15/+16
2012-09-10staging:wlan-ng: cleanup p80211skb_free and p80211skb_rxmeta_detachDevendra Naga1-6/+3
2011-01-31Staging: wlan-ng: fix 2 space coding style issuesAdam Thompson1-2/+2
2010-11-09Staging: wlan-ng: fixed coding style issues in p80211conv.cJohan Meiring1-17/+28
2010-08-02Staging: wlan-ng: fix style issues in p80211conv.hEdgardo Hames1-32/+32
2010-08-02Staging: wlan-ng: fix style issues for p80211hdr.hEdgardo Hames1-3/+3
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall1-2/+1
2010-05-11Staging: wlan-ng: fix spaces coding style issue in p80211conv.cRuslan Pisarev1-1/+1
2010-03-04Staging: Merge two branches of coding style fixes togetherGreg Kroah-Hartman1-8/+7
2010-03-04Staging: wlan-ng: More checkpatch.pl error cleanupsAndrew Elwell1-7/+7
2010-03-03Staging: wlan-ng: multiple safe style cleanupsSvenne Krap1-11/+12
2009-09-15staging: wlan-ng: scripts/checkpatch.pl error fixes.Mithlesh Thukral1-6/+6
2009-06-19Staging: wlan-ng: Lindent cleanupsMithlesh Thukral1-11/+10
2009-06-19Staging: wlan-ng: Change KERN_DEBUG or pr_debug to match orig driverKarl Relton1-1/+1
2009-04-03Staging: wlan-ng: Remove the now empty wlan_compat.hMoritz Muehlenhoff1-2/+0
2009-04-03Staging: wlan-ng: p80211conv.c: Coding style cleanupsMoritz Muehlenhoff1-141/+141
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_DEBUG() with printk(KERN_DEBUGMoritz Muehlenhoff1-12/+12
2009-04-03Staging: wlan-ng: Remove dead/unused code from p80211conv.cMoritz Muehlenhoff1-19/+0
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()Moritz Muehlenhoff1-1/+1
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_ERROR() with printk()Moritz Muehlenhoff1-10/+10