diff options
Diffstat (limited to 'drivers/net/wireless')
| -rw-r--r-- | drivers/net/wireless/Kconfig | 2 | ||||
| -rw-r--r-- | drivers/net/wireless/hostap/Kconfig | 8 | ||||
| -rw-r--r-- | drivers/net/wireless/iwlwifi/Kconfig | 4 | ||||
| -rw-r--r-- | drivers/net/wireless/rndis_wlan.c | 2 | ||||
| -rw-r--r-- | drivers/net/wireless/rt2x00/Kconfig | 14 | ||||
| -rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00lib.h | 2 | ||||
| -rw-r--r-- | drivers/net/wireless/wavelan_cs.c | 2 |
7 files changed, 17 insertions, 17 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 3d94e7dfea69..3359497012aa 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
| @@ -310,7 +310,7 @@ config PRISM54 | |||
| 310 | If you want to compile the driver as a module ( = code which can be | 310 | If you want to compile the driver as a module ( = code which can be |
| 311 | inserted in and removed from the running kernel whenever you want), | 311 | inserted in and removed from the running kernel whenever you want), |
| 312 | say M here and read <file:Documentation/kbuild/modules.txt>. | 312 | say M here and read <file:Documentation/kbuild/modules.txt>. |
| 313 | The module will be called prism54.ko. | 313 | The module will be called prism54. |
| 314 | 314 | ||
| 315 | config USB_ZD1201 | 315 | config USB_ZD1201 |
| 316 | tristate "USB ZD1201 based Wireless device support" | 316 | tristate "USB ZD1201 based Wireless device support" |
diff --git a/drivers/net/wireless/hostap/Kconfig b/drivers/net/wireless/hostap/Kconfig index 932d207bce23..c15db2293515 100644 --- a/drivers/net/wireless/hostap/Kconfig +++ b/drivers/net/wireless/hostap/Kconfig | |||
| @@ -29,7 +29,7 @@ config HOSTAP | |||
| 29 | PLX/PCI/CS version of the driver to actually use the driver. | 29 | PLX/PCI/CS version of the driver to actually use the driver. |
| 30 | 30 | ||
| 31 | The driver can be compiled as a module and it will be called | 31 | The driver can be compiled as a module and it will be called |
| 32 | "hostap.ko". | 32 | hostap. |
| 33 | 33 | ||
| 34 | config HOSTAP_FIRMWARE | 34 | config HOSTAP_FIRMWARE |
| 35 | bool "Support downloading firmware images with Host AP driver" | 35 | bool "Support downloading firmware images with Host AP driver" |
| @@ -68,7 +68,7 @@ config HOSTAP_PLX | |||
| 68 | driver. | 68 | driver. |
| 69 | 69 | ||
| 70 | The driver can be compiled as a module and will be named | 70 | The driver can be compiled as a module and will be named |
| 71 | "hostap_plx.ko". | 71 | hostap_plx. |
| 72 | 72 | ||
| 73 | config HOSTAP_PCI | 73 | config HOSTAP_PCI |
| 74 | tristate "Host AP driver for Prism2.5 PCI adaptors" | 74 | tristate "Host AP driver for Prism2.5 PCI adaptors" |
| @@ -81,7 +81,7 @@ config HOSTAP_PCI | |||
| 81 | driver. | 81 | driver. |
| 82 | 82 | ||
| 83 | The driver can be compiled as a module and will be named | 83 | The driver can be compiled as a module and will be named |
| 84 | "hostap_pci.ko". | 84 | hostap_pci. |
| 85 | 85 | ||
| 86 | config HOSTAP_CS | 86 | config HOSTAP_CS |
| 87 | tristate "Host AP driver for Prism2/2.5/3 PC Cards" | 87 | tristate "Host AP driver for Prism2/2.5/3 PC Cards" |
| @@ -94,4 +94,4 @@ config HOSTAP_CS | |||
| 94 | driver. | 94 | driver. |
| 95 | 95 | ||
| 96 | The driver can be compiled as a module and will be named | 96 | The driver can be compiled as a module and will be named |
| 97 | "hostap_cs.ko". | 97 | hostap_cs. |
diff --git a/drivers/net/wireless/iwlwifi/Kconfig b/drivers/net/wireless/iwlwifi/Kconfig index 8304f6406a17..736162324ba4 100644 --- a/drivers/net/wireless/iwlwifi/Kconfig +++ b/drivers/net/wireless/iwlwifi/Kconfig | |||
| @@ -75,7 +75,7 @@ config IWLAGN | |||
| 75 | If you want to compile the driver as a module ( = code which can be | 75 | If you want to compile the driver as a module ( = code which can be |
| 76 | inserted in and removed from the running kernel whenever you want), | 76 | inserted in and removed from the running kernel whenever you want), |
| 77 | say M here and read <file:Documentation/kbuild/modules.txt>. The | 77 | say M here and read <file:Documentation/kbuild/modules.txt>. The |
| 78 | module will be called iwlagn.ko. | 78 | module will be called iwlagn. |
| 79 | 79 | ||
| 80 | 80 | ||
| 81 | config IWL4965 | 81 | config IWL4965 |
| @@ -113,7 +113,7 @@ config IWL3945 | |||
| 113 | If you want to compile the driver as a module ( = code which can be | 113 | If you want to compile the driver as a module ( = code which can be |
| 114 | inserted in and removed from the running kernel whenever you want), | 114 | inserted in and removed from the running kernel whenever you want), |
| 115 | say M here and read <file:Documentation/kbuild/modules.txt>. The | 115 | say M here and read <file:Documentation/kbuild/modules.txt>. The |
| 116 | module will be called iwl3945.ko. | 116 | module will be called iwl3945. |
| 117 | 117 | ||
| 118 | config IWL3945_SPECTRUM_MEASUREMENT | 118 | config IWL3945_SPECTRUM_MEASUREMENT |
| 119 | bool "Enable Spectrum Measurement in iwl3945 driver" | 119 | bool "Enable Spectrum Measurement in iwl3945 driver" |
diff --git a/drivers/net/wireless/rndis_wlan.c b/drivers/net/wireless/rndis_wlan.c index bebf735cd4bd..ff0042ffe3e9 100644 --- a/drivers/net/wireless/rndis_wlan.c +++ b/drivers/net/wireless/rndis_wlan.c | |||
| @@ -584,7 +584,7 @@ static int rndis_set_config_parameter(struct usbnet *dev, char *param, | |||
| 584 | ret = rndis_set_oid(dev, OID_GEN_RNDIS_CONFIG_PARAMETER, | 584 | ret = rndis_set_oid(dev, OID_GEN_RNDIS_CONFIG_PARAMETER, |
| 585 | infobuf, info_len); | 585 | infobuf, info_len); |
| 586 | if (ret != 0) | 586 | if (ret != 0) |
| 587 | devdbg(dev, "setting rndis config paramater failed, %d.", ret); | 587 | devdbg(dev, "setting rndis config parameter failed, %d.", ret); |
| 588 | 588 | ||
| 589 | kfree(infobuf); | 589 | kfree(infobuf); |
| 590 | return ret; | 590 | return ret; |
diff --git a/drivers/net/wireless/rt2x00/Kconfig b/drivers/net/wireless/rt2x00/Kconfig index bfc5d9cf716e..1ae11c7f17af 100644 --- a/drivers/net/wireless/rt2x00/Kconfig +++ b/drivers/net/wireless/rt2x00/Kconfig | |||
| @@ -9,11 +9,11 @@ menuconfig RT2X00 | |||
| 9 | 9 | ||
| 10 | When building one of the individual drivers, the rt2x00 library | 10 | When building one of the individual drivers, the rt2x00 library |
| 11 | will also be created. That library (when the driver is built as | 11 | will also be created. That library (when the driver is built as |
| 12 | a module) will be called "rt2x00lib.ko". | 12 | a module) will be called rt2x00lib. |
| 13 | 13 | ||
| 14 | Additionally PCI and USB libraries will also be build depending | 14 | Additionally PCI and USB libraries will also be build depending |
| 15 | on the types of drivers being selected, these libraries will be | 15 | on the types of drivers being selected, these libraries will be |
| 16 | called "rt2x00pci.ko" and "rt2x00usb.ko". | 16 | called rt2x00pci and rt2x00usb. |
| 17 | 17 | ||
| 18 | if RT2X00 | 18 | if RT2X00 |
| 19 | 19 | ||
| @@ -26,7 +26,7 @@ config RT2400PCI | |||
| 26 | This adds support for rt2400 wireless chipset family. | 26 | This adds support for rt2400 wireless chipset family. |
| 27 | Supported chips: RT2460. | 27 | Supported chips: RT2460. |
| 28 | 28 | ||
| 29 | When compiled as a module, this driver will be called "rt2400pci.ko". | 29 | When compiled as a module, this driver will be called rt2400pci. |
| 30 | 30 | ||
| 31 | config RT2500PCI | 31 | config RT2500PCI |
| 32 | tristate "Ralink rt2500 (PCI/PCMCIA) support" | 32 | tristate "Ralink rt2500 (PCI/PCMCIA) support" |
| @@ -37,7 +37,7 @@ config RT2500PCI | |||
| 37 | This adds support for rt2500 wireless chipset family. | 37 | This adds support for rt2500 wireless chipset family. |
| 38 | Supported chips: RT2560. | 38 | Supported chips: RT2560. |
| 39 | 39 | ||
| 40 | When compiled as a module, this driver will be called "rt2500pci.ko". | 40 | When compiled as a module, this driver will be called rt2500pci. |
| 41 | 41 | ||
| 42 | config RT61PCI | 42 | config RT61PCI |
| 43 | tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support" | 43 | tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support" |
| @@ -51,7 +51,7 @@ config RT61PCI | |||
| 51 | This adds support for rt2501 wireless chipset family. | 51 | This adds support for rt2501 wireless chipset family. |
| 52 | Supported chips: RT2561, RT2561S & RT2661. | 52 | Supported chips: RT2561, RT2561S & RT2661. |
| 53 | 53 | ||
| 54 | When compiled as a module, this driver will be called "rt61pci.ko". | 54 | When compiled as a module, this driver will be called rt61pci. |
| 55 | 55 | ||
| 56 | config RT2500USB | 56 | config RT2500USB |
| 57 | tristate "Ralink rt2500 (USB) support" | 57 | tristate "Ralink rt2500 (USB) support" |
| @@ -62,7 +62,7 @@ config RT2500USB | |||
| 62 | This adds support for rt2500 wireless chipset family. | 62 | This adds support for rt2500 wireless chipset family. |
| 63 | Supported chips: RT2571 & RT2572. | 63 | Supported chips: RT2571 & RT2572. |
| 64 | 64 | ||
| 65 | When compiled as a module, this driver will be called "rt2500usb.ko". | 65 | When compiled as a module, this driver will be called rt2500usb. |
| 66 | 66 | ||
| 67 | config RT73USB | 67 | config RT73USB |
| 68 | tristate "Ralink rt2501/rt73 (USB) support" | 68 | tristate "Ralink rt2501/rt73 (USB) support" |
| @@ -75,7 +75,7 @@ config RT73USB | |||
| 75 | This adds support for rt2501 wireless chipset family. | 75 | This adds support for rt2501 wireless chipset family. |
| 76 | Supported chips: RT2571W, RT2573 & RT2671. | 76 | Supported chips: RT2571W, RT2573 & RT2671. |
| 77 | 77 | ||
| 78 | When compiled as a module, this driver will be called "rt73usb.ko". | 78 | When compiled as a module, this driver will be called rt73usb. |
| 79 | 79 | ||
| 80 | config RT2X00_LIB_PCI | 80 | config RT2X00_LIB_PCI |
| 81 | tristate | 81 | tristate |
diff --git a/drivers/net/wireless/rt2x00/rt2x00lib.h b/drivers/net/wireless/rt2x00/rt2x00lib.h index a631613177d0..d83e3794d340 100644 --- a/drivers/net/wireless/rt2x00/rt2x00lib.h +++ b/drivers/net/wireless/rt2x00/rt2x00lib.h | |||
| @@ -235,7 +235,7 @@ void rt2x00link_reset_tuner(struct rt2x00_dev *rt2x00dev, bool antenna); | |||
| 235 | * @rt2x00dev: Pointer to &struct rt2x00_dev. | 235 | * @rt2x00dev: Pointer to &struct rt2x00_dev. |
| 236 | * | 236 | * |
| 237 | * Initialize work structure and all link tuning related | 237 | * Initialize work structure and all link tuning related |
| 238 | * paramters. This will not start the link tuning process itself. | 238 | * parameters. This will not start the link tuning process itself. |
| 239 | */ | 239 | */ |
| 240 | void rt2x00link_register(struct rt2x00_dev *rt2x00dev); | 240 | void rt2x00link_register(struct rt2x00_dev *rt2x00dev); |
| 241 | 241 | ||
diff --git a/drivers/net/wireless/wavelan_cs.c b/drivers/net/wireless/wavelan_cs.c index e55b33961aeb..fa2821be44c2 100644 --- a/drivers/net/wireless/wavelan_cs.c +++ b/drivers/net/wireless/wavelan_cs.c | |||
| @@ -138,7 +138,7 @@ psa_read(struct net_device * dev, | |||
| 138 | 138 | ||
| 139 | /*------------------------------------------------------------------*/ | 139 | /*------------------------------------------------------------------*/ |
| 140 | /* | 140 | /* |
| 141 | * Write the Paramter Storage Area to the WaveLAN card's memory | 141 | * Write the Parameter Storage Area to the WaveLAN card's memory |
| 142 | */ | 142 | */ |
| 143 | static void | 143 | static void |
| 144 | psa_write(struct net_device * dev, | 144 | psa_write(struct net_device * dev, |
