Re: [linux-wireless] [mac80211] Does IEEE80211_IBSS_MAX_STA_ENTRIES (in net/mac80211/ibss.c) work?

2017-06-09 Thread Johannes Berg
On Thu, 2017-06-08 at 12:50 +0800, Xuebing Wang wrote: > Hi community, > > Does IEEE80211_IBSS_MAX_STA_ENTRIES (in net/mac80211/ibss.c) work? Yes, as far as it's supposed to :) > I hard-code it to be 2 (from original 128), and update kernel for > one node, and start IBSS network with 5 nodes.

[linux-wireless] [mac80211] Does IEEE80211_IBSS_MAX_STA_ENTRIES (in net/mac80211/ibss.c) work?

2017-06-07 Thread Xuebing Wang
Hi community, Does IEEE80211_IBSS_MAX_STA_ENTRIES (in net/mac80211/ibss.c) work? I hard-code it to be 2 (from original 128), and update kernel for one node, and start IBSS network with 5 nodes. In the node with hard-coded IBSS_MAX_STA_ENTRIES = 2, I still can see and ping all other 4 nodes. I