|
@@ -33,8 +33,8 @@ struct qeth_dbf_info qeth_dbf[QETH_DBF_INFOS] = {
|
|
|
/* N P A M L V H */
|
|
|
[QETH_DBF_SETUP] = {"qeth_setup",
|
|
|
8, 1, 8, 5, &debug_hex_ascii_view, NULL},
|
|
|
- [QETH_DBF_MSG] = {"qeth_msg",
|
|
|
- 8, 1, 128, 3, &debug_sprintf_view, NULL},
|
|
|
+ [QETH_DBF_MSG] = {"qeth_msg", 8, 1, 11 * sizeof(long), 3,
|
|
|
+ &debug_sprintf_view, NULL},
|
|
|
[QETH_DBF_CTRL] = {"qeth_control",
|
|
|
8, 1, QETH_DBF_CTRL_LEN, 5, &debug_hex_ascii_view, NULL},
|
|
|
};
|