Skip to content

Commit

Permalink
staging: brcm80211: remove phy_version.h
Browse files Browse the repository at this point in the history
Removed the file phy_version.h from the driver sources. It was not
used. For keeping track of the phy version, which is a separately
developed component, one definition has been kept and placed in
wlc_phy_int.h.

Signed-off-by: Arend van Spriel <arend@broadcom.com>
Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 1f7a0c7 commit ac9e1c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 37 deletions.
36 changes: 0 additions & 36 deletions drivers/staging/brcm80211/brcmsmac/phy/phy_version.h

This file was deleted.

2 changes: 2 additions & 0 deletions drivers/staging/brcm80211/brcmsmac/phy/wlc_phy_int.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@

#include <wlc_phy_hal.h>

#define PHY_VERSION { 1, 82, 8, 0 }

#define PHYHAL_ERROR 0x0001
#define PHYHAL_TRACE 0x0002
#define PHYHAL_INFORM 0x0004
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/brcm80211/brcmsmac/wl_mac80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "d11.h"
#include "wlc_types.h"
#include "wlc_cfg.h"
#include "phy/phy_version.h"
#include "wlc_key.h"
#include "wlc_channel.h"
#include "wlc_scb.h"
Expand Down

0 comments on commit ac9e1c0

Please sign in to comment.