diff options
author | Stanislaw Gruszka <sgruszka@redhat.com> | 2012-02-03 17:31:45 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-02-06 14:56:01 -0500 |
commit | 0f8b90f526f097a5c897f52b3595e9af55fc9b59 (patch) | |
tree | de05d7aa2d62c70b51140744ae74d350b642cdd0 /drivers/net/wireless/iwlegacy/common.h | |
parent | b16db50a6dc486c3a6c32cd7982a75452cb785c2 (diff) |
iwlegacy: get rid of *_devtype
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/iwlegacy/common.h')
-rw-r--r-- | drivers/net/wireless/iwlegacy/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlegacy/common.h b/drivers/net/wireless/iwlegacy/common.h index 66d0c1dd589..8eac5712415 100644 --- a/drivers/net/wireless/iwlegacy/common.h +++ b/drivers/net/wireless/iwlegacy/common.h @@ -1171,7 +1171,6 @@ struct il_rxon_context { int ctxid; u32 interface_modes, exclusive_interface_modes; - u8 unused_devtype, ap_devtype, ibss_devtype, station_devtype; struct il_qos_info qos_data; |