summaryrefslogtreecommitdiffstats
path: root/bcm4329/src/wl/sys/wl_iw.h
diff options
context:
space:
mode:
authorDmitry Shmidt <dimitrysh@google.com>2010-09-17 16:01:41 -0700
committerDmitry Shmidt <dimitrysh@google.com>2010-09-17 16:01:41 -0700
commitc5a3286e8dd68f07873f41003544372c1841d227 (patch)
tree97c5edd98a4b372fd466fc610d9f26a9acdd26a9 /bcm4329/src/wl/sys/wl_iw.h
parent68a277239f7c0154f020c02b2765b4cdd272439f (diff)
downloadhardware_replicant_wlan-c5a3286e8dd68f07873f41003544372c1841d227.tar.gz
hardware_replicant_wlan-c5a3286e8dd68f07873f41003544372c1841d227.tar.bz2
hardware_replicant_wlan-c5a3286e8dd68f07873f41003544372c1841d227.zip
bcm4329: Update to version 4.218.248.6
Change-Id: Ic344cb96822b85a313eed98a286544a95d6953f0 Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
Diffstat (limited to 'bcm4329/src/wl/sys/wl_iw.h')
-rw-r--r--bcm4329/src/wl/sys/wl_iw.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/bcm4329/src/wl/sys/wl_iw.h b/bcm4329/src/wl/sys/wl_iw.h
index 866fbd5..43088cf 100644
--- a/bcm4329/src/wl/sys/wl_iw.h
+++ b/bcm4329/src/wl/sys/wl_iw.h
@@ -21,7 +21,7 @@
* software in any way with any other Broadcom software provided under a license
* other than the GPL, without Broadcom's express prior written consent.
*
- * $Id: wl_iw.h,v 1.5.34.1.6.35 2010/08/20 02:42:33 Exp $
+ * $Id: wl_iw.h,v 1.5.34.1.6.36.4.1 2010/09/10 19:24:30 Exp $
*/
@@ -47,9 +47,9 @@
#define BAND_SET_CMD "SETBAND"
#define DTIM_SKIP_GET_CMD "DTIMSKIPGET"
#define DTIM_SKIP_SET_CMD "DTIMSKIPSET"
-#define SETSUSPEND_CMD "SETSUSPEND"
+#define SETSUSPEND_CMD "SETSUSPENDOPT"
#define PNOSSIDCLR_SET_CMD "PNOSSIDCLR"
-#define PNOSETUP_SET_CMD "PNOSETUP"
+#define PNOSETUP_SET_CMD "PNOSETUP "
#define PNOENABLE_SET_CMD "PNOFORCE"
#define PNODEBUG_SET_CMD "PNODEBUG"
@@ -216,17 +216,17 @@ extern int net_os_send_hang_message(struct net_device *dev);
extern int dhd_pno_enable(dhd_pub_t *dhd, int pfn_enabled);
extern int dhd_pno_clean(dhd_pub_t *dhd);
-extern int dhd_pno_set(dhd_pub_t *dhd, wlc_ssid_t* ssids_local, int nssid, uchar scan_fr);
+extern int dhd_pno_set(dhd_pub_t *dhd, wlc_ssid_t* ssids_local, int nssid, ushort scan_fr);
extern int dhd_pno_get_status(dhd_pub_t *dhd);
extern int dhd_dev_pno_reset(struct net_device *dev);
extern int dhd_dev_pno_set(struct net_device *dev, wlc_ssid_t* ssids_local, \
- int nssid, uchar scan_fr);
+ int nssid, ushort scan_fr);
extern int dhd_dev_pno_enable(struct net_device *dev, int pfn_enabled);
extern int dhd_dev_get_pno_status(struct net_device *dev);
#define PNO_TLV_PREFIX 'S'
#define PNO_TLV_VERSION 1
-#define PNO_TLV_SUBVERSION 0
+#define PNO_TLV_SUBVERSION 1
#define PNO_TLV_RESERVED 0
#define PNO_TLV_TYPE_SSID_IE 'S'
#define PNO_TLV_TYPE_TIME 'T'