diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2005-11-08 23:36:20 +0100 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-11-09 07:02:41 +0100 |
commit | b9dcbb40f40d60c7e33a2b7ea858fcd27c35cc00 (patch) | |
tree | e044be0f5fe46fee4990f819fd30a7dc89e3694a /drivers/net/b44.h | |
parent | ieee80211: cleanup crypto list handling, other minor cleanups. (diff) | |
download | linux-b9dcbb40f40d60c7e33a2b7ea858fcd27c35cc00.tar.xz linux-b9dcbb40f40d60c7e33a2b7ea858fcd27c35cc00.zip |
[PATCH] b44: replace B44_FLAG_INIT_COMPLETE with netif_running()
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/b44.h')
-rw-r--r-- | drivers/net/b44.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/b44.h b/drivers/net/b44.h index 7afeaf608232..b178662978f3 100644 --- a/drivers/net/b44.h +++ b/drivers/net/b44.h @@ -420,7 +420,6 @@ struct b44 { u32 dma_offset; u32 flags; -#define B44_FLAG_INIT_COMPLETE 0x00000001 #define B44_FLAG_BUGGY_TXPTR 0x00000002 #define B44_FLAG_REORDER_BUG 0x00000004 #define B44_FLAG_PAUSE_AUTO 0x00008000 |