On Tue, Dec 28, 2010 at 14:03, Luciano Coelho <luciano.coelho@xxxxxxxxx> wrote: > On Wed, 2010-12-22 at 16:27 +0200, ext Arik Nemtsov wrote: >> Encryption key configuration is different for AP/STA modes. >> >> AP encryption keys are recorded when the BSS is not started. On BSS >> start they are propagated to the AP (in wl1271_ap_init_hwenc). >> >> Signed-off-by: Arik Nemtsov <arik@xxxxxxxxxx> >> --- > > [...] > >> diff --git a/drivers/net/wireless/wl12xx/tx.h b/drivers/net/wireless/wl12xx/tx.h >> index 0662b19..81ba75d 100644 >> --- a/drivers/net/wireless/wl12xx/tx.h >> +++ b/drivers/net/wireless/wl12xx/tx.h >> @@ -152,4 +152,8 @@ void wl1271_tx_flush(struct wl1271 *wl); >> u8 wl1271_rate_to_idx(int rate, enum ieee80211_band band); >> u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set); >> >> +/* Functions from wl1271_main.c */ >> + >> +int wl1271_set_default_wep_key(struct wl1271 *wl, u8 id); >> + >> #endif > > Again, same thing. Can we put this somewhere else? > Actually the WEP default key is used for TX, so we can put this in tx.c. Regards, Arik -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html