aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-06-12Staging: rtl8187se, rtl8192e: fix '&' vs '|' bugsDan Carpenter1-2/+2
2012-05-09staging: Remove test of is_broadcast with is_multicastJoe Perches4-14/+11
2012-05-01staging: "rtl8192e/r8192u" typo change ContiuneDiffCount.Justin P. Mattock2-11/+11
2012-04-24staging: rtl8192e: Fix typos.Justin P. Mattock9-37/+37
2012-04-20staging: r8192e_pci: Change memcpy to memcmpLarry Finger1-2/+1
2012-04-18staging: r8192e: Fix possible error in configurationLarry Finger1-0/+4
2012-04-18Staging: rtl8192e: remove some dead codeDan Carpenter2-4/+0
2012-04-10staging: replace open-coded ARRAY_SIZEsJim Cromie2-3/+3
2012-04-10staging: Fix typo in multiple filesMasanari Iida2-2/+2
2012-04-10staging/rtl8192e - fix typo in printk messageAxel Köllhofer1-1/+1
2012-03-23usermodehelper: use UMH_WAIT_PROC consistentlyOleg Nesterov1-2/+2
2012-02-15Staging, rtl8192e, softmac: remove redundant memset and fix mem leakJesper Juhl1-2/+1
2012-02-09drivers/staging: adjust double testJulia Lawall1-1/+1
2011-12-22staging/rtl8192e: Register against lib80211Sean MacLennan10-96/+51
2011-12-22staging/rtl8192e: Convert to lib80211_crypt_infoSean MacLennan9-68/+66
2011-12-22staging/rtl8192e: Convert to lib80211_crypt_data and lib80211_crypt_opsSean MacLennan10-112/+65
2011-12-22staging/rtl8192e: Add lib80211.h to rtllib.hSean MacLennan4-77/+14
2011-12-16staging: fix build problem with staging/rtl8192eSean MacLennan1-8/+5
2011-12-13staging: remove version.h includes in rtl8192eDevendra Naga11-11/+0
2011-11-30rtl8192e: Rename clashing symbolsSean MacLennan7-15/+15
2011-11-30rtl8192e: Split into two directoriesSean MacLennan39-32/+38
2011-11-30rtl8192e: Split the driver upSean MacLennan9-80/+103
2011-11-30rtl8192e: Export symbolsSean MacLennan11-0/+58
2011-11-30rtl8192e: create generic rtllib_debug.hSean MacLennan9-10/+11
2011-11-30rtl8192e: move RTL_DEBUG and proc prototypesSean MacLennan2-41/+42
2011-11-30rtl8192e: cleanup rtl_debug.hSean MacLennan3-344/+4
2011-11-26staging: rtl8192e: Use kmemdup rather than duplicating its implementationThomas Meyer1-4/+2
2011-11-26staging: rtl8192e: Use kmemdup rather than duplicating its implementationThomas Meyer1-2/+2
2011-11-26staging: rtl8192e: Use kzalloc rather than kmalloc v2Thomas Meyer6-14/+7
2011-11-26rtl8192e: drop alternate code paths for CONFIG_PM_RTLStefan Lippers-Hollmann4-10/+0
2011-11-26rtl8192e: use HAVE_NET_DEVICE_OPS unconditionallyStefan Lippers-Hollmann2-13/+0
2011-11-26rtl8192e: remove stale defines from ccflags-yStefan Lippers-Hollmann1-3/+0
2011-11-26rtl8192e: Don't copy huge struct by value (and make it const).Jesper Juhl2-3/+3
2011-09-26Staging: rtl8192e: off by one in rtl8192_get_channel_map()Dan Carpenter1-1/+1
2011-09-06staging: rtl8192e: Fix format warningLarry Finger1-1/+1
2011-09-06staging: rtl8192e: Fix various problems noted by smatchLarry Finger3-9/+6
2011-09-06staging: rtl8192e: Fix smatch warnings regarding large arrays on stackLarry Finger5-47/+53
2011-09-06staging: rtl8192e: Fix smatch error in r8192E_phy.cLarry Finger1-1/+3
2011-09-06staging: rtl8192e: Fix smatch warning in rtl819x_BAProc.cLarry Finger1-3/+3
2011-09-06staging: rtl8192e: Silence smatch info in r8192E_cmdpkt.cLarry Finger1-2/+0
2011-09-06staging: rtl8192e: Fix smatch warning in rtl_wx.cLarry Finger1-0/+1
2011-09-06staging: rtl8192e: Fix smatch info output for r8192E_dev.cLarry Finger1-21/+3
2011-09-06staging: rtl8192e: Fix smatch error and warning in rtl_core.cLarry Finger1-34/+24
2011-09-06staging: rtl8192e: Remove dead code involving MOVE_INTO_HANDLERLarry Finger1-22/+0
2011-09-06staging: fix rtl8192e build errorsRandy Dunlap1-0/+1
2011-08-29staging: rtl8192e: Fix array overrunLarry Finger1-1/+1
2011-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/lwfinger/r8192E into staging-nextGreg Kroah-Hartman1-1/+1
2011-08-26rtl8192e: update for ndo_set_multicast_list removal.Stephen Rothwell1-1/+1
2011-08-25staging: rtl8192e: Add endian checking switch to MakefileLarry Finger1-0/+1
2011-08-25staging: rtl8192e: Fix sparse (non-endian) warnings - Part IILarry Finger11-455/+152