diff options
author | Jussi Kivilinna <jussi.kivilinna@mbnet.fi> | 2009-09-01 08:33:00 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-09-01 12:48:22 -0400 |
commit | c5c4fe90e399e4c1265414249c33429c19a16ea8 (patch) | |
tree | c9eb5932f07af74ec983d1b13ed75dc1d0c0d077 /drivers/net/wireless | |
parent | 051ae0bf7ff67c0a64485ac3b46a29aeb55a28dc (diff) |
rndis_wlan: cleanup
- remove double newlines between functions
- remove commented out function (rndis_set_config_parameter_u32())
- coding style fix in rndis_set_config_parameter_str()
- add comment banners between function sections
Signed-off-by: Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r-- | drivers/net/wireless/rndis_wlan.c | 62 |
1 files changed, 7 insertions, 55 deletions
diff --git a/drivers/net/wireless/rndis_wlan.c b/drivers/net/wireless/rndis_wlan.c index dc2804f9a085..add2eb8a1c5d 100644 --- a/drivers/net/wireless/rndis_wlan.c +++ b/drivers/net/wireless/rndis_wlan.c | |||
@@ -560,7 +560,6 @@ static struct rndis_wlan_private *get_rndis_wlan_priv(struct usbnet *dev) | |||
560 | return (struct rndis_wlan_private *)dev->driver_priv; | 560 | return (struct rndis_wlan_private *)dev->driver_priv; |
561 | } | 561 | } |
562 | 562 | ||
563 | |||
564 | static u32 get_bcm4320_power_dbm(struct rndis_wlan_private *priv) | 563 | static u32 get_bcm4320_power_dbm(struct rndis_wlan_private *priv) |
565 | { | 564 | { |
566 | switch (priv->param_power_output) { | 565 | switch (priv->param_power_output) { |
@@ -576,7 +575,6 @@ static u32 get_bcm4320_power_dbm(struct rndis_wlan_private *priv) | |||
576 | } | 575 | } |
577 | } | 576 | } |
578 | 577 | ||
579 | |||
580 | static bool is_wpa_key(struct rndis_wlan_private *priv, int idx) | 578 | static bool is_wpa_key(struct rndis_wlan_private *priv, int idx) |
581 | { | 579 | { |
582 | int cipher = priv->encr_keys[idx].cipher; | 580 | int cipher = priv->encr_keys[idx].cipher; |
@@ -585,7 +583,6 @@ static bool is_wpa_key(struct rndis_wlan_private *priv, int idx) | |||
585 | cipher == WLAN_CIPHER_SUITE_TKIP); | 583 | cipher == WLAN_CIPHER_SUITE_TKIP); |
586 | } | 584 | } |
587 | 585 | ||
588 | |||
589 | static int rndis_cipher_to_alg(u32 cipher) | 586 | static int rndis_cipher_to_alg(u32 cipher) |
590 | { | 587 | { |
591 | switch (cipher) { | 588 | switch (cipher) { |
@@ -613,7 +610,6 @@ static int rndis_akm_suite_to_key_mgmt(u32 akm_suite) | |||
613 | } | 610 | } |
614 | } | 611 | } |
615 | 612 | ||
616 | |||
617 | #ifdef DEBUG | 613 | #ifdef DEBUG |
618 | static const char *oid_to_string(__le32 oid) | 614 | static const char *oid_to_string(__le32 oid) |
619 | { | 615 | { |
@@ -675,7 +671,6 @@ static const char *oid_to_string(__le32 oid) | |||
675 | } | 671 | } |
676 | #endif | 672 | #endif |
677 | 673 | ||
678 | |||
679 | /* translate error code */ | 674 | /* translate error code */ |
680 | static int rndis_error_status(__le32 rndis_status) | 675 | static int rndis_error_status(__le32 rndis_status) |
681 | { | 676 | { |
@@ -699,7 +694,6 @@ static int rndis_error_status(__le32 rndis_status) | |||
699 | return ret; | 694 | return ret; |
700 | } | 695 | } |
701 | 696 | ||
702 | |||
703 | static int rndis_query_oid(struct usbnet *dev, __le32 oid, void *data, int *len) | 697 | static int rndis_query_oid(struct usbnet *dev, __le32 oid, void *data, int *len) |
704 | { | 698 | { |
705 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(dev); | 699 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(dev); |
@@ -758,7 +752,6 @@ static int rndis_query_oid(struct usbnet *dev, __le32 oid, void *data, int *len) | |||
758 | return ret; | 752 | return ret; |
759 | } | 753 | } |
760 | 754 | ||
761 | |||
762 | static int rndis_set_oid(struct usbnet *dev, __le32 oid, void *data, int len) | 755 | static int rndis_set_oid(struct usbnet *dev, __le32 oid, void *data, int len) |
763 | { | 756 | { |
764 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(dev); | 757 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(dev); |
@@ -817,7 +810,6 @@ static int rndis_set_oid(struct usbnet *dev, __le32 oid, void *data, int len) | |||
817 | return ret; | 810 | return ret; |
818 | } | 811 | } |
819 | 812 | ||
820 | |||
821 | static int rndis_reset(struct usbnet *usbdev) | 813 | static int rndis_reset(struct usbnet *usbdev) |
822 | { | 814 | { |
823 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 815 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -840,7 +832,6 @@ static int rndis_reset(struct usbnet *usbdev) | |||
840 | return 0; | 832 | return 0; |
841 | } | 833 | } |
842 | 834 | ||
843 | |||
844 | /* | 835 | /* |
845 | * Specs say that we can only set config parameters only soon after device | 836 | * Specs say that we can only set config parameters only soon after device |
846 | * initialization. | 837 | * initialization. |
@@ -927,16 +918,9 @@ static int rndis_set_config_parameter(struct usbnet *dev, char *param, | |||
927 | static int rndis_set_config_parameter_str(struct usbnet *dev, | 918 | static int rndis_set_config_parameter_str(struct usbnet *dev, |
928 | char *param, char *value) | 919 | char *param, char *value) |
929 | { | 920 | { |
930 | return(rndis_set_config_parameter(dev, param, 2, value)); | 921 | return rndis_set_config_parameter(dev, param, 2, value); |
931 | } | 922 | } |
932 | 923 | ||
933 | /*static int rndis_set_config_parameter_u32(struct usbnet *dev, | ||
934 | char *param, u32 value) | ||
935 | { | ||
936 | return(rndis_set_config_parameter(dev, param, 0, &value)); | ||
937 | }*/ | ||
938 | |||
939 | |||
940 | /* | 924 | /* |
941 | * data conversion functions | 925 | * data conversion functions |
942 | */ | 926 | */ |
@@ -946,7 +930,6 @@ static int level_to_qual(int level) | |||
946 | return qual >= 0 ? (qual <= 100 ? qual : 100) : 0; | 930 | return qual >= 0 ? (qual <= 100 ? qual : 100) : 0; |
947 | } | 931 | } |
948 | 932 | ||
949 | |||
950 | /* | 933 | /* |
951 | * common functions | 934 | * common functions |
952 | */ | 935 | */ |
@@ -1027,7 +1010,6 @@ static bool is_associated(struct usbnet *usbdev) | |||
1027 | return (ret == 0 && !is_zero_ether_addr(bssid)); | 1010 | return (ret == 0 && !is_zero_ether_addr(bssid)); |
1028 | } | 1011 | } |
1029 | 1012 | ||
1030 | |||
1031 | static int disassociate(struct usbnet *usbdev, bool reset_ssid) | 1013 | static int disassociate(struct usbnet *usbdev, bool reset_ssid) |
1032 | { | 1014 | { |
1033 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 1015 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -1064,7 +1046,6 @@ static int disassociate(struct usbnet *usbdev, bool reset_ssid) | |||
1064 | return ret; | 1046 | return ret; |
1065 | } | 1047 | } |
1066 | 1048 | ||
1067 | |||
1068 | static int set_auth_mode(struct usbnet *usbdev, u32 wpa_version, | 1049 | static int set_auth_mode(struct usbnet *usbdev, u32 wpa_version, |
1069 | enum nl80211_auth_type auth_type, int keymgmt) | 1050 | enum nl80211_auth_type auth_type, int keymgmt) |
1070 | { | 1051 | { |
@@ -1109,7 +1090,6 @@ static int set_auth_mode(struct usbnet *usbdev, u32 wpa_version, | |||
1109 | return 0; | 1090 | return 0; |
1110 | } | 1091 | } |
1111 | 1092 | ||
1112 | |||
1113 | static int set_priv_filter(struct usbnet *usbdev) | 1093 | static int set_priv_filter(struct usbnet *usbdev) |
1114 | { | 1094 | { |
1115 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 1095 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -1127,7 +1107,6 @@ static int set_priv_filter(struct usbnet *usbdev) | |||
1127 | sizeof(tmp)); | 1107 | sizeof(tmp)); |
1128 | } | 1108 | } |
1129 | 1109 | ||
1130 | |||
1131 | static int set_encr_mode(struct usbnet *usbdev, int pairwise, int groupwise) | 1110 | static int set_encr_mode(struct usbnet *usbdev, int pairwise, int groupwise) |
1132 | { | 1111 | { |
1133 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 1112 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -1163,7 +1142,6 @@ static int set_encr_mode(struct usbnet *usbdev, int pairwise, int groupwise) | |||
1163 | return 0; | 1142 | return 0; |
1164 | } | 1143 | } |
1165 | 1144 | ||
1166 | |||
1167 | static int set_infra_mode(struct usbnet *usbdev, int mode) | 1145 | static int set_infra_mode(struct usbnet *usbdev, int mode) |
1168 | { | 1146 | { |
1169 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 1147 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -1189,7 +1167,6 @@ static int set_infra_mode(struct usbnet *usbdev, int mode) | |||
1189 | return 0; | 1167 | return 0; |
1190 | } | 1168 | } |
1191 | 1169 | ||
1192 | |||
1193 | static int set_rts_threshold(struct usbnet *usbdev, u32 rts_threshold) | 1170 | static int set_rts_threshold(struct usbnet *usbdev, u32 rts_threshold) |
1194 | { | 1171 | { |
1195 | __le32 tmp; | 1172 | __le32 tmp; |
@@ -1204,7 +1181,6 @@ static int set_rts_threshold(struct usbnet *usbdev, u32 rts_threshold) | |||
1204 | sizeof(tmp)); | 1181 | sizeof(tmp)); |
1205 | } | 1182 | } |
1206 | 1183 | ||
1207 | |||
1208 | static int set_frag_threshold(struct usbnet *usbdev, u32 frag_threshold) | 1184 | static int set_frag_threshold(struct usbnet *usbdev, u32 frag_threshold) |
1209 | { | 1185 | { |
1210 | __le32 tmp; | 1186 | __le32 tmp; |
@@ -1219,7 +1195,6 @@ static int set_frag_threshold(struct usbnet *usbdev, u32 frag_threshold) | |||
1219 | sizeof(tmp)); | 1195 | sizeof(tmp)); |
1220 | } | 1196 | } |
1221 | 1197 | ||
1222 | |||
1223 | static void set_default_iw_params(struct usbnet *usbdev) | 1198 | static void set_default_iw_params(struct usbnet *usbdev) |
1224 | { | 1199 | { |
1225 | set_infra_mode(usbdev, NDIS_80211_INFRA_INFRA); | 1200 | set_infra_mode(usbdev, NDIS_80211_INFRA_INFRA); |
@@ -1229,7 +1204,6 @@ static void set_default_iw_params(struct usbnet *usbdev) | |||
1229 | set_encr_mode(usbdev, RNDIS_WLAN_ALG_NONE, RNDIS_WLAN_ALG_NONE); | 1204 | set_encr_mode(usbdev, RNDIS_WLAN_ALG_NONE, RNDIS_WLAN_ALG_NONE); |
1230 | } | 1205 | } |
1231 | 1206 | ||
1232 | |||
1233 | static int deauthenticate(struct usbnet *usbdev) | 1207 | static int deauthenticate(struct usbnet *usbdev) |
1234 | { | 1208 | { |
1235 | int ret; | 1209 | int ret; |
@@ -1239,7 +1213,6 @@ static int deauthenticate(struct usbnet *usbdev) | |||
1239 | return ret; | 1213 | return ret; |
1240 | } | 1214 | } |
1241 | 1215 | ||
1242 | |||
1243 | static int set_channel(struct usbnet *usbdev, int channel) | 1216 | static int set_channel(struct usbnet *usbdev, int channel) |
1244 | { | 1217 | { |
1245 | struct ndis_80211_conf config; | 1218 | struct ndis_80211_conf config; |
@@ -1270,7 +1243,6 @@ static int set_channel(struct usbnet *usbdev, int channel) | |||
1270 | return ret; | 1243 | return ret; |
1271 | } | 1244 | } |
1272 | 1245 | ||
1273 | |||
1274 | /* index must be 0 - N, as per NDIS */ | 1246 | /* index must be 0 - N, as per NDIS */ |
1275 | static int add_wep_key(struct usbnet *usbdev, const u8 *key, int key_len, | 1247 | static int add_wep_key(struct usbnet *usbdev, const u8 *key, int key_len, |
1276 | int index) | 1248 | int index) |
@@ -1322,7 +1294,6 @@ static int add_wep_key(struct usbnet *usbdev, const u8 *key, int key_len, | |||
1322 | return 0; | 1294 | return 0; |
1323 | } | 1295 | } |
1324 | 1296 | ||
1325 | |||
1326 | static int add_wpa_key(struct usbnet *usbdev, const u8 *key, int key_len, | 1297 | static int add_wpa_key(struct usbnet *usbdev, const u8 *key, int key_len, |
1327 | int index, const u8 *addr, const u8 *rx_seq, | 1298 | int index, const u8 *addr, const u8 *rx_seq, |
1328 | int seq_len, u32 cipher, int flags) | 1299 | int seq_len, u32 cipher, int flags) |
@@ -1417,7 +1388,6 @@ static int add_wpa_key(struct usbnet *usbdev, const u8 *key, int key_len, | |||
1417 | return 0; | 1388 | return 0; |
1418 | } | 1389 | } |
1419 | 1390 | ||
1420 | |||
1421 | static int restore_key(struct usbnet *usbdev, int key_idx) | 1391 | static int restore_key(struct usbnet *usbdev, int key_idx) |
1422 | { | 1392 | { |
1423 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 1393 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -1436,7 +1406,6 @@ static int restore_key(struct usbnet *usbdev, int key_idx) | |||
1436 | return add_wep_key(usbdev, key.material, key.len, key_idx); | 1406 | return add_wep_key(usbdev, key.material, key.len, key_idx); |
1437 | } | 1407 | } |
1438 | 1408 | ||
1439 | |||
1440 | static void restore_keys(struct usbnet *usbdev) | 1409 | static void restore_keys(struct usbnet *usbdev) |
1441 | { | 1410 | { |
1442 | int i; | 1411 | int i; |
@@ -1445,13 +1414,11 @@ static void restore_keys(struct usbnet *usbdev) | |||
1445 | restore_key(usbdev, i); | 1414 | restore_key(usbdev, i); |
1446 | } | 1415 | } |
1447 | 1416 | ||
1448 | |||
1449 | static void clear_key(struct rndis_wlan_private *priv, int idx) | 1417 | static void clear_key(struct rndis_wlan_private *priv, int idx) |
1450 | { | 1418 | { |
1451 | memset(&priv->encr_keys[idx], 0, sizeof(priv->encr_keys[idx])); | 1419 | memset(&priv->encr_keys[idx], 0, sizeof(priv->encr_keys[idx])); |
1452 | } | 1420 | } |
1453 | 1421 | ||
1454 | |||
1455 | /* remove_key is for both wep and wpa */ | 1422 | /* remove_key is for both wep and wpa */ |
1456 | static int remove_key(struct usbnet *usbdev, int index, const u8 *bssid) | 1423 | static int remove_key(struct usbnet *usbdev, int index, const u8 *bssid) |
1457 | { | 1424 | { |
@@ -1508,7 +1475,6 @@ static int remove_key(struct usbnet *usbdev, int index, const u8 *bssid) | |||
1508 | return 0; | 1475 | return 0; |
1509 | } | 1476 | } |
1510 | 1477 | ||
1511 | |||
1512 | static void set_multicast_list(struct usbnet *usbdev) | 1478 | static void set_multicast_list(struct usbnet *usbdev) |
1513 | { | 1479 | { |
1514 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 1480 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -1568,7 +1534,6 @@ static void set_multicast_list(struct usbnet *usbdev) | |||
1568 | le32_to_cpu(filter), ret); | 1534 | le32_to_cpu(filter), ret); |
1569 | } | 1535 | } |
1570 | 1536 | ||
1571 | |||
1572 | /* | 1537 | /* |
1573 | * cfg80211 ops | 1538 | * cfg80211 ops |
1574 | */ | 1539 | */ |
@@ -1597,7 +1562,6 @@ static int rndis_change_virtual_intf(struct wiphy *wiphy, | |||
1597 | return set_infra_mode(usbdev, mode); | 1562 | return set_infra_mode(usbdev, mode); |
1598 | } | 1563 | } |
1599 | 1564 | ||
1600 | |||
1601 | static int rndis_set_wiphy_params(struct wiphy *wiphy, u32 changed) | 1565 | static int rndis_set_wiphy_params(struct wiphy *wiphy, u32 changed) |
1602 | { | 1566 | { |
1603 | struct rndis_wlan_private *priv = wiphy_priv(wiphy); | 1567 | struct rndis_wlan_private *priv = wiphy_priv(wiphy); |
@@ -1619,7 +1583,6 @@ static int rndis_set_wiphy_params(struct wiphy *wiphy, u32 changed) | |||
1619 | return 0; | 1583 | return 0; |
1620 | } | 1584 | } |
1621 | 1585 | ||
1622 | |||
1623 | static int rndis_set_tx_power(struct wiphy *wiphy, enum tx_power_setting type, | 1586 | static int rndis_set_tx_power(struct wiphy *wiphy, enum tx_power_setting type, |
1624 | int dbm) | 1587 | int dbm) |
1625 | { | 1588 | { |
@@ -1642,7 +1605,6 @@ static int rndis_set_tx_power(struct wiphy *wiphy, enum tx_power_setting type, | |||
1642 | return -ENOTSUPP; | 1605 | return -ENOTSUPP; |
1643 | } | 1606 | } |
1644 | 1607 | ||
1645 | |||
1646 | static int rndis_get_tx_power(struct wiphy *wiphy, int *dbm) | 1608 | static int rndis_get_tx_power(struct wiphy *wiphy, int *dbm) |
1647 | { | 1609 | { |
1648 | struct rndis_wlan_private *priv = wiphy_priv(wiphy); | 1610 | struct rndis_wlan_private *priv = wiphy_priv(wiphy); |
@@ -1655,7 +1617,6 @@ static int rndis_get_tx_power(struct wiphy *wiphy, int *dbm) | |||
1655 | return 0; | 1617 | return 0; |
1656 | } | 1618 | } |
1657 | 1619 | ||
1658 | |||
1659 | #define SCAN_DELAY_JIFFIES (6 * HZ) | 1620 | #define SCAN_DELAY_JIFFIES (6 * HZ) |
1660 | static int rndis_scan(struct wiphy *wiphy, struct net_device *dev, | 1621 | static int rndis_scan(struct wiphy *wiphy, struct net_device *dev, |
1661 | struct cfg80211_scan_request *request) | 1622 | struct cfg80211_scan_request *request) |
@@ -1692,7 +1653,6 @@ static int rndis_scan(struct wiphy *wiphy, struct net_device *dev, | |||
1692 | return ret; | 1653 | return ret; |
1693 | } | 1654 | } |
1694 | 1655 | ||
1695 | |||
1696 | static struct cfg80211_bss *rndis_bss_info_update(struct usbnet *usbdev, | 1656 | static struct cfg80211_bss *rndis_bss_info_update(struct usbnet *usbdev, |
1697 | struct ndis_80211_bssid_ex *bssid) | 1657 | struct ndis_80211_bssid_ex *bssid) |
1698 | { | 1658 | { |
@@ -1741,7 +1701,6 @@ static struct cfg80211_bss *rndis_bss_info_update(struct usbnet *usbdev, | |||
1741 | GFP_KERNEL); | 1701 | GFP_KERNEL); |
1742 | } | 1702 | } |
1743 | 1703 | ||
1744 | |||
1745 | static int rndis_check_bssid_list(struct usbnet *usbdev) | 1704 | static int rndis_check_bssid_list(struct usbnet *usbdev) |
1746 | { | 1705 | { |
1747 | void *buf = NULL; | 1706 | void *buf = NULL; |
@@ -1790,7 +1749,6 @@ out: | |||
1790 | return ret; | 1749 | return ret; |
1791 | } | 1750 | } |
1792 | 1751 | ||
1793 | |||
1794 | static void rndis_get_scan_results(struct work_struct *work) | 1752 | static void rndis_get_scan_results(struct work_struct *work) |
1795 | { | 1753 | { |
1796 | struct rndis_wlan_private *priv = | 1754 | struct rndis_wlan_private *priv = |
@@ -2175,7 +2133,9 @@ static int rndis_dump_station(struct wiphy *wiphy, struct net_device *dev, | |||
2175 | return 0; | 2133 | return 0; |
2176 | } | 2134 | } |
2177 | 2135 | ||
2178 | 2136 | /* | |
2137 | * workers, indication handlers, device poller | ||
2138 | */ | ||
2179 | static void rndis_wlan_do_link_up_work(struct usbnet *usbdev) | 2139 | static void rndis_wlan_do_link_up_work(struct usbnet *usbdev) |
2180 | { | 2140 | { |
2181 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 2141 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -2293,7 +2253,6 @@ static void rndis_wlan_set_multicast_list(struct net_device *dev) | |||
2293 | queue_work(priv->workqueue, &priv->work); | 2253 | queue_work(priv->workqueue, &priv->work); |
2294 | } | 2254 | } |
2295 | 2255 | ||
2296 | |||
2297 | static void rndis_wlan_auth_indication(struct usbnet *usbdev, | 2256 | static void rndis_wlan_auth_indication(struct usbnet *usbdev, |
2298 | struct ndis_80211_status_indication *indication, | 2257 | struct ndis_80211_status_indication *indication, |
2299 | int len) | 2258 | int len) |
@@ -2476,7 +2435,6 @@ static void rndis_wlan_media_specific_indication(struct usbnet *usbdev, | |||
2476 | } | 2435 | } |
2477 | } | 2436 | } |
2478 | 2437 | ||
2479 | |||
2480 | static void rndis_wlan_indication(struct usbnet *usbdev, void *ind, int buflen) | 2438 | static void rndis_wlan_indication(struct usbnet *usbdev, void *ind, int buflen) |
2481 | { | 2439 | { |
2482 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 2440 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -2523,7 +2481,6 @@ static void rndis_wlan_indication(struct usbnet *usbdev, void *ind, int buflen) | |||
2523 | } | 2481 | } |
2524 | } | 2482 | } |
2525 | 2483 | ||
2526 | |||
2527 | static int rndis_wlan_get_caps(struct usbnet *usbdev) | 2484 | static int rndis_wlan_get_caps(struct usbnet *usbdev) |
2528 | { | 2485 | { |
2529 | struct { | 2486 | struct { |
@@ -2560,7 +2517,6 @@ static int rndis_wlan_get_caps(struct usbnet *usbdev) | |||
2560 | return retval; | 2517 | return retval; |
2561 | } | 2518 | } |
2562 | 2519 | ||
2563 | |||
2564 | #define DEVICE_POLLER_JIFFIES (HZ) | 2520 | #define DEVICE_POLLER_JIFFIES (HZ) |
2565 | static void rndis_device_poller(struct work_struct *work) | 2521 | static void rndis_device_poller(struct work_struct *work) |
2566 | { | 2522 | { |
@@ -2632,7 +2588,9 @@ end: | |||
2632 | update_jiffies); | 2588 | update_jiffies); |
2633 | } | 2589 | } |
2634 | 2590 | ||
2635 | 2591 | /* | |
2592 | * driver/device initialization | ||
2593 | */ | ||
2636 | static int bcm4320a_early_init(struct usbnet *usbdev) | 2594 | static int bcm4320a_early_init(struct usbnet *usbdev) |
2637 | { | 2595 | { |
2638 | /* bcm4320a doesn't handle configuration parameters well. Try | 2596 | /* bcm4320a doesn't handle configuration parameters well. Try |
@@ -2642,7 +2600,6 @@ static int bcm4320a_early_init(struct usbnet *usbdev) | |||
2642 | return 0; | 2600 | return 0; |
2643 | } | 2601 | } |
2644 | 2602 | ||
2645 | |||
2646 | static int bcm4320b_early_init(struct usbnet *usbdev) | 2603 | static int bcm4320b_early_init(struct usbnet *usbdev) |
2647 | { | 2604 | { |
2648 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 2605 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -2721,7 +2678,6 @@ static const struct net_device_ops rndis_wlan_netdev_ops = { | |||
2721 | .ndo_set_multicast_list = rndis_wlan_set_multicast_list, | 2678 | .ndo_set_multicast_list = rndis_wlan_set_multicast_list, |
2722 | }; | 2679 | }; |
2723 | 2680 | ||
2724 | |||
2725 | static int rndis_wlan_bind(struct usbnet *usbdev, struct usb_interface *intf) | 2681 | static int rndis_wlan_bind(struct usbnet *usbdev, struct usb_interface *intf) |
2726 | { | 2682 | { |
2727 | struct wiphy *wiphy; | 2683 | struct wiphy *wiphy; |
@@ -2840,7 +2796,6 @@ fail: | |||
2840 | return retval; | 2796 | return retval; |
2841 | } | 2797 | } |
2842 | 2798 | ||
2843 | |||
2844 | static void rndis_wlan_unbind(struct usbnet *usbdev, struct usb_interface *intf) | 2799 | static void rndis_wlan_unbind(struct usbnet *usbdev, struct usb_interface *intf) |
2845 | { | 2800 | { |
2846 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 2801 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -2863,7 +2818,6 @@ static void rndis_wlan_unbind(struct usbnet *usbdev, struct usb_interface *intf) | |||
2863 | wiphy_free(priv->wdev.wiphy); | 2818 | wiphy_free(priv->wdev.wiphy); |
2864 | } | 2819 | } |
2865 | 2820 | ||
2866 | |||
2867 | static int rndis_wlan_reset(struct usbnet *usbdev) | 2821 | static int rndis_wlan_reset(struct usbnet *usbdev) |
2868 | { | 2822 | { |
2869 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 2823 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -2885,7 +2839,6 @@ static int rndis_wlan_reset(struct usbnet *usbdev) | |||
2885 | return deauthenticate(usbdev); | 2839 | return deauthenticate(usbdev); |
2886 | } | 2840 | } |
2887 | 2841 | ||
2888 | |||
2889 | static int rndis_wlan_stop(struct usbnet *usbdev) | 2842 | static int rndis_wlan_stop(struct usbnet *usbdev) |
2890 | { | 2843 | { |
2891 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); | 2844 | struct rndis_wlan_private *priv = get_rndis_wlan_priv(usbdev); |
@@ -2916,7 +2869,6 @@ static int rndis_wlan_stop(struct usbnet *usbdev) | |||
2916 | return retval; | 2869 | return retval; |
2917 | } | 2870 | } |
2918 | 2871 | ||
2919 | |||
2920 | static const struct driver_info bcm4320b_info = { | 2872 | static const struct driver_info bcm4320b_info = { |
2921 | .description = "Wireless RNDIS device, BCM4320b based", | 2873 | .description = "Wireless RNDIS device, BCM4320b based", |
2922 | .flags = FLAG_WLAN | FLAG_FRAMING_RN | FLAG_NO_SETINT | | 2874 | .flags = FLAG_WLAN | FLAG_FRAMING_RN | FLAG_NO_SETINT | |