mwifiex: add AP command sys_config and set channel
[deliverable/linux.git] / drivers / net / wireless / mwifiex / ioctl.h
index f0f95524e96b704f924e70be81a86531596ec2b3..50e9b7767da7e6590d39075e1f6a0f34d6cb3a22 100644 (file)
@@ -62,6 +62,12 @@ enum {
        BAND_AN = 16,
 };
 
+#define BAND_CONFIG_MANUAL      0x00
+struct mwifiex_uap_bss_param {
+       u8 channel;
+       u8 band_cfg;
+};
+
 enum {
        ADHOC_IDLE,
        ADHOC_STARTED,
This page took 0.02649 seconds and 5 git commands to generate.