summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8187se/ieee80211/ieee80211_tx.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-16staging: delete rtl8187se wireless driverGreg Kroah-Hartman1-591/+0
2013-11-20staging: rtl8187se: fix coding style in function declarationsAna Rey1-8/+5
2013-10-29staging: rtl8187se: use netdev_warn instead of printkTeodora Baluta1-10/+5
2013-10-29staging: rtl8187se: use netdev_info instead of printkTeodora Baluta1-2/+1
2013-10-29staging: rtl8187se: prefer netdev_dbg to printkTeodora Baluta1-3/+2
2013-10-29staging: rtl8187se: fix lines over 80 charactersTeodora Baluta1-3/+6
2013-10-29staging: rtl8187se: fixup multi-line commentTeodora Baluta1-16/+22
2013-10-29staging: rtl8187se: remove an unnecessary line continuationTeodora Baluta1-1/+1
2013-10-29staging: rtl8187se: fix conditional statement indentTeodora Baluta1-6/+6
2013-10-29staging: rtl8187se: else should follow close brace '}Teodora Baluta1-2/+1
2013-10-29staging: rtl8187se: fix comments over 80 charactersTeodora Baluta1-4/+12
2013-10-29staging: rtl8187se: open brace following function declarations go on the next...Teodora Baluta1-1/+2
2013-10-29staging: rtl8187se: fix checkpatch space and tab warningsTeodora Baluta1-40/+42
2013-10-29staging: rtl8187se: use C89 comment style instead of C99-styleTeodora Baluta1-30/+32
2013-10-29staging: rtl8187se: (foo*) should be (foo *)Teodora Baluta1-3/+3
2013-10-20staging: rtl8187se: fix static sparse warningsTeodora Baluta1-2/+2
2013-10-20staging: rtl8187se: use gfp_t instead of intTeodora Baluta1-1/+1
2013-08-28staging: Update e-mail address for Andrea MerelloAndrea Merello1-1/+1
2012-05-10staging: Remove test of is_broadcast with is_multicastJoe Perches1-4/+1
2012-04-19Staging: rtl8187se: Fix typos.Justin P. Mattock1-1/+1
2011-07-09drivers:staging:rtl typo fix encryptiong to encryption.Justin P. Mattock1-1/+1
2010-03-04Staging: rtl8187x: Use %pM for mac address outputJoe Perches1-3/+3
2009-12-23Staging: fix rtl8187se compilation errors with mac80211George Kadianakis1-1/+1
2009-12-11Staging: rtl8187se: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-09-15Staging: rtl8187se: rename struct ieee80211_hdr_3addr_qos to struct ieee80211...Bartlomiej Zolnierkiewicz1-10/+11
2009-09-15Staging: rtl8187se: rename struct ieee80211_hdr to struct ieee80211_hdr_4addrBartlomiej Zolnierkiewicz1-6/+2
2009-09-15Staging: rtl8187se: remove dead codeBartlomiej Zolnierkiewicz1-4/+0
2009-09-15Staging: rtl8187se/ieee80211: remove dead _RTL8187_EXT_PATCH_ codeBartlomiej Zolnierkiewicz1-229/+0
2009-09-15Staging: rtl8187se: remove kernel version compatibility wrappersBartlomiej Zolnierkiewicz1-8/+0
2009-07-06net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-01-07Staging: add rtl8187se driverGreg Kroah-Hartman1-0/+828