On Mon, Jan 09, 2017 at 05:40:00AM -0700, Stefan Sperling wrote: > CVSROOT: /cvs > Module name: src > Changes by: [email protected] 2017/01/09 05:40:00 > > Modified files: > sys/net80211 : ieee80211_input.c ieee80211_node.c > ieee80211_var.h > > Log message: > Manage the HT protection setting if acting as hostap with 11n enabled. > > For now we flip-flop only between non-member protection and non-HT protection. > Running a HT network without protection would require monitoring environmental > conditions (e.g. foreign beacons) which make HT protection necessary. > > The ic_update_htprot driver function becomes optional because it won't be > needed by all drivers. Only call it if the driver has set a function pointer. > > ok tb@
and ok mpi@
