aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/prism2mib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-16staging: wlan-ng: remove space before tabGargi Sharma1-1/+1
2017-01-10staging: wlan-ng: remove unnecessary blank linesMarkus Buettner1-2/+0
2016-10-25staging: wlan-ng: avoid CamelCase: hfa384x_WPADataSergio Paracuellos1-1/+1
2016-10-16staging: wlan-ng: fix block comment warnings in prism2mib.cSergio Paracuellos1-50/+50
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_tSergio Paracuellos1-18/+18
2016-10-02staging: wlang-ng: avoid new typedef: hfa384x_WPAData_tSergio Paracuellos1-1/+1
2016-09-25staging: wlan-ng: avoid new typedef: p80211itemd_tSergio Paracuellos1-2/+2
2016-09-25staging: wlan-ng: avoid new typedef: p80211pstrd_tSergio Paracuellos1-6/+6
2016-09-23staging: wlan-ng: remove unnecessary spaces before castsJannik Becher1-8/+8
2016-09-18staging: wlan-ng: Remove the typedef to the 'wlandevice' structuresayli karnik1-18/+18
2016-09-12Staging: wlan-ng: uses DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() macro instead of DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey3Claudiu Beznea1-1/+1
2016-09-12Staging: wlan-ng: uses DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() macro instead of DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey2Claudiu Beznea1-1/+1
2016-09-12Staging: wlan-ng: uses DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() macro instead of DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey1Claudiu Beznea1-1/+1
2016-09-12Staging: wlan-ng: uses DIDmib_dot11smt_dot11WEPDefaultKeysTable_key() macro instead of DIDmib_dot11smt_dot11WEPDefaultKeysTable_dot11WEPDefaultKey0Claudiu Beznea1-1/+1
2016-08-21Staging: wlan-ng: Fix trailing */ in block comments.YU Bo1-253/+253
2016-03-11staging: wlan-ng: prism2mib.c: Drop void pointer castJanani Ravichandran1-5/+5
2016-03-11staging: wlan-ng: Drop void pointer castJanani Ravichandran1-1/+1
2016-02-14Staging: wlan-ng: Drop wrapper functionBhumika Goyal1-22/+2
2015-11-15staging: wlan-ng: prism2mib: Remove unnecessary variableAmitoj Kaur Chawla1-4/+1
2015-03-01staging: wlan-ng: remove unused variableAya Mahfouz1-9/+2
2014-09-23staging: wlan-ng: remove unused 'result' varGrzegorz Swirski1-7/+4
2014-08-01staging: wlan-ng: fixing coding style problemsModestas Stankus1-1/+2
2014-06-19wlan-ng/prism2mib:checkpatch: Fix string splitJohannes Stadlinger1-2/+2
2014-05-24staging: wlan-ng: use netdev_() instead of printk()Vitaly Osipov1-2/+2
2013-11-10staging:wlan-ng:hfa384x.h: remove typedef struct hfa384x_bytestr __packed hfa384x_bytestr_tHimangi Saraogi1-2/+4
2010-08-02Staging: wlan-ng: fix checkpatch issues in headers.Edgardo Hames1-38/+38
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-03-04Staging: Merge two branches of coding style fixes togetherGreg Kroah-Hartman1-3/+3
2010-03-04Staging: wlan-ng - checkpatch.pl fixupsAndrew Elwell1-6/+5
2010-03-03Staging: wlan-ng: multiple safe style cleanupsSvenne Krap1-3/+3
2009-09-15staging: wlan-ng: scripts/checkpatch.pl error fixes.Mithlesh Thukral1-72/+72
2009-06-19Staging: wlan-ng: Lindent cleanupsMithlesh Thukral1-82/+76
2009-06-19Staging: remove unused #include <linux/version.h>'sHuang Weiyi1-1/+0
2009-04-03Staging: wlan-ng: Replace local byteorder macrosMoritz Muehlenhoff1-4/+4
2009-04-03Staging: wlan-ng: Remove dead code from prism2mib.cMoritz Muehlenhoff1-189/+0
2009-04-03Staging: wlan-ng: prism2mib.c: Coding style cleanupsMoritz Muehlenhoff1-381/+333
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_DEBUG() with printk(KERN_DEBUGMoritz Muehlenhoff1-2/+2
2009-04-03Staging: wlan-ng: Remove WLAN_INCLUDE_DEBUG and some related, mostly unusedMoritz Muehlenhoff1-1/+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-1/+1
2009-04-03Staging: wlan-ng: Replace BITx with the generic BIT(x)Moritz Muehlenhoff1-8/+9
2009-04-03Staging: wlan-ng: Remove DBFENTER/DBFEXIT macrosMoritz Muehlenhoff1-58/+0
2009-01-06Staging: wlan-ng: Purge all MIBs not used internally.Solomon Peachy1-1320/+5
2009-01-06Staging: wlan-ng: Delete a pile of unused mibs. And fix WEXT SET_TXPOWER.Solomon Peachy1-200/+0
2009-01-06Staging: wlan-ng: Delete a large pile of now-unused code.Solomon Peachy1-350/+0
2009-01-06Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types.Solomon Peachy1-80/+80
2009-01-06Staging: wlan-ng: Eliminate local 'version.h'Solomon Peachy1-3/+0
2009-01-06Staging: wlan-ng: Eliminate a boatload of tertiaryAP-only code.Solomon Peachy1-877/+102
2009-01-06Staging: wlan-ng: Delete PCI/PLX/PCMCIA-specific code.Solomon Peachy1-19/+0
2008-10-22Staging: wlan-ng: prism2: remove duplicated #includeHuang Weiyi1-2/+0