|
int | wl1271_recalc_rx_streaming (struct wl1271 *wl, struct wl12xx_vif *wlvif) |
|
void | wl12xx_rearm_tx_watchdog_locked (struct wl1271 *wl) |
|
void | wl12xx_queue_recovery_work (struct wl1271 *wl) |
|
size_t | wl12xx_copy_fwlog (struct wl1271 *wl, u8 *memblock, size_t maxlen) |
|
int | wl1271_plt_start (struct wl1271 *wl, const enum plt_mode plt_mode) |
|
int | wl1271_plt_stop (struct wl1271 *wl) |
|
int | wl1271_tx_dummy_packet (struct wl1271 *wl) |
|
int | wlcore_set_key (struct wl1271 *wl, enum set_key_cmd cmd, struct ieee80211_vif *vif, struct ieee80211_sta *sta, struct ieee80211_key_conf *key_conf) |
|
| EXPORT_SYMBOL_GPL (wlcore_set_key) |
|
void | wl1271_free_sta (struct wl1271 *wl, struct wl12xx_vif *wlvif, u8 hlid) |
|
u8 | wlcore_rate_to_idx (struct wl1271 *wl, u8 rate, enum ieee80211_band band) |
|
struct ieee80211_hw * | wlcore_alloc_hw (size_t priv_size, u32 aggr_buf_size) |
|
| EXPORT_SYMBOL_GPL (wlcore_alloc_hw) |
|
int | wlcore_free_hw (struct wl1271 *wl) |
|
| EXPORT_SYMBOL_GPL (wlcore_free_hw) |
|
int __devinit | wlcore_probe (struct wl1271 *wl, struct platform_device *pdev) |
|
| EXPORT_SYMBOL_GPL (wlcore_probe) |
|
int __devexit | wlcore_remove (struct platform_device *pdev) |
|
| EXPORT_SYMBOL_GPL (wlcore_remove) |
|
| EXPORT_SYMBOL_GPL (wl12xx_debug_level) |
|
| module_param_named (debug_level, wl12xx_debug_level, uint, S_IRUSR|S_IWUSR) |
|
| MODULE_PARM_DESC (debug_level,"wl12xx debugging level") |
|
| module_param_named (fwlog, fwlog_param, charp, 0) |
|
| MODULE_PARM_DESC (fwlog,"FW logger options: continuous, ondemand, dbgpins or disable") |
|
| module_param (bug_on_recovery, bool, S_IRUSR|S_IWUSR) |
|
| MODULE_PARM_DESC (bug_on_recovery,"BUG() on fw recovery") |
|
| module_param (no_recovery, bool, S_IRUSR|S_IWUSR) |
|
| MODULE_PARM_DESC (no_recovery,"Prevent HW recovery. FW will remain stuck.") |
|
| MODULE_LICENSE ("GPL") |
|
| MODULE_AUTHOR ("Luciano Coelho <[email protected]>") |
|
| MODULE_AUTHOR ("Juuso Oikarinen <[email protected]>") |
|
| MODULE_FIRMWARE (WL12XX_NVS_NAME) |
|