summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/Kconfig
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-06-25 21:14:22 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-26 20:21:19 -0400
commit63b9907f58f1c1b718cd37eeaec074692f00492d (patch)
treed83e3f42c570408dcc5442a488e585404cfb73f9 /drivers/staging/vt6656/Kconfig
parent525be905dc5db388487470be44734f6fb33a8fda (diff)
downloadlinux-63b9907f58f1c1b718cd37eeaec074692f00492d.tar.bz2
staging: vt6656: mac80211 conversion: create rx function.
Add mac80211 header and depends. Create new function vnt_rx_data to receive 80211 packets which is based on RXbBulkInProcessData and rx them into mac80211 The function also relays dbm, tsf_time(as mactime) and sets byBBPreEDRSSI and uCurrRSSI. skb is modified slightly to skb_put the maxium tail room in PIPEnsBulkInUsbRead and trim back in vnt_rx_data. dev_alloc_skb is used to reallocate the sk_buff. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/Kconfig')
-rw-r--r--drivers/staging/vt6656/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/Kconfig b/drivers/staging/vt6656/Kconfig
index f89ab205c8e0..839db3a6da81 100644
--- a/drivers/staging/vt6656/Kconfig
+++ b/drivers/staging/vt6656/Kconfig
@@ -1,6 +1,6 @@
config VT6656
tristate "VIA Technologies VT6656 support"
- depends on USB && WLAN && m
+ depends on MAC80211 && USB && WLAN && m
select WIRELESS_EXT
select WEXT_PRIV
select FW_LOADER