diff options
author | Holger Schurig <hs4233@mail.mn-solutions.de> | 2007-11-15 18:05:47 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:04:46 -0500 |
commit | 1007832103d016d1563fab71d4cf2b057a0bcceb (patch) | |
tree | 3b5080b01bee6e1f98cc9489382c534e963ac748 /drivers/net/wireless/libertas/host.h | |
parent | 9a62f73b1a3bbd35a6f84fcd6636e672b09981ec (diff) |
libertas: move to uniform lbs_/LBS_ namespace
This patch unifies the namespace of variables, functions defines
and structures. It does:
- rename libertas_XXX to lbs_XXX
- rename LIBERTAS_XXX to lbs_XXX
- rename wlan_XXX to lbs_XXX
- rename WLAN_XXX to LBS_XXX (but only those that were
defined in libertas-local *.h files, e.g. not defines
from net/ieee80211.h)
While passing, I fixed some checkpatch.pl errors too.
Signed-off-by: Holger Schurig <hs4233@mail.mn-solutions.de>
Acked-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/host.h')
-rw-r--r-- | drivers/net/wireless/libertas/host.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/libertas/host.h b/drivers/net/wireless/libertas/host.h index b37ddbca969f..3746f702d980 100644 --- a/drivers/net/wireless/libertas/host.h +++ b/drivers/net/wireless/libertas/host.h | |||
@@ -2,8 +2,8 @@ | |||
2 | * This file contains definitions of WLAN commands. | 2 | * This file contains definitions of WLAN commands. |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #ifndef _HOST_H_ | 5 | #ifndef _LBS_HOST_H_ |
6 | #define _HOST_H_ | 6 | #define _LBS_HOST_H_ |
7 | 7 | ||
8 | /** PUBLIC DEFINITIONS */ | 8 | /** PUBLIC DEFINITIONS */ |
9 | #define DEFAULT_AD_HOC_CHANNEL 6 | 9 | #define DEFAULT_AD_HOC_CHANNEL 6 |
@@ -287,4 +287,4 @@ enum cmd_mesh_access_opts { | |||
287 | #define MACREG_INT_CODE_SNR_HIGH 0x0000001d | 287 | #define MACREG_INT_CODE_SNR_HIGH 0x0000001d |
288 | #define MACREG_INT_CODE_MESH_AUTO_STARTED 0x00000023 | 288 | #define MACREG_INT_CODE_MESH_AUTO_STARTED 0x00000023 |
289 | 289 | ||
290 | #endif /* _HOST_H_ */ | 290 | #endif |