aboutsummaryrefslogtreecommitdiff
path: root/at76_usb.h
diff options
context:
space:
mode:
authorPavel Roskin <proski@gnu.org>2007-04-13 02:57:47 -0400
committerGuido Guenther <agx@bogon.sigxcpu.org>2007-04-13 10:38:25 +0200
commit26d66e9c8200b371535133cf3d01af886e780fa0 (patch)
tree31aaa35226d19d6e1ab4a92e3620338d04f56ed7 /at76_usb.h
parent81f8fcba2548e5448459b7d382c1e43d3e167d7b (diff)
[PATCH] Remove nickname support
It's not supported in the hardware, so it shouldn't be in the software. It's not a feature required for Linux inclusion. Signed-off-by: Pavel Roskin <proski@gnu.org>
Diffstat (limited to 'at76_usb.h')
-rw-r--r--at76_usb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/at76_usb.h b/at76_usb.h
index 47a7771..493fc12 100644
--- a/at76_usb.h
+++ b/at76_usb.h
@@ -503,7 +503,6 @@ struct at76_priv {
int iw_mode;
u8 bssid[ETH_ALEN];
u8 essid[IW_ESSID_MAX_SIZE];
- char nickn[IW_ESSID_MAX_SIZE + 1]; /* nickname, only used in the iwconfig i/f */
int essid_size;
int radio_on;
int promisc;