Skip to content

Commit

Permalink
[PATCH] libertas: remove unused/superfluous definitions of DEV_NAME_LEN
Browse files Browse the repository at this point in the history
DEV_NAME_LEN is already defined in defs.h and that is sufficient.

Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Holger Schurig authored and John W. Linville committed Jun 11, 2007
1 parent 42fff92 commit 7b1d5c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions drivers/net/wireless/libertas/fw.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
#ifndef _WLAN_FW_H_
#define _WLAN_FW_H_

#ifndef DEV_NAME_LEN
#define DEV_NAME_LEN 32
#endif

int libertas_init_fw(wlan_private * priv);

#endif /* _WLAN_FW_H_ */
4 changes: 0 additions & 4 deletions drivers/net/wireless/libertas/sbi.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
#define his_cardevent 0x02
#define his_cmdupldrdy 0x04

#ifndef DEV_NAME_LEN
#define DEV_NAME_LEN 32
#endif

#define SBI_EVENT_CAUSE_SHIFT 3

/* Probe and Check if the card is present*/
Expand Down

0 comments on commit 7b1d5c0

Please sign in to comment.