summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/p80211conv.c
Commit message (Expand)AuthorAgeFilesLines
* staging: wlan-ng: convert P80211SKB_RXMETA to inline function in p80211convTim Collier2018-05-251-2/+2
* staging: wlan-ng: convert P80211SKB_FRMMETA to inline function in p80211convTim Collier2018-05-251-2/+2
* staging: wlan-ng: add SPDX identifiers to all wlan-ng driver filesGreg Kroah-Hartman2017-11-281-0/+1
* drivers/staging/wlan-ng/p80211conv.c: fixed a potential memory leakLynn Lei2017-08-181-0/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-9/+5
* staging: wlan-ng: remove extra parenthesesGargi Sharma2017-03-061-1/+1
* staging: wlan-ng: reduce type warningsAlexander Alemayhu2017-02-121-1/+1
* staging: wlan-ng: remove unnecessary out of memory message in p80211conv.cSergio Paracuellos2016-11-101-2/+0
* staging: wlan-ng: Replace data type declaration with variable of same type in...Sergio Paracuellos2016-10-161-1/+1
* staging: wlan-ng: fix block comment warnings in p80211conv.cSergio Paracuellos2016-10-161-159/+159
* staging: wlan-ng: avoid new typedef: netdevice_tSergio Paracuellos2016-09-281-1/+1
* staging: wlan-ng: Remove the typedef to the 'wlandevice' structuresayli karnik2016-09-181-3/+3
* Staging: wlan-ng: no need for memcpy() since its arguments are already equalClaudiu Beznea2016-03-291-1/+0
* Staging: wlan-ng: defined oui_rfc1042[] and oui_8021h[] arrays as const arraysClaudiu Beznea2016-03-281-2/+2
* staging: wlan-ng: NULL comparisons made elegantPranjal Bhor2016-02-071-5/+5
* staging: wlan-ng: Open parenthesis alignment style fixPranjal Bhor2016-02-071-12/+12
* staging: wlan-ng: Coding style fix for casting operationPranjal Bhor2016-02-071-7/+7
* staging: wlan-ng: Removed blank lines after bracesPranjal Bhor2016-02-071-4/+0
* staging: wlan-ng: Logical continuation fixesPranjal Bhor2016-02-071-23/+24
* staging: wlan-ng: Fixed block comments coding style issuePranjal Bhor2016-02-071-12/+21
* staging/wlan-ng : Remove duplicated defines from p80211Anish Bhatt2015-09-121-25/+25
* staging: wlan-ng: Replace hard coded values with MACRO'sHari Prasath Gujulan Elango2015-06-151-2/+2
* staging: wlan-ng: check return value of kmallocGujulan Elango, Hari Prasath (H.)2015-05-311-0/+2
* staging: wlan-ng: Fix typo in comments and printkMasanari Iida2015-01-171-1/+1
* staging: wlan-ng: Fix incorrect type in assignmentsEbru Akagunduz2014-10-281-1/+1
* staging: wlan-ng: coding style problem fixModestas Stankus2014-08-011-1/+0
* staging: wlan-ng: use netdev_() instead of printk()Vitaly Osipov2014-05-241-15/+16
* staging:wlan-ng: cleanup p80211skb_free and p80211skb_rxmeta_detachDevendra Naga2012-09-101-6/+3
* Staging: wlan-ng: fix 2 space coding style issuesAdam Thompson2011-01-311-2/+2
* Staging: wlan-ng: fixed coding style issues in p80211conv.cJohan Meiring2010-11-091-17/+28
* Staging: wlan-ng: fix style issues in p80211conv.hEdgardo Hames2010-08-021-32/+32
* Staging: wlan-ng: fix style issues for p80211hdr.hEdgardo Hames2010-08-021-3/+3
* Staging: Use kcalloc or kzallocJulia Lawall2010-05-141-2/+1
* Staging: wlan-ng: fix spaces coding style issue in p80211conv.cRuslan Pisarev2010-05-111-1/+1
* Staging: Merge two branches of coding style fixes togetherGreg Kroah-Hartman2010-03-041-8/+7
|\
| * Staging: wlan-ng: More checkpatch.pl error cleanupsAndrew Elwell2010-03-041-7/+7
* | Staging: wlan-ng: multiple safe style cleanupsSvenne Krap2010-03-031-11/+12
|/
* staging: wlan-ng: scripts/checkpatch.pl error fixes.Mithlesh Thukral2009-09-151-6/+6
* Staging: wlan-ng: Lindent cleanupsMithlesh Thukral2009-06-191-11/+10
* Staging: wlan-ng: Change KERN_DEBUG or pr_debug to match orig driverKarl Relton2009-06-191-1/+1
* Staging: wlan-ng: Remove the now empty wlan_compat.hMoritz Muehlenhoff2009-04-031-2/+0
* Staging: wlan-ng: p80211conv.c: Coding style cleanupsMoritz Muehlenhoff2009-04-031-141/+141
* Staging: wlan-ng: Replace WLAN_LOG_DEBUG() with printk(KERN_DEBUGMoritz Muehlenhoff2009-04-031-12/+12
* Staging: wlan-ng: Remove dead/unused code from p80211conv.cMoritz Muehlenhoff2009-04-031-19/+0
* Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()Moritz Muehlenhoff2009-04-031-1/+1
* Staging: wlan-ng: Replace WLAN_LOG_ERROR() with printk()Moritz Muehlenhoff2009-04-031-10/+10
* Staging: wlan-ng: Use generic byteorder macrosMoritz Muehlenhoff2009-04-031-6/+7
* Staging: wlan-ng: Remove DBFENTER/DBFEXIT macrosMoritz Muehlenhoff2009-04-031-12/+1
* Staging: wlan-ng: Remove use of WLAN_ADDR_LENMoritz Muehlenhoff2009-04-031-9/+9
* Staging: wlan-ng: skb_p80211_to_ether() - payload_length is unsigned, check b...Roel Kluin2009-01-061-2/+2
OpenPOWER on IntegriCloud