Fix fxp(4), this changed shouldn't have crept in.

Pointy hat to:	mux
Reported by:	Pawel Worach <pawel.worach@nordea.com>
This commit is contained in:
Maxime Henrion 2003-04-03 18:39:48 +00:00
parent fec51ab5fc
commit c2a2b443e2

View File

@ -328,8 +328,8 @@ struct fxp_cb_tx {
struct fxp_rfa {
u_int16_t rfa_status;
u_int16_t rfa_control;
u_int32_t link_addr;
u_int32_t rbd_addr;
u_int8_t link_addr[4];
u_int8_t rbd_addr[4];
u_int16_t actual_size;
u_int16_t size;