rsi: advertise ap mode support
AP mode support is advertised to cfg80211. Necessary wiphy parameters are initialized. Signed-off-by: Prameela Rani Garnepudi <prameela.j04cs@gmail.com> Signed-off-by: Amitkumar Karwar <amit.karwar@redpinesignals.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:

committed by
Kalle Valo

parent
0593da274d
commit
6da1e00a53
@@ -21,6 +21,13 @@
|
||||
#include <linux/skbuff.h>
|
||||
#include <net/mac80211.h>
|
||||
|
||||
struct rsi_sta {
|
||||
struct ieee80211_sta *sta;
|
||||
s16 sta_id;
|
||||
u16 seq_start[IEEE80211_NUM_TIDS];
|
||||
bool start_tx_aggr[IEEE80211_NUM_TIDS];
|
||||
};
|
||||
|
||||
struct rsi_hw;
|
||||
|
||||
#include "rsi_ps.h"
|
||||
@@ -253,6 +260,9 @@ struct rsi_common {
|
||||
|
||||
u16 beacon_interval;
|
||||
u8 dtim_cnt;
|
||||
|
||||
/* AP mode parameters */
|
||||
int max_stations;
|
||||
};
|
||||
|
||||
enum host_intf {
|
||||
|
Reference in New Issue
Block a user