]> git.baikalelectronics.ru Git - kernel.git/commit
rsi: Rename file rsi_91x_pkt.c to rsi_91x_hal.c
authorPrameela Rani Garnepudi <prameela.j04cs@gmail.com>
Tue, 16 May 2017 10:01:07 +0000 (15:31 +0530)
committerKalle Valo <kvalo@codeaurora.org>
Wed, 24 May 2017 13:37:48 +0000 (16:37 +0300)
commit2001ca831d39cfae01d5113dc07d0bab56776504
treea92a4c8f7ffb031baf8796caa54d956a92c4c1b2
parent04ca3866fc1af40a36350d7a4ce4583d64612e51
rsi: Rename file rsi_91x_pkt.c to rsi_91x_hal.c

The file rsi_91x_hal.c is going to contain device specific code i.e new
firmware loading method for RS9113 chipset. As the file rsi_91x_pkt.c
contains code to prepare device specific descriptors for transmit packet,
this file is renamed to rsi_91x_hal.c which is more relevant as per it's
functionality.

Signed-off-by: Prameela Rani Garnepudi <prameela.j04cs@gmail.com>
Signed-off-by: Amitkumar Karwar <amit.karwar@redpinesignals.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/rsi/Makefile
drivers/net/wireless/rsi/rsi_91x_hal.c [new file with mode: 0644]
drivers/net/wireless/rsi/rsi_91x_pkt.c [deleted file]