1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-29 12:03:03 +00:00

fix misspelling of TX...

Submitted by:	Johan Karlsson
MFC after:	3 days
This commit is contained in:
John-Mark Gurney 2004-09-19 18:16:28 +00:00
parent 6102153685
commit 81d4eca1ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=135469

View File

@ -609,7 +609,7 @@ struct rl_stats {
* Tx/Rx count must be equal. Shared code like re_dma_map_desc assumes this.
*/
#define RL_TX_DESC_CNT 64
#define RL_RX_DESC_CNT RL_RX_DESC_CNT
#define RL_RX_DESC_CNT RL_TX_DESC_CNT
#define RL_RX_LIST_SZ (RL_RX_DESC_CNT * sizeof(struct rl_desc))
#define RL_TX_LIST_SZ (RL_TX_DESC_CNT * sizeof(struct rl_desc))
#define RL_RING_ALIGN 256