[go: nahoru, domu]

History log of /drivers/staging/rtl8188eu/hal/rtl8188eu_xmit.c
Revision Date Author Comments
6b26b75dafb0dd53d10c2cf98c9b8c92e41a4cf3 20-Sep-2014 navin patidar <navin.patidar@gmail.com> staging: rtl8188eu: Rework function ODM_SetTxAntByTxInfo_88E()

Rename CamelCase function name and local variables.

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
0cccd45f0ac066d11d5ae3e64afb7e70c621ffd1 10-Jul-2014 navin patidar <navin.patidar@gmail.com> staging: rtl8188eu: Remove mp( mesh point) mode support

We've already removed non-standard ioctl handlers, used by driver
to support mp mode.

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
42c6cdb3044ac28a31b102b3342fefbe0be01188 22-Jun-2014 navin patidar <navin.patidar@gmail.com> staging: rtl8188eu: Use round_up() instead of RND4()

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
eab5d5438a626b33d1ea6d3ce07303bee0f27f76 22-Jun-2014 navin patidar <navin.patidar@gmail.com> staging: rtl8188eu: Use round_up() instead of _RND4()

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
248df424eb315762b9cf9c04e194b3b2e371d814 22-Jun-2014 navin patidar <navin.patidar@gmail.com> staging: rtl8188eu: Use round_up() instead of _RND8()

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
f7091bc63a22f99a6a0142ee0f027cfc4e199c22 22-Jun-2014 navin patidar <navin.patidar@gmail.com> staging: rtl8188eu: Replace _rtw_queue_empty() with list_empty()

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8d5bdece42d9cb0daf7d0ab1cd7b263adb365f7a 22-Jun-2014 navin patidar <navin.patidar@gmail.com> staging: rtl8188eu: Replace rtw_list_delete() with list_del_init()

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
84660700807cbcd649c58ff8ce7f65021765b15c 22-Jun-2014 navin patidar <navin.patidar@gmail.com> staging: rtl8188eu: Remove function rtw_end_of_queue_search()

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1ce39848e17c34d494e46d50ec3cfa249b0342a7 22-Jun-2014 navin patidar <navin.patidar@gmail.com> staging: rtl8188eu: Remove function _rtw_memset()

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
56ed3914b032f6a029834d5ab404b17c82e2fe16 22-Jun-2014 navin patidar <navin.patidar@gmail.com> staging: rtl8188eu: Remove dummy rtl8188eu_free_xmit_priv() and its wrapper

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
17452ee9d3e3c20eb009423fc3dd02d67882e4bb 21-Jun-2014 navin patidar <navin.patidar@gmail.com> staging: rtl8188eu: Merge usb_ops.h into usb_ops_linux.h

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
05fa5ec2d8d12892f9945beebd3fdbfde7853b91 11-Jun-2014 navin patidar <navin.patidar@gmail.com> staging: rtl8188eu: Remove function _rtw_write_port()

_rtw_write_port() is a wrapper function, being used to call usb_write_port().
Call usb_write_port() directly and drop _rtw_write_port().

Signed-off-by: navin patidar <navin.patidar@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
c44e5e39c3d168d094cfe91334fd9e826de7d51f 09-Feb-2014 Larry Finger <Larry.Finger@lwfinger.net> staging: r8188eu: Eliminate macro to get next list item

The driver contains a macro that gets the next item in a linked list.
Replace it with a simple copy of the pointer.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
bea8810043b9a66c46b8c76bfbb5c8572530788d 09-Feb-2014 Larry Finger <Larry.Finger@lwfinger.net> staging: r8188eu: Replace misspelled local container macro

This driver has its own implementation of a "container_of" macro. It
is replaced with the standard container_of version. Most of these
are a straight one-to-one replacement; however, a few of the instances
referred to the member of a union. Those were replaced with the
struct that is part of that union.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
e02bcf6126fa59914ca3705183444fdc867b984b 20-Dec-2013 Larry Finger <Larry.Finger@lwfinger.net> staging: r8188eu: Remove wrapper around spin_unlock_bh

With this change, a number of variables for storing flags are no longer used.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7057dcb3afa29499c40ae404a616122fdd196d1b 20-Dec-2013 Larry Finger <Larry.Finger@lwfinger.net> staging: r8188eu: Remove wrapper around spin_lock_bh

Some comment lines that mentioned spin_lock_bh() are also removed.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5e809e50eb39284188515b5950d09a63856bb0b1 26-Sep-2013 Masanari Iida <standby24x7@gmail.com> staging: rtl8188eu: Fix typo in rtl8188eu/hal

Correct spelling typo in rtl8188eu/hal

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7bc88639ad3610b1f3026792ac0371c5b14bc8d6 22-Aug-2013 Larry Finger <Larry.Finger@lwfinger.net> staging: r8188eu: Add files for new driver - part 17

This commit adds files hal/rtl8188eu_led.c, hal/rtl8188eu_recv.c,
and hal/rtl8188eu_xmit.c.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>