aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192u/ieee80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-18staging/rtl8192u: remove commented out __list_for_each usageDave Jones1-2/+1
2013-05-13STAGING: rtl8192u: fix checkpatch error by adding space after switchXenia Ragiadakou4-6/+6
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in tl819x_TSProc.cXenia Ragiadakou1-14/+14
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in rtl819x_Qos.hXenia Ragiadakou1-5/+5
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in rtl819x_HTProc.cXenia Ragiadakou1-38/+38
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in rtl819x_BAProc.cXenia Ragiadakou1-53/+53
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in dot11dXenia Ragiadakou2-11/+11
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in ieee80211_tx.cXenia Ragiadakou1-12/+12
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in ieee80211_softmac.cXenia Ragiadakou1-39/+39
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in ieee80211_rx.cXenia Ragiadakou1-17/+17
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in ieee80211_crypt_wep.cXenia Ragiadakou1-2/+2
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in ieee80211_crypt_tkip.cXenia Ragiadakou1-4/+4
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in ieee80211_crypt_ccmp.cXenia Ragiadakou1-7/+7
2013-05-13STAGING: rtl8192u/ieee80211: fix checkpatch error about pointer position in ieee80211_cryptXenia Ragiadakou2-3/+3
2013-05-13STAGING: rtl8192u/ieee20811: fix checkpatch error about pointer position in ieee20811.hXenia Ragiadakou1-47/+47
2013-04-09constify a bunch of struct file_operations instancesAl Viro1-1/+1
2013-04-09rtl8192u: switch to proc_create()Al Viro1-31/+22
2013-04-09rtl8192u: don't play with reassigning ->proc_fops, just use proc_create()Al Viro1-5/+1
2013-02-14staging/rtl8192u/ieee80211: Fix buffer overflow in ieee80211_softmac_wx.cPeter Huewe1-14/+15
2013-01-07staging/rtl8192u: do not init statics to 0Sebastian Hahn2-2/+2
2013-01-07staging/rtl8192u: use same indent for switch and caseSebastian Hahn3-153/+153
2013-01-07staging/rtl8192u: don't init globals to 0 or NULLSebastian Hahn1-2/+2
2013-01-07staging/rtl8192u: indent with tabs, not spacesSebastian Hahn5-243/+243
2013-01-07staging/rtl8192u: put { on same line as structJennifer Naumann3-44/+22
2013-01-07staging/rtl8192u: cleanfile runSebastian Hahn19-200/+189
2012-10-22staging: rtl8192u: fix a macro expansion bugDan Carpenter1-1/+4
2012-09-21staging: Fix misspellings of "whether".Adam Buchbinder1-1/+1
2012-09-04Staging: rtl8192u: using random_ether_addr() to generate random MACWei Yongjun1-7/+1
2012-09-04Staging: rtl8192u: use is_zero_ether_addr() instead of memcmp()Wei Yongjun1-2/+3
2012-09-04Staging: rtl8192u: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun1-3/+3
2012-08-13staging: rtl8192u: Fix typo in staging/rtl8192uMasanari Iida5-8/+8
2012-05-09staging: Remove test of is_broadcast with is_multicastJoe Perches3-6/+5
2012-04-24drivers/staging/rtl8192u/ieee80211/ieee80211_module.c: add missing free_netdevJulia Lawall1-1/+1
2012-04-10staging: Fix typo in multiple filesMasanari Iida2-2/+2
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds5-59/+13
2012-03-20rtl8192u: remove the second argument of k[un]map_atomic()Cong Wang5-59/+13
2012-02-09staging: Fix typo in ieee80211_rx.cMasanari Iida1-1/+1
2011-11-26Staging: rtl8192u: remove api.c fileGreg Kroah-Hartman1-244/+0
2011-10-18Staging: rtl8192u: ieee80211: Makefile: remove unneeded stuffGreg Kroah-Hartman1-109/+0
2011-08-23drivers/staging/rtl8192u: Don't pass huge struct by valueJesper Juhl2-9/+9
2011-08-23staging: rtl8192u: Follow all suggestions from checkpatch on compress.cToon Schoenmakers1-2/+2
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds9-14/+2
2011-07-24get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro1-1/+1
2011-07-08drivers:staging:rtl typo fix encryptiong to encryption.Justin P. Mattock1-1/+1
2011-07-05staging: rtl8192u: Fix big-endian warningLarry Finger1-1/+1
2011-07-05Remove unneeded version.h includes from drivers/staging/rtl*/Jesper Juhl8-8/+0
2011-07-05drivers:rtl8192u:remove the use of obsolete create_workqueue in ieee80211_softmac.cWanlong Gao1-4/+0
2011-06-19net/staging: add needed interrupt.h and hardirq.h includesStephen Rothwell1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi8-15/+15
2011-03-14staging: rtl8192u: Remove NULL check before kfreeIlia Mirkin5-18/+7