diff options
author | Malcolm Priestley <tvboxspy@gmail.com> | 2014-07-22 22:49:43 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-07-22 16:19:35 -0700 |
commit | f0ff3fde52bb70c3130c34e530d5462a240ae52c (patch) | |
tree | 187c4c282f7c67a96724454ebc7a6011e2c62210 /drivers/staging/vt6656/rxtx.h | |
parent | cfe4571f72270b6b31fbf38000f5b3d6299a22d5 (diff) |
staging: vt6656: vnt_tx_fifo_head rename wFIFOCtl to fifo_ctl
Removing prefix and camel case.
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/rxtx.h')
-rw-r--r-- | drivers/staging/vt6656/rxtx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/rxtx.h b/drivers/staging/vt6656/rxtx.h index 1cfa5aeddad4..62a9ed38f058 100644 --- a/drivers/staging/vt6656/rxtx.h +++ b/drivers/staging/vt6656/rxtx.h @@ -222,7 +222,7 @@ union vnt_tx_head { struct vnt_tx_fifo_head { u8 tx_key[WLAN_KEY_LEN_CCMP]; - u16 wFIFOCtl; + u16 fifo_ctl; __le16 time_stamp; __le16 frag_ctl; __le16 current_rate; |