]> git.baikalelectronics.ru Git - kernel.git/commit
wil6210: fix remaining use of non-cached copy of tx/rx descriptors
authorVladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Sun, 12 May 2013 11:43:37 +0000 (14:43 +0300)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 22 May 2013 19:08:37 +0000 (15:08 -0400)
commit20a8c740b699e65be65925c3f4163de9a3bc6c79
tree920a9a844fb46af786ab86ace2b0a4fa6a7d2f32
parent82f19c2411bffcac1070f1cb80836fd68d7a7ba9
wil6210: fix remaining use of non-cached copy of tx/rx descriptors

- Introduce common code for Tx/Rx descriptor physical address set/parse
- Fix endianness for address fields
- consistent descriptor naming: '_d' for non-cached memory, 'd' for cached copy
- wil_tx_desc_map now modify cached copy, no need for 'volatile'

Signed-off-by: Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/wil6210/txrx.c
drivers/net/wireless/ath/wil6210/txrx.h