summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/wlan
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2013-07-19 03:27:04 +0000
committergrehan <grehan@FreeBSD.org>2013-07-19 03:27:04 +0000
commit749888363db1320e1cc3818fcd71e411c3a955ca (patch)
treee4dd80ba19e005ead5dfb35b03225d5fb4926884 /sys/dev/usb/wlan
parentc8195f5331ccad33ad4e265362523f51b96abd5c (diff)
parent61d6ee86f76db7ef69b0748be4d4b6e14ffc7109 (diff)
downloadFreeBSD-src-749888363db1320e1cc3818fcd71e411c3a955ca.zip
FreeBSD-src-749888363db1320e1cc3818fcd71e411c3a955ca.tar.gz
IFC @ r253461
Diffstat (limited to 'sys/dev/usb/wlan')
-rw-r--r--sys/dev/usb/wlan/if_rum.c6
-rw-r--r--sys/dev/usb/wlan/if_uath.c6
-rw-r--r--sys/dev/usb/wlan/if_upgt.c6
-rw-r--r--sys/dev/usb/wlan/if_ural.c6
-rw-r--r--sys/dev/usb/wlan/if_urtw.c6
-rw-r--r--sys/dev/usb/wlan/if_urtwn.c7
-rw-r--r--sys/dev/usb/wlan/if_zyd.c6
7 files changed, 0 insertions, 43 deletions
diff --git a/sys/dev/usb/wlan/if_rum.c b/sys/dev/usb/wlan/if_rum.c
index 1d17ceb..fa4e9f1 100644
--- a/sys/dev/usb/wlan/if_rum.c
+++ b/sys/dev/usb/wlan/if_rum.c
@@ -502,12 +502,6 @@ rum_attach(device_t self)
| IEEE80211_C_WPA /* 802.11i */
;
- ic->ic_cryptocaps =
- IEEE80211_CRYPTO_WEP |
- IEEE80211_CRYPTO_AES_CCM |
- IEEE80211_CRYPTO_TKIPMIC |
- IEEE80211_CRYPTO_TKIP;
-
bands = 0;
setbit(&bands, IEEE80211_MODE_11B);
setbit(&bands, IEEE80211_MODE_11G);
diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c
index 76bd02b..f238d0d 100644
--- a/sys/dev/usb/wlan/if_uath.c
+++ b/sys/dev/usb/wlan/if_uath.c
@@ -457,12 +457,6 @@ uath_attach(device_t dev)
IEEE80211_C_BGSCAN | /* capable of bg scanning */
IEEE80211_C_TXFRAG; /* handle tx frags */
- ic->ic_cryptocaps =
- IEEE80211_CRYPTO_WEP |
- IEEE80211_CRYPTO_AES_CCM |
- IEEE80211_CRYPTO_TKIPMIC |
- IEEE80211_CRYPTO_TKIP;
-
/* put a regulatory domain to reveal informations. */
uath_regdomain = sc->sc_devcap.regDomain;
diff --git a/sys/dev/usb/wlan/if_upgt.c b/sys/dev/usb/wlan/if_upgt.c
index fb4d619..eff7922 100644
--- a/sys/dev/usb/wlan/if_upgt.c
+++ b/sys/dev/usb/wlan/if_upgt.c
@@ -353,12 +353,6 @@ upgt_attach(device_t dev)
| IEEE80211_C_WPA /* 802.11i */
;
- ic->ic_cryptocaps =
- IEEE80211_CRYPTO_WEP |
- IEEE80211_CRYPTO_AES_CCM |
- IEEE80211_CRYPTO_TKIPMIC |
- IEEE80211_CRYPTO_TKIP;
-
bands = 0;
setbit(&bands, IEEE80211_MODE_11B);
setbit(&bands, IEEE80211_MODE_11G);
diff --git a/sys/dev/usb/wlan/if_ural.c b/sys/dev/usb/wlan/if_ural.c
index 0815452..f3fa1ca 100644
--- a/sys/dev/usb/wlan/if_ural.c
+++ b/sys/dev/usb/wlan/if_ural.c
@@ -487,12 +487,6 @@ ural_attach(device_t self)
| IEEE80211_C_WPA /* 802.11i */
;
- ic->ic_cryptocaps =
- IEEE80211_CRYPTO_WEP |
- IEEE80211_CRYPTO_AES_CCM |
- IEEE80211_CRYPTO_TKIPMIC |
- IEEE80211_CRYPTO_TKIP;
-
bands = 0;
setbit(&bands, IEEE80211_MODE_11B);
setbit(&bands, IEEE80211_MODE_11G);
diff --git a/sys/dev/usb/wlan/if_urtw.c b/sys/dev/usb/wlan/if_urtw.c
index 10fd7db..184317b 100644
--- a/sys/dev/usb/wlan/if_urtw.c
+++ b/sys/dev/usb/wlan/if_urtw.c
@@ -893,12 +893,6 @@ urtw_attach(device_t dev)
IEEE80211_C_BGSCAN | /* capable of bg scanning */
IEEE80211_C_WPA; /* 802.11i */
- ic->ic_cryptocaps =
- IEEE80211_CRYPTO_WEP |
- IEEE80211_CRYPTO_AES_CCM |
- IEEE80211_CRYPTO_TKIPMIC |
- IEEE80211_CRYPTO_TKIP;
-
bands = 0;
setbit(&bands, IEEE80211_MODE_11B);
setbit(&bands, IEEE80211_MODE_11G);
diff --git a/sys/dev/usb/wlan/if_urtwn.c b/sys/dev/usb/wlan/if_urtwn.c
index 48ac4cb..5f61cde 100644
--- a/sys/dev/usb/wlan/if_urtwn.c
+++ b/sys/dev/usb/wlan/if_urtwn.c
@@ -419,12 +419,6 @@ urtwn_attach(device_t self)
| IEEE80211_C_WPA /* 802.11i */
;
- ic->ic_cryptocaps =
- IEEE80211_CRYPTO_WEP |
- IEEE80211_CRYPTO_AES_CCM |
- IEEE80211_CRYPTO_TKIPMIC |
- IEEE80211_CRYPTO_TKIP;
-
bands = 0;
setbit(&bands, IEEE80211_MODE_11B);
setbit(&bands, IEEE80211_MODE_11G);
@@ -3029,5 +3023,4 @@ DRIVER_MODULE(urtwn, uhub, urtwn_driver, urtwn_devclass, NULL, NULL);
MODULE_DEPEND(urtwn, usb, 1, 1, 1);
MODULE_DEPEND(urtwn, wlan, 1, 1, 1);
MODULE_DEPEND(urtwn, firmware, 1, 1, 1);
-MODULE_DEPEND(urtwn, urtwn_fw, 1, 1, 1);
MODULE_VERSION(urtwn, 1);
diff --git a/sys/dev/usb/wlan/if_zyd.c b/sys/dev/usb/wlan/if_zyd.c
index d245d99..3d3f269 100644
--- a/sys/dev/usb/wlan/if_zyd.c
+++ b/sys/dev/usb/wlan/if_zyd.c
@@ -400,12 +400,6 @@ zyd_attach(device_t dev)
| IEEE80211_C_WPA /* 802.11i */
;
- ic->ic_cryptocaps =
- IEEE80211_CRYPTO_WEP |
- IEEE80211_CRYPTO_AES_CCM |
- IEEE80211_CRYPTO_TKIPMIC |
- IEEE80211_CRYPTO_TKIP;
-
bands = 0;
setbit(&bands, IEEE80211_MODE_11B);
setbit(&bands, IEEE80211_MODE_11G);
OpenPOWER on IntegriCloud