Source code for the mwifiex driver can be found at: https://github.com/torvalds/linux/tree/master/drivers/net/wireless/marvell/mwifiex; perhaps there is a clue somewhere around there about this limit:
-
The only (undocumented) parameter that I have used is
reg_alpha2
, as defined atcfg80211.c
. There are some other parameters (debug_mask
,cal_data_cfg
,driver_mode
,mfg_mode, aggr_ctrl
) defined atmain.c
, but these do not seem to be related to the client limit. -
There are also some constants defined at
decl.h
, but apparently all of them are unrelated, also. -
And so on...
I will try to find some time, and examine the source code looking for a reason for that limit. However, perhaps you could try to contact the maintainers directly.