From afa884cf93535ef837ca576f9e7ea47251e0d00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Mon, 18 Jul 2011 02:01:29 +0200 Subject: [PATCH] --- yaml --- r: 258495 b: refs/heads/master c: 124cc1117569fbe23b2be1e01d76a01202a0ca93 h: refs/heads/master i: 258493: ccb66f4d260b02ff6ea4d91b243ce6a7b7c7e33c 258491: 08bb0206beb4748e5125b0706ce078e11e1c3399 258487: 397b5d0d9156af19705bf89d48885500c41b7af8 258479: 504142492af41f6dd43c74eeb48f4c7ed12b1439 258463: b4d96590f63f32be2fc28b3bb7509aab7988ced8 258431: 8b804a15672f45386e7f68fac5414c2eb83079dd v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/b43/b43.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 32bb23a15729..393da28694e3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2b5e3322b8bff484cb206e7920c6034663d37b87 +refs/heads/master: 124cc1117569fbe23b2be1e01d76a01202a0ca93 diff --git a/trunk/drivers/net/wireless/b43/b43.h b/trunk/drivers/net/wireless/b43/b43.h index 08a28270bbb3..8cf04597da44 100644 --- a/trunk/drivers/net/wireless/b43/b43.h +++ b/trunk/drivers/net/wireless/b43/b43.h @@ -433,6 +433,12 @@ enum { #define B43_BCMA_IOCTL_PHY_BW_40MHZ 0x00000080 /* 40 MHz bandwidth, 160 MHz PHY */ #define B43_BCMA_IOCTL_GMODE 0x00002000 /* G Mode Enable */ +/* BCMA 802.11 core specific IO status (BCMA_IOST) flags */ +#define B43_BCMA_IOST_2G_PHY 0x00000001 /* 2.4G capable phy */ +#define B43_BCMA_IOST_5G_PHY 0x00000002 /* 5G capable phy */ +#define B43_BCMA_IOST_FASTCLKA 0x00000004 /* Fast Clock Available */ +#define B43_BCMA_IOST_DUALB_PHY 0x00000008 /* Dualband phy */ + /* 802.11 core specific TM State Low (SSB_TMSLOW) flags */ #define B43_TMSLOW_GMODE 0x20000000 /* G Mode Enable */ #define B43_TMSLOW_PHY_BANDWIDTH 0x00C00000 /* PHY band width and clock speed mask (N-PHY only) */