diff mbox

[v3,01/11] rsi: Rename file rsi_91x_pkt.c to rsi_91x_hal.c

Message ID 1494928877-27168-2-git-send-email-amit.karwar@redpinesignals.com (mailing list archive)
State Accepted
Commit d7af6bb7e527e700dac04f8e0e791baf716a3988
Delegated to: Kalle Valo
Headers show

Commit Message

Amitkumar Karwar May 16, 2017, 10:01 a.m. UTC
From: Prameela Rani Garnepudi <prameela.j04cs@gmail.com>

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>
---
v3: Same as earlier
---
 drivers/net/wireless/rsi/Makefile                         | 2 +-
 drivers/net/wireless/rsi/{rsi_91x_pkt.c => rsi_91x_hal.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename drivers/net/wireless/rsi/{rsi_91x_pkt.c => rsi_91x_hal.c} (100%)

Comments

Kalle Valo May 24, 2017, 1:39 p.m. UTC | #1
amit karwar <amitkarwar@gmail.com> wrote:
> From: Prameela Rani Garnepudi <prameela.j04cs@gmail.com>
> 
> 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>

11 patches applied to wireless-drivers-next.git, thanks.

d7af6bb7e527 rsi: Rename file rsi_91x_pkt.c to rsi_91x_hal.c
897d341dee4f rsi: Changes to sdio reads and writes
7bdead7ae944 rsi: define RSI_USB_BUF_SIZE macro
2fbbe5179ebe rsi: Changes in USB read and write operations
4b1fc881173e rsi: use macros in USB specific code
ea3336ac0094 rsi: Handle usb multi-byte write failure case properly
88fa51e1b33c rsi: Add usb multi-byte read operation
a2ce952c8e09 rsi: Add host interface operations as separate structure.
b97e9b94ad75 rsi: Add new host interface operations
b78e91bcfb33 rsi: Add new firmware loading method
5578b1ffdc30 rsi: Remove old firmware loading method
diff mbox

Patch

diff --git a/drivers/net/wireless/rsi/Makefile b/drivers/net/wireless/rsi/Makefile
index 25828b6..a475c81 100644
--- a/drivers/net/wireless/rsi/Makefile
+++ b/drivers/net/wireless/rsi/Makefile
@@ -2,7 +2,7 @@  rsi_91x-y			+= rsi_91x_main.o
 rsi_91x-y			+= rsi_91x_core.o
 rsi_91x-y			+= rsi_91x_mac80211.o
 rsi_91x-y			+= rsi_91x_mgmt.o
-rsi_91x-y			+= rsi_91x_pkt.o
+rsi_91x-y			+= rsi_91x_hal.o
 rsi_91x-$(CONFIG_RSI_DEBUGFS)	+= rsi_91x_debugfs.o
 
 rsi_usb-y			+= rsi_91x_usb.o rsi_91x_usb_ops.o
diff --git a/drivers/net/wireless/rsi/rsi_91x_pkt.c b/drivers/net/wireless/rsi/rsi_91x_hal.c
similarity index 100%
rename from drivers/net/wireless/rsi/rsi_91x_pkt.c
rename to drivers/net/wireless/rsi/rsi_91x_hal.c