diff options
author | Pavan Savoy <pavan_savoy@ti.com> | 2010-09-30 16:13:28 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-10-05 11:48:07 -0700 |
commit | 40fb29a777d23b1161271ec88fd21739835e4f6a (patch) | |
tree | d35dce49cd0ed9e02bb53e59401c8b9597939ba1 /drivers | |
parent | 7e24cce38a99f373450db67bf576fe73e8168d66 (diff) | |
download | lwn-40fb29a777d23b1161271ec88fd21739835e4f6a.tar.gz lwn-40fb29a777d23b1161271ec88fd21739835e4f6a.zip |
tty.h: new ldisc for TI WiLink ST
Texas Instrument's WiLink7 connectivity devices pack wireless connectivity
technologies like Bluetooth, FM Radio Receiver and Transmitter, GPS and WLAN
into a single die.
The BT, FM and GPS core on the chip are interfaced to application
processors via a single UART.
This line discipline driver allows such different technologies to be used
simultaneous and independent of each other.
Signed-off-by: Pavan Savoy <pavan_savoy@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/ti-st/ti_wilink_st.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/staging/ti-st/ti_wilink_st.h b/drivers/staging/ti-st/ti_wilink_st.h index 537efce96d58..afb0cc644c1f 100644 --- a/drivers/staging/ti-st/ti_wilink_st.h +++ b/drivers/staging/ti-st/ti_wilink_st.h @@ -25,11 +25,6 @@ #ifndef TI_WILINK_ST_H #define TI_WILINK_ST_H -/* TODO: - * Move the following to tty.h upon acceptance - */ -#define N_TI_WL 22 /* Ldisc for TI's WL BT, FM, GPS combo chips */ - #ifdef __KERNEL__ /** * enum kim_gpio_state - Few protocols such as FM have ACTIVE LOW |