|
@@ -71,7 +71,7 @@ struct qeth_dbf_info {
|
|
debug_sprintf_event(qeth_dbf[QETH_DBF_MSG].id, level, text)
|
|
debug_sprintf_event(qeth_dbf[QETH_DBF_MSG].id, level, text)
|
|
|
|
|
|
#define QETH_DBF_TEXT_(name, level, text...) \
|
|
#define QETH_DBF_TEXT_(name, level, text...) \
|
|
- qeth_dbf_longtext(QETH_DBF_##name, level, text)
|
|
|
|
|
|
+ qeth_dbf_longtext(qeth_dbf[QETH_DBF_##name].id, level, text)
|
|
|
|
|
|
#define SENSE_COMMAND_REJECT_BYTE 0
|
|
#define SENSE_COMMAND_REJECT_BYTE 0
|
|
#define SENSE_COMMAND_REJECT_FLAG 0x80
|
|
#define SENSE_COMMAND_REJECT_FLAG 0x80
|
|
@@ -857,7 +857,7 @@ void qeth_core_get_ethtool_stats(struct net_device *,
|
|
struct ethtool_stats *, u64 *);
|
|
struct ethtool_stats *, u64 *);
|
|
void qeth_core_get_strings(struct net_device *, u32, u8 *);
|
|
void qeth_core_get_strings(struct net_device *, u32, u8 *);
|
|
void qeth_core_get_drvinfo(struct net_device *, struct ethtool_drvinfo *);
|
|
void qeth_core_get_drvinfo(struct net_device *, struct ethtool_drvinfo *);
|
|
-void qeth_dbf_longtext(enum qeth_dbf_names dbf_nix, int level, char *text, ...);
|
|
|
|
|
|
+void qeth_dbf_longtext(debug_info_t *id, int level, char *text, ...);
|
|
int qeth_core_ethtool_get_settings(struct net_device *, struct ethtool_cmd *);
|
|
int qeth_core_ethtool_get_settings(struct net_device *, struct ethtool_cmd *);
|
|
int qeth_set_access_ctrl_online(struct qeth_card *card);
|
|
int qeth_set_access_ctrl_online(struct qeth_card *card);
|
|
|
|
|