aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/prism2fw.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28staging: wlan-ng: add SPDX identifiers to all wlan-ng driver filesGreg Kroah-Hartman1-0/+1
2017-07-30Staging: wlan-ng: Fixing coding style warningsSimo Koskinen1-13/+14
2017-05-15staging: wlan-ng: convert endianness in situ for prism2fwThibaut SAUTEREAU1-12/+12
2017-04-08staging wlan-ng: fix type mismatch warnings in mkpdrlist()Maciek Borzecki1-1/+1
2016-11-10staging: wlan-ng: remove unnecessary parenthesis in prism2fw.cSergio Paracuellos1-4/+4
2016-11-10staging: wlan-ng: remove unnecessary blank lines in prism2fw.cSergio Paracuellos1-6/+0
2016-11-10staging: wlan-ng: fix parenthesis alignment in prism2fw.cSergio Paracuellos1-23/+26
2016-10-16staging: wlan-ng: get memory from kernel allocators instead of big static bufferSergio Paracuellos1-3/+8
2016-10-16staging: wlan-ng: fix block comment warnings in prism2fw.cSergio Paracuellos1-237/+248
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_pdrec_tSergio Paracuellos1-4/+4
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_caplevel_tSergio Paracuellos1-4/+4
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_compident_tSergio Paracuellos1-3/+3
2016-09-25staging: wlan-ng: avoid new typedef: p80211itemd_tSergio Paracuellos1-2/+2
2016-09-23staging: wlan-ng: remove unnecessary spaces before castsJannik Becher1-9/+9
2016-09-18staging: wlan-ng: Remove the typedef to the 'wlandevice' structuresayli karnik1-7/+7
2016-04-29Staging: wlan-ng: memory allocated inside mkimage() is not freed if subsequent calls fails.Claudiu Beznea1-12/+16
2016-03-11Staging: wlan-ng: Handle error condition.Sandhya Bankar1-0/+4
2016-03-11staging: wlan-ng: simplify NULL testsEva Rachel Retuya1-1/+1
2015-09-29staging: wlan-ng remove unnessecary variableTillmann Heidsieck1-2/+1
2015-09-29staging: wlan-ng remove redundant conditionalTillmann Heidsieck1-4/+2
2015-09-29staging: wlan-ng fix buffer overflow in firmware handlingTillmann Heidsieck1-2/+2
2015-06-08staging: wlan-ng: fix long lineDouglas Barbonaglia Sathler Figueiredo1-2/+6
2014-11-26staging: wlan-ng: prism2fw: fixed code style issueAede Symen Hoekstra1-1/+2
2014-10-20staging: wlan-ng: replace kmalloc and memset with kzallocTapasweni Pathak1-4/+2
2014-08-16Staging: wlan-ng: Merge string literals on adjacent lines in prism2fw.cArtemiy Volkov1-35/+25
2014-08-16Staging: wlan-ng: fix sparse warning in prism2fw.cA Raghavendra Rao1-14/+19
2014-07-09staging: wlan-ng/prism2fw.c: Add blank line after declarationsMatt Kurz1-0/+2
2014-05-24staging: wlan-ng: use netdev_() instead of printk()Vitaly Osipov1-53/+48
2014-03-07Staging: wlan-ng: Fix Sparse warning should it be static?Tugce Sirin1-1/+1
2012-09-26staging "wlan-ng" Fix typos.Justin P. Mattock1-1/+1
2012-09-10staging:wlan-ng: fix sparse warningsDevendra Naga1-11/+11
2012-09-10staging:wlan-ng: slove sparse warningsDevendra Naga1-16/+16
2012-06-25staging: reduce stack usage in prism2fw.cRandy Dunlap1-55/+69
2012-06-12staging/wlan-ng: prsim2fw.c coding style cleanupDevendra Naga1-4/+6
2011-06-28Staging: wlan-ng: fix brace coding style issue in prism2fw.cJoseph Salisbury1-2/+2
2011-03-14staging: wlan-ng: Remove NULL check before kfreeIlia Mirkin1-2/+1
2010-08-02Staging: wlan-ng: remove typedef in p80211hdr.hEdgardo Hames1-4/+4
2010-08-02Staging: wlan-ng: fix checkpatch issues in headers.Edgardo Hames1-4/+4
2010-07-22Staging: wlan-ng: removed typedef from prism2fw.cEdgardo Hames1-51/+51
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall1-2/+1
2010-05-11Staging: wlan-ng: Fixed non static functions in prism2fw.cZachary Richey1-12/+21
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-04Staging: Merge two branches of coding style fixes togetherGreg Kroah-Hartman1-4/+4
2010-03-04Staging: wlan-ng - checkpatch.pl fixupsAndrew Elwell1-37/+32
2010-03-03Staging: fix wlan-ng printk format warningRandy Dunlap1-1/+1
2010-03-03Staging: wlan-ng: multiple safe style cleanupsSvenne Krap1-31/+29
2010-03-03staging: declare MODULE_FIRMWARE in various driversBen Hutchings1-0/+1
2009-12-23Staging: wlan-ng: fix Correct size given to memsetJulia Lawall1-1/+1
2009-09-15Staging: wlan-ng: Convert firmware loading to load binary ihex formatKarl Relton1-334/+131
2009-09-15staging: wlan-ng: scripts/checkpatch.pl error fixes.Mithlesh Thukral1-23/+23