aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlan-ng/prism2sta.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-13wlan-ng: replace calls to kmalloc and memcpy with kmemdupXenia Ragiadakou1-2/+1
2013-03-11wlan-ng: add a bounds checkDan Carpenter1-0/+3
2013-03-11wlan-ng: clean up prism2sta_inf_chinforesults()Dan Carpenter1-24/+24
2012-09-13staging:wlan-ng: remove the remaining return at the end of void functionDevendra Naga1-11/+7
2012-09-13staging:wlan-ng: remove all the return statements at the end of functionsDevendra Naga1-20/+0
2012-09-10staging:wlan-ng: cleanup prism2sta_commsqual_defer and hfa384x_drvr_getconfigDevendra Naga1-9/+6
2012-07-16staging/wlan-ng: use kzalloc rather using kmalloc at create_wlanDevendra Naga1-6/+2
2011-07-05Remove unneeded version.h include from drivers/staging/wlan-ng/prism2sta.cJesper Juhl1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-08-02Staging: wlan-ng: remove typedef in p80211hdr.hEdgardo Hames1-2/+2
2010-08-02Staging: wlan-ng: fix checkpatch issues in headers.Edgardo Hames1-7/+8
2010-08-02Staging: wlan-ng: fix style issues in p80211conv.hEdgardo Hames1-2/+2
2010-08-02Staging: wlan-ng: fix style issues for p80211hdr.hEdgardo Hames1-2/+2
2010-07-22staging: wlan-ng: remove own bin2hex converterAndy Shevchenko1-4/+2
2010-06-18Staging: wlan-ng: Switch from wext to cfg80211Karl Relton1-15/+49
2010-05-11Staging: wlan-ng : fixing coding style issues in prism2sta.cChristos Tzoumakis1-34/+37
2010-03-04Staging: Merge two branches of coding style fixes togetherGreg Kroah-Hartman1-1/+1
2010-03-04Staging: wlan-ng - checkpatch.pl fixupsAndrew Elwell1-12/+11
2010-03-03Staging: wlan-ng: multiple safe style cleanupsSvenne Krap1-9/+9
2009-09-15Staging: wlan-ng: remove dependency on WIRELESS_EXT versionAlexander Beregalov1-2/+0
2009-09-15Staging: wlan-ng: Remove some superflous commentsMoritz Muehlenhoff1-3/+0
2009-09-15staging: wlan-ng: scripts/checkpatch.pl error fixes.Mithlesh Thukral1-72/+76
2009-06-19Staging: wlan-ng: Lindent cleanupsMithlesh Thukral1-142/+126
2009-06-19Staging: wlan-ng: Change KERN_DEBUG or pr_debug to match orig driverKarl Relton1-8/+8
2009-04-03Staging: wlan-ng: Replace local byteorder macrosMoritz Muehlenhoff1-66/+66
2009-04-03Staging: wlan-ng: Remove the now empty wlan_compat.hMoritz Muehlenhoff1-2/+0
2009-04-03Staging: wlan-ng: Remove unnecessary checks for NULL before calling kfree()Moritz Muehlenhoff1-6/+3
2009-04-03Staging: wlan-ng: prism2sta.c: Coding style cleanupsMoritz Muehlenhoff1-560/+562
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_DEBUG() with printk(KERN_DEBUGMoritz Muehlenhoff1-31/+32
2009-04-03Staging: wlan-ng: Move wlan_mkprintstr() and wlan_hexchar() macros into prism2sta.cMoritz Muehlenhoff1-5/+22
2009-04-03Staging: wlan-ng: Remove WLAN_INCLUDE_DEBUG and some related, mostly unusedMoritz Muehlenhoff1-7/+0
2009-04-03Staging: wlan-ng: Remove dead/unused code from prism2sta.cMoritz Muehlenhoff1-83/+0
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_WARNING() with printk()Moritz Muehlenhoff1-9/+9
2009-04-03Staging: wlan-ng: Replace WLAN_LOG_ERROR() with printk()Moritz Muehlenhoff1-23/+23
2009-04-03Staging: wlan-ng: Remove WLAN_LOG_INFOMoritz Muehlenhoff1-22/+22
2009-04-03Staging: wlan-ng: Replace BITx with the generic BIT(x)Moritz Muehlenhoff1-2/+3
2009-04-03Staging: wlan-ng: Use generic byteorder macrosMoritz Muehlenhoff1-1/+2
2009-04-03Staging: wlan-ng: Remove DBFENTER/DBFEXIT macrosMoritz Muehlenhoff1-81/+4
2009-04-03Staging: wlan-ng: Remove use of WLAN_ADDR_LENMoritz Muehlenhoff1-10/+11
2009-01-06Staging: wlan-ng: Consolidate wlan-ng into a single module.Solomon Peachy1-3/+1
2009-01-06Staging: wlan-ng: Delete a large pile of now-unused code.Solomon Peachy1-49/+1
2009-01-06Staging: wlan-ng: Use standard kernel integer (u32/s32/etc) types.Solomon Peachy1-20/+20
2009-01-06Staging: wlan-ng: Eliminate usage of procfs.Solomon Peachy1-67/+0
2009-01-06Staging: wlan-ng: Eliminate local 'version.h'Solomon Peachy1-4/+2
2009-01-06Staging: wlan-ng: Remove AP-only code from MLME functions.Solomon Peachy1-37/+2
2009-01-06Staging: wlan-ng: Eliminate a boatload of tertiaryAP-only code.Solomon Peachy1-8/+0
2009-01-06Staging: wlan-ng: Eliminate more <2.6 kernel support.Solomon Peachy1-10/+0
2009-01-06Staging: wlan-ng: Delete PCI/PLX/PCMCIA-specific code.Solomon Peachy1-121/+3
2008-10-10Staging: add wlan-ng prism2 usb driverGreg Kroah-Hartman1-0/+2502