On Mon, 2014-10-20 at 21:09 +0200, Oleksij Rempel wrote: > Hi Johannes, > > since this function was added by you, may be you can help here (commit > f09603a259). ath9k_htc support max 8 STAs in AP or ADHOC mode. If more > then 8 stations connected, driver will return error, but > sta_info_insert_drv_state() setting it to zero. > What was initial purpose of this? The reason for this is that it's pointless to do anything else - the station will try to communicate with us since there's no protocol that allows rejecting the link. We therefore don't fail here, and try to communicate with the station anyway - that might end up with not having proper rate scaling etc. but is still better. johannes -- 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