|
| MODULE_DEVICE_TABLE (platform, wl18xx_id_table) |
|
| module_platform_driver (wl18xx_driver) |
|
| module_param_named (ht_mode, ht_mode_param, charp, S_IRUSR) |
|
| MODULE_PARM_DESC (ht_mode,"Force HT mode: wide or siso20") |
|
| module_param_named (board_type, board_type_param, charp, S_IRUSR) |
|
| MODULE_PARM_DESC (board_type,"Board type: fpga, hdk (default), evb, com8 or ""dvp") |
|
| module_param_named (checksum, checksum_param, bool, S_IRUSR) |
|
| MODULE_PARM_DESC (checksum,"Enable TCP checksum: boolean (defaults to false)") |
|
| module_param_named (dc2dc, dc2dc_param, int, S_IRUSR) |
|
| MODULE_PARM_DESC (dc2dc,"External DC2DC: u8 (defaults to 0)") |
|
| module_param_named (n_antennas_2, n_antennas_2_param, int, S_IRUSR) |
|
| MODULE_PARM_DESC (n_antennas_2,"Number of installed 2.4GHz antennas: 1 (default) or 2") |
|
| module_param_named (n_antennas_5, n_antennas_5_param, int, S_IRUSR) |
|
| MODULE_PARM_DESC (n_antennas_5,"Number of installed 5GHz antennas: 1 (default) or 2") |
|
| module_param_named (low_band_component, low_band_component_param, int, S_IRUSR) |
|
| MODULE_PARM_DESC (low_band_component,"Low band component: u8 ""(default is 0x01)") |
|
| module_param_named (low_band_component_type, low_band_component_type_param, int, S_IRUSR) |
|
| MODULE_PARM_DESC (low_band_component_type,"Low band component type: u8 ""(default is 0x05 or 0x06 depending on the board_type)") |
|
| module_param_named (high_band_component, high_band_component_param, int, S_IRUSR) |
|
| MODULE_PARM_DESC (high_band_component,"High band component: u8, ""(default is 0x01)") |
|
| module_param_named (high_band_component_type, high_band_component_type_param, int, S_IRUSR) |
|
| MODULE_PARM_DESC (high_band_component_type,"High band component type: u8 ""(default is 0x09)") |
|
| module_param_named (pwr_limit_reference_11_abg, pwr_limit_reference_11_abg_param, int, S_IRUSR) |
|
| MODULE_PARM_DESC (pwr_limit_reference_11_abg,"Power limit reference: u8 ""(default is 0xc8)") |
|
| module_param_named (num_rx_desc, num_rx_desc_param, int, S_IRUSR) |
|
| MODULE_PARM_DESC (num_rx_desc_param,"Number of Rx descriptors: u8 (default is 32)") |
|
| MODULE_LICENSE ("GPL v2") |
|
| MODULE_AUTHOR ("Luciano Coelho <[email protected]>") |
|
| MODULE_FIRMWARE (WL18XX_FW_NAME) |
|