|
| MODULE_DESCRIPTION ("Broadcom B43 wireless driver") |
|
| MODULE_AUTHOR ("Martin Langer") |
|
| MODULE_AUTHOR ("Stefano Brivio") |
|
| MODULE_AUTHOR ("Michael Buesch") |
|
| MODULE_AUTHOR ("Gábor Stefanik") |
|
| MODULE_AUTHOR ("Rafał Miłecki") |
|
| MODULE_LICENSE ("GPL") |
|
| MODULE_FIRMWARE ("b43/ucode11.fw") |
|
| MODULE_FIRMWARE ("b43/ucode13.fw") |
|
| MODULE_FIRMWARE ("b43/ucode14.fw") |
|
| MODULE_FIRMWARE ("b43/ucode15.fw") |
|
| MODULE_FIRMWARE ("b43/ucode16_mimo.fw") |
|
| MODULE_FIRMWARE ("b43/ucode5.fw") |
|
| MODULE_FIRMWARE ("b43/ucode9.fw") |
|
| module_param_named (bad_frames_preempt, modparam_bad_frames_preempt, int, 0444) |
|
| MODULE_PARM_DESC (bad_frames_preempt,"enable(1) / disable(0) Bad Frames Preemption") |
|
| module_param_string (fwpostfix, modparam_fwpostfix, 16, 0444) |
|
| MODULE_PARM_DESC (fwpostfix,"Postfix for the .fw files to load.") |
|
| module_param_named (hwpctl, modparam_hwpctl, int, 0444) |
|
| MODULE_PARM_DESC (hwpctl,"Enable hardware-side power control (default off)") |
|
| module_param_named (nohwcrypt, modparam_nohwcrypt, int, 0444) |
|
| MODULE_PARM_DESC (nohwcrypt,"Disable hardware encryption.") |
|
| module_param_named (hwtkip, modparam_hwtkip, int, 0444) |
|
| MODULE_PARM_DESC (hwtkip,"Enable hardware tkip.") |
|
| module_param_named (qos, modparam_qos, int, 0444) |
|
| MODULE_PARM_DESC (qos,"Enable QOS support (default on)") |
|
| module_param_named (btcoex, modparam_btcoex, int, 0444) |
|
| MODULE_PARM_DESC (btcoex,"Enable Bluetooth coexistence (default on)") |
|
| module_param_named (verbose, b43_modparam_verbose, int, 0644) |
|
| MODULE_PARM_DESC (verbose,"Log message verbosity: 0=error, 1=warn, 2=info(default), 3=debug") |
|
| module_param_named (pio, b43_modparam_pio, int, 0644) |
|
| MODULE_PARM_DESC (pio,"Use PIO accesses by default: 0=DMA, 1=PIO") |
|
void | b43info (struct b43_wl *wl, const char *fmt,...) |
|
void | b43err (struct b43_wl *wl, const char *fmt,...) |
|
void | b43warn (struct b43_wl *wl, const char *fmt,...) |
|
void | b43dbg (struct b43_wl *wl, const char *fmt,...) |
|
u32 | b43_shm_read32 (struct b43_wldev *dev, u16 routing, u16 offset) |
|
u16 | b43_shm_read16 (struct b43_wldev *dev, u16 routing, u16 offset) |
|
void | b43_shm_write32 (struct b43_wldev *dev, u16 routing, u16 offset, u32 value) |
|
void | b43_shm_write16 (struct b43_wldev *dev, u16 routing, u16 offset, u16 value) |
|
u64 | b43_hf_read (struct b43_wldev *dev) |
|
void | b43_hf_write (struct b43_wldev *dev, u64 value) |
|
void | b43_tsf_read (struct b43_wldev *dev, u64 *tsf) |
|
void | b43_tsf_write (struct b43_wldev *dev, u64 tsf) |
|
void | b43_dummy_transmission (struct b43_wldev *dev, bool ofdm, bool pa_on) |
|
void | b43_power_saving_ctl_bits (struct b43_wldev *dev, unsigned int ps_flags) |
|
void | b43_wireless_core_reset (struct b43_wldev *dev, bool gmode) |
|
u8 | b43_ieee80211_antenna_sanitize (struct b43_wldev *dev, u8 antenna_nr) |
|
void | b43_do_release_fw (struct b43_firmware_file *fw) |
|
int | b43_do_request_fw (struct b43_request_fw_context *ctx, const char *name, struct b43_firmware_file *fw) |
|
void | b43_mac_enable (struct b43_wldev *dev) |
|
void | b43_mac_suspend (struct b43_wldev *dev) |
|
void | b43_mac_phy_clock_set (struct b43_wldev *dev, bool on) |
|
void | b43_controller_restart (struct b43_wldev *dev, const char *reason) |
|