Commit 64068bc3 authored by Tobin C. Harding's avatar Tobin C. Harding Committed by Greg Kroah-Hartman

staging: ks7010: fix checkpatch BLOCK_COMMENT_STYLE

Checkpatch emits block comments warnings.

Change comments blocks to be inline with kernel coding style for
networking code.
Signed-off-by: default avatarTobin C. Harding <me@tobin.cc>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 03d55ab9
...@@ -230,7 +230,8 @@ static int ks_wlan_set_freq(struct net_device *dev, ...@@ -230,7 +230,8 @@ static int ks_wlan_set_freq(struct net_device *dev,
} else { } else {
int channel = fwrq->m; int channel = fwrq->m;
/* We should do a better check than that, /* We should do a better check than that,
* based on the card capability !!! */ * based on the card capability !!!
*/
if ((channel < 1) || (channel > 14)) { if ((channel < 1) || (channel > 14)) {
netdev_dbg(dev, netdev_dbg(dev,
"%s: New channel value of %d is invalid!\n", "%s: New channel value of %d is invalid!\n",
...@@ -343,7 +344,8 @@ static int ks_wlan_get_essid(struct net_device *dev, ...@@ -343,7 +344,8 @@ static int ks_wlan_get_essid(struct net_device *dev,
/* for SLEEP MODE */ /* for SLEEP MODE */
/* Note : if dwrq->flags != 0, we should /* Note : if dwrq->flags != 0, we should
* get the relevant SSID from the SSID list... */ * get the relevant SSID from the SSID list...
*/
if (priv->reg.ssid.size) { if (priv->reg.ssid.size) {
/* Get the current SSID */ /* Get the current SSID */
memcpy(extra, priv->reg.ssid.body, priv->reg.ssid.size); memcpy(extra, priv->reg.ssid.body, priv->reg.ssid.size);
...@@ -1139,7 +1141,8 @@ static int ks_wlan_get_range(struct net_device *dev, ...@@ -1139,7 +1141,8 @@ static int ks_wlan_get_range(struct net_device *dev,
range->max_nwid = 0x0000; range->max_nwid = 0x0000;
range->num_channels = 14; range->num_channels = 14;
/* Should be based on cap_rid.country to give only /* Should be based on cap_rid.country to give only
* what the current card support */ * what the current card support
*/
k = 0; k = 0;
for (i = 0; i < 13; i++) { /* channel 1 -- 13 */ for (i = 0; i < 13; i++) { /* channel 1 -- 13 */
range->freq[k].i = i + 1; /* List index */ range->freq[k].i = i + 1; /* List index */
...@@ -1191,7 +1194,8 @@ static int ks_wlan_get_range(struct net_device *dev, ...@@ -1191,7 +1194,8 @@ static int ks_wlan_get_range(struct net_device *dev,
/* Set an indication of the max TCP throughput /* Set an indication of the max TCP throughput
* in bit/s that we can expect using this interface. * in bit/s that we can expect using this interface.
* May be use for QoS stuff... Jean II */ * May be use for QoS stuff... Jean II
*/
if (i > 2) if (i > 2)
range->throughput = 5000 * 1000; range->throughput = 5000 * 1000;
else else
...@@ -1225,9 +1229,11 @@ static int ks_wlan_get_range(struct net_device *dev, ...@@ -1225,9 +1229,11 @@ static int ks_wlan_get_range(struct net_device *dev,
range->retry_flags = IW_RETRY_ON; range->retry_flags = IW_RETRY_ON;
range->r_time_flags = IW_RETRY_ON; range->r_time_flags = IW_RETRY_ON;
/* Experimental measurements - boundary 11/5.5 Mb/s */ /* Experimental measurements - boundary 11/5.5 Mb/s
/* Note : with or without the (local->rssi), results *
* are somewhat different. - Jean II */ * Note : with or without the (local->rssi), results
* are somewhat different. - Jean II
*/
range->avg_qual.qual = 50; range->avg_qual.qual = 50;
range->avg_qual.level = 186; /* -70 dBm */ range->avg_qual.level = 186; /* -70 dBm */
range->avg_qual.noise = 0; range->avg_qual.noise = 0;
...@@ -1500,7 +1506,8 @@ static inline char *ks_wlan_translate_scan(struct net_device *dev, ...@@ -1500,7 +1506,8 @@ static inline char *ks_wlan_translate_scan(struct net_device *dev,
ap->ssid.body); ap->ssid.body);
/* Rate : stuffing multiple values in a single event require a bit /* Rate : stuffing multiple values in a single event require a bit
* more of magic - Jean II */ * more of magic - Jean II
*/
current_val = current_ev + IW_EV_LCP_LEN; current_val = current_ev + IW_EV_LCP_LEN;
iwe.cmd = SIOCGIWRATE; iwe.cmd = SIOCGIWRATE;
...@@ -1572,7 +1579,8 @@ static inline char *ks_wlan_translate_scan(struct net_device *dev, ...@@ -1572,7 +1579,8 @@ static inline char *ks_wlan_translate_scan(struct net_device *dev,
} }
/* The other data in the scan result are not really /* The other data in the scan result are not really
* interesting, so for now drop it - Jean II */ * interesting, so for now drop it - Jean II
*/
return current_ev; return current_ev;
} }
...@@ -1599,7 +1607,8 @@ static int ks_wlan_get_scan(struct net_device *dev, ...@@ -1599,7 +1607,8 @@ static int ks_wlan_get_scan(struct net_device *dev,
if (priv->aplist.size == 0) { if (priv->aplist.size == 0) {
/* Client error, no scan results... /* Client error, no scan results...
* The caller need to restart the scan. */ * The caller need to restart the scan.
*/
DPRINTK(2, "aplist 0\n"); DPRINTK(2, "aplist 0\n");
return -ENODATA; return -ENODATA;
} }
...@@ -1975,11 +1984,12 @@ static int ks_wlan_get_encode_ext(struct net_device *dev, ...@@ -1975,11 +1984,12 @@ static int ks_wlan_get_encode_ext(struct net_device *dev,
/* for SLEEP MODE */ /* for SLEEP MODE */
/* WPA (not used ?? wpa_supplicant) /* WPA (not used ?? wpa_supplicant)
struct ks_wlan_private *priv = (struct ks_wlan_private *)dev->priv; * struct ks_wlan_private *priv = (struct ks_wlan_private *)dev->priv;
struct iw_encode_ext *enc; * struct iw_encode_ext *enc;
enc = (struct iw_encode_ext *)extra; * enc = (struct iw_encode_ext *)extra;
int index = dwrq->flags & IW_ENCODE_INDEX; * int index = dwrq->flags & IW_ENCODE_INDEX;
WPA (not used ?? wpa_supplicant) */ * WPA (not used ?? wpa_supplicant)
*/
return 0; return 0;
} }
...@@ -2109,7 +2119,8 @@ static struct iw_statistics *ks_get_wireless_stats(struct net_device *dev) ...@@ -2109,7 +2119,8 @@ static struct iw_statistics *ks_get_wireless_stats(struct net_device *dev)
} }
/* Packets discarded in the wireless adapter due to wireless /* Packets discarded in the wireless adapter due to wireless
* specific problems */ * specific problems
*/
wstats->discard.nwid = 0; /* Rx invalid nwid */ wstats->discard.nwid = 0; /* Rx invalid nwid */
wstats->discard.code = 0; /* Rx invalid crypt */ wstats->discard.code = 0; /* Rx invalid crypt */
wstats->discard.fragment = 0; /* Rx invalid frag */ wstats->discard.fragment = 0; /* Rx invalid frag */
...@@ -3362,8 +3373,10 @@ void send_packet_complete(void *arg1, void *arg2) ...@@ -3362,8 +3373,10 @@ void send_packet_complete(void *arg1, void *arg2)
} }
} }
/* Set or clear the multicast filter for this adaptor. /*
This routine is not state sensitive and need not be SMP locked. */ * Set or clear the multicast filter for this adaptor.
* This routine is not state sensitive and need not be SMP locked.
*/
static static
void ks_wlan_set_multicast_list(struct net_device *dev) void ks_wlan_set_multicast_list(struct net_device *dev)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment