]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: vt6655: device_free_tx_buf use only ieee80211_tx_status_irqsafe
authorMalcolm Priestley <tvboxspy@gmail.com>
Thu, 9 Apr 2015 19:53:43 +0000 (20:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 8 May 2015 12:28:05 +0000 (14:28 +0200)
commit3fa0917beb29d886550fcf61a6378563d1ce9684
tree5b3db0ff6be64c06fc885c3ecf720ce7f2a9d5ef
parentb23f14302e86628625ac3982a6d23e35888755f2
staging: vt6655: device_free_tx_buf use only ieee80211_tx_status_irqsafe

TD_FLAGS_NETIF_SKB is only for data.

Fixes issue of ack frames not being reported.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Cc: <stable@vger.kernel.org> # v3.19+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/device_main.c