From: Malcolm Priestley Date: Wed, 25 Jun 2014 20:14:22 +0000 (+0100) Subject: staging: vt6656: mac80211 conversion: create rx function. X-Git-Tag: omap-for-v3.17/fixes-against-rc2~166^2~1493 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63b9907f58f1c1b718cd37eeaec074692f00492d;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed