Amitkumar Karwar <[email protected]> writes:

> From: Prameela Rani Garnepudi <[email protected]>
>
> When sta_remove of mac80211 is called, driver iterates through
> list of existing stations to get the station id. Then peer notify
> is prepared and send to firmare.
>
> Signed-off-by: Prameela Rani Garnepudi <[email protected]>
> Signed-off-by: Amitkumar Karwar <[email protected]>
> ---
>  drivers/net/wireless/rsi/rsi_91x_mac80211.c | 57 
> +++++++++++++++++++++++------
>  1 file changed, 46 insertions(+), 11 deletions(-)
>
> diff --git a/drivers/net/wireless/rsi/rsi_91x_mac80211.c 
> b/drivers/net/wireless/rsi/rsi_91x_mac80211.c
> index cf86162..6eb93ad 100644
> --- a/drivers/net/wireless/rsi/rsi_91x_mac80211.c
> +++ b/drivers/net/wireless/rsi/rsi_91x_mac80211.c
> @@ -1255,21 +1255,56 @@ static int rsi_mac80211_sta_remove(struct 
> ieee80211_hw *hw,
>  {
>       struct rsi_hw *adapter = hw->priv;
>       struct rsi_common *common = adapter->priv;
> +     struct ieee80211_bss_conf *bss = &vif->bss_conf;
> +     struct rsi_sta *rsta;
> +
> +     print_hex_dump(KERN_INFO, "Station Remove: ", DUMP_PREFIX_OFFSET,
> +                    16, 1, sta->addr, ETH_ALEN, 0);

Same here, please convert it to a debug message.

-- 
Kalle Valo

Reply via email to