[Bug 199676] [net80211] [patch]: fix possible kernel panic in IBSS mode (iv_bss may be freed twice)

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199676

Adrian Chadd  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED
 CC||adr...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197498] [net80211]: Setting ssid on running interface in adhoc mode causes panic

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197498

Adrian Chadd  changed:

   What|Removed |Added

 CC||adr...@freebsd.org

--- Comment #2 from Adrian Chadd  ---
Is this still a problem?

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197623] ieee80211_freebsd.h: fix string concatenation

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197623

Adrian Chadd  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|New |Closed
 CC||adr...@freebsd.org

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197623] ieee80211_freebsd.h: fix string concatenation

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197623

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Mon May  4 00:47:23 UTC 2015
New revision: 282406
URL: https://svnweb.freebsd.org/changeset/base/282406

Log:
  Fix string concatenation - "wlan_##name" -> "wlan_" #name

  PR:kern/197623
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/net80211/ieee80211_freebsd.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 199632] [net80211] [patch]: Fix IBSS merge after entering the RUN state (was broken in r178354).

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199632

Adrian Chadd  changed:

   What|Removed |Added

 CC||adr...@freebsd.org
 Resolution|--- |FIXED
 Status|New |Closed

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 199632] [net80211] [patch]: Fix IBSS merge after entering the RUN state (was broken in r178354).

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199632

--- Comment #2 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Mon May  4 00:32:11 UTC 2015
New revision: 282405
URL: https://svnweb.freebsd.org/changeset/base/282405

Log:
  Use bssid validation for data frames only + add RUN -> RUN state transition

  However, IBSS merge will be performed only if a driver calls
  ieee80211_ibss_merge(); so, this applicable to the ath(4) only.
  Also, this should fix bug 167870.

  PR:kern/199632
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/net80211/ieee80211_adhoc.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 199672] [net80211] [patch]: replace some duplicate code with function call + fix a comment

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199672

Adrian Chadd  changed:

   What|Removed |Added

 Status|New |Closed
 CC||adr...@freebsd.org
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 199672] [net80211] [patch]: replace some duplicate code with function call + fix a comment

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199672

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Mon May  4 00:29:20 UTC 2015
New revision: 282404
URL: https://svnweb.freebsd.org/changeset/base/282404

Log:
  Add node_clear_keyixmap() and use it in the ieee80211_free_node() /
node_reclaim().

  PR:kern/199672
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/net80211/ieee80211_node.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

Adrian Chadd  changed:

   What|Removed |Added

 Status|In Progress |Closed
 Resolution|--- |FIXED

--- Comment #225 from Adrian Chadd  ---
Done and done. :)

please open a new ticket if you have more patches!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #224 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:40:13 UTC 2015
New revision: 282402
URL: https://svnweb.freebsd.org/changeset/base/282402

Log:
  [iwn] Do not filter control frames in monitor mode.

  PR:kern/197143
  Submitted by: Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #223 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:39:45 UTC 2015
New revision: 282401
URL: https://svnweb.freebsd.org/changeset/base/282401

Log:
  Handle properly IBSS merges (works with patch from bug 199632).

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c
  head/sys/dev/wpi/if_wpivar.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #222 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:39:03 UTC 2015
New revision: 282400
URL: https://svnweb.freebsd.org/changeset/base/282400

Log:
  Fix various powersave races + optimize tx/rx pointer update when powersave is
off.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c
  head/sys/dev/wpi/if_wpivar.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #221 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:38:33 UTC 2015
New revision: 282399
URL: https://svnweb.freebsd.org/changeset/base/282399

Log:
  [iwn?] Use correct sequence numbers with non-QoS STAs.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #220 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:37:14 UTC 2015
New revision: 282398
URL: https://svnweb.freebsd.org/changeset/base/282398

Log:
  Fix warning about comparison of integers of different signs.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c
  head/sys/dev/wpi/if_wpi_debug.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #219 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:36:26 UTC 2015
New revision: 282397
URL: https://svnweb.freebsd.org/changeset/base/282397

Log:
  [iwn?] Fix memory leak in wpi_reset_tx_ring().

  PR:kern/197143
  Differential Revision:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #218 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:35:45 UTC 2015
New revision: 282396
URL: https://svnweb.freebsd.org/changeset/base/282396

Log:
  Use nitems() for counting elements in arrays.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #217 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:35:12 UTC 2015
New revision: 282395
URL: https://svnweb.freebsd.org/changeset/base/282395

Log:
  Do not include WPI_START_SCAN event processing into non-debug builds.

  PR:kern/197143
  Submitted by: Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #216 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:34:25 UTC 2015
New revision: 282394
URL: https://svnweb.freebsd.org/changeset/base/282394

Log:
  Fix sequence number generation for beacon frames.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #215 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:30:05 UTC 2015
New revision: 282393
URL: https://svnweb.freebsd.org/changeset/base/282393

Log:
  Add debug output for WPI_BEACON_SENT event.

  PR:kern/197143
  Submitted by: Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #214 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:28:55 UTC 2015
New revision: 282392
URL: https://svnweb.freebsd.org/changeset/base/282392

Log:
  Try to fix passive scanning hang on beacon miss.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c
  head/sys/dev/wpi/if_wpi_debug.h
  head/sys/dev/wpi/if_wpireg.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #213 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:27:37 UTC 2015
New revision: 282391
URL: https://svnweb.freebsd.org/changeset/base/282391

Log:
  Add comment about AUTH -> AUTH state transition + fix some style issues.

  PR:kern/197143
  Submitted by: Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #212 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:25:34 UTC 2015
New revision: 282390
URL: https://svnweb.freebsd.org/changeset/base/282390

Log:
  Display more information for beacon miss debugging.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #211 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:24:21 UTC 2015
New revision: 282389
URL: https://svnweb.freebsd.org/changeset/base/282389

Log:
  Limit minimum threshold of missed beacons.

  PR:kern/197143
  Submitted by: Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #210 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:21:17 UTC 2015
New revision: 282388
URL: https://svnweb.freebsd.org/changeset/base/282388

Log:
  Improve beacon miss detection.

  PR:kern/197143
  Submitted by: Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #209 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:09:48 UTC 2015
New revision: 282386
URL: https://svnweb.freebsd.org/changeset/base/282386

Log:
  Unbreak scanning after RUN -> SCAN state transition.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #208 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:08:26 UTC 2015
New revision: 282385
URL: https://svnweb.freebsd.org/changeset/base/282385

Log:
  Check channels which are passed in IBSS mode.

  PR:kern/197143
  Submitted by: Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #207 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:06:20 UTC 2015
New revision: 282384
URL: https://svnweb.freebsd.org/changeset/base/282384

Log:
  Do not disable beacon notifications (unbreaks scanning on passive channels).

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #206 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 23:03:07 UTC 2015
New revision: 282383
URL: https://svnweb.freebsd.org/changeset/base/282383

Log:
  Fix pause scan time calculation (the remainder must be less than beacon
interval).

  PR:kern/197143
  Submitted by: Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c
  head/sys/dev/wpi/if_wpireg.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #205 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 22:56:37 UTC 2015
New revision: 282382
URL: https://svnweb.freebsd.org/changeset/base/282382

Log:
  Fix active/passive dwell calculation.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c
  head/sys/dev/wpi/if_wpireg.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #204 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 22:55:07 UTC 2015
New revision: 282381
URL: https://svnweb.freebsd.org/changeset/base/282381

Log:
  Turn off led when leaving RUN state.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #203 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 22:49:48 UTC 2015
New revision: 282378
URL: https://svnweb.freebsd.org/changeset/base/282378

Log:
  Add TX status codes (obtained from iwlegacy)

  PR:kern/197143
  Differential Revision:Andriy Voskoboinyk 
  Obtained from:Linux drivers/net/wireless/iwlegacy

Changes:
  head/sys/dev/wpi/if_wpi.c
  head/sys/dev/wpi/if_wpireg.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #202 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 22:47:06 UTC 2015
New revision: 282377
URL: https://svnweb.freebsd.org/changeset/base/282377

Log:
  Move radiooff_task to the internal taskqueue.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #201 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 22:43:46 UTC 2015
New revision: 282376
URL: https://svnweb.freebsd.org/changeset/base/282376

Log:
  Use another workaround for scanning.

  PR:kern/197143
  Submitted by: Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c
  head/sys/dev/wpi/if_wpivar.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #200 from Adrian Chadd  ---
(In reply to Andriy Voskoboinyk from comment #168)

I'm skipping 156170 - the intel developers I've spoken to try really hard to
make this stuff work on non-intel platforms. Occasionally people do create
products with it that aren't hooked into little-endian x86 platforms.

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #199 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 22:34:33 UTC 2015
New revision: 282375
URL: https://svnweb.freebsd.org/changeset/base/282375

Log:
  Add wpi_check_bss_filter()

  PR:kern/197143
  Submitted by: Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #198 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 22:32:46 UTC 2015
New revision: 282374
URL: https://svnweb.freebsd.org/changeset/base/282374

Log:
  Fix KASSERT statements in if_wpi_debug.h

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi_debug.h

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #197 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 22:30:12 UTC 2015
New revision: 282373
URL: https://svnweb.freebsd.org/changeset/base/282373

Log:
  Remove workaround for bug 199676.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 199676] [net80211] [patch]: fix possible kernel panic in IBSS mode (iv_bss may be freed twice)

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199676

--- Comment #1 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 22:28:43 UTC 2015
New revision: 282372
URL: https://svnweb.freebsd.org/changeset/base/282372

Log:
  Remove old iv_bss entry from the node table

  This may happen on RUN -> SCAN -> RUN -> SCAN state transition:

  1. RUN -> SCAN: in ieee80211_sta_join1(): iv_bss will be moved to obss,
 refcnt will be reduced by 2 (default minimum).

  Now, if old iv_bss have some extra references (for example, from
  unacknowledged probe responses), it will not be freed and will stay
  in the node table.

  2. SCAN -> RUN.

  3. If old iv_bss will not be deleted by the time when the next RUN -> SCAN
 state transition occurs, then sta_leave() will reduce it's reference
 counter once more. As a result, two last users will free it -> this will
 lead to kernel panic.

  In this patch old iv_bss entry is explicitly removed from the node table in
  ieee80211_sta_join1() (as a result, it will not be processed by sta_leave()).

  PR:kern/199676
  Differential Revision:Andriy Voskoboinyk 

Changes:
  head/sys/net80211/ieee80211_node.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #196 from commit-h...@freebsd.org ---
A commit references this bug:

Author: adrian
Date: Sun May  3 22:13:56 UTC 2015
New revision: 282371
URL: https://svnweb.freebsd.org/changeset/base/282371

Log:
  Add a few local variables to improve readability.

  PR:kern/197143
  Submitted by:Andriy Voskoboinyk 

Changes:
  head/sys/dev/wpi/if_wpi.c

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Re: run vs urtwn

2015-05-03 Thread Felix Friedlander
If you are wanting to purchase an adapter, any of those 3 would be fine. 
However, have you considered using your builtin NIC with ndis(4)? [See section 
12.5.1.1 of the FreeBSD Handbook][1] for instructions, or reply to this email 
if you need help.

[1]:
https://www.freebsd.org/doc/en/books/handbook/config-network-setup.html#config-network-ndis

> On 3 May 2015, at 10:42 pm, Gour  wrote:
> 
> After resolving some issue I'm preparing to fully migrate from (openSUSE)
> Linux to Free/PC-BSD and looking for advice in regard to support for USB Wifi
> adapters.
> 
> My netbook has integrated RTL8188CE chipset which, afaict, is not supported
> under FreeBSD.
> 
> From before I have D-Link's DWA-125 USB adapter which works, but it's a
> little bulky in comparison with newer mini/nano adapters and after some
> research I've arrived to the following list of adapters which are easy to get
> here:
> 
> 1) Asus USB-N10
> 
> 2) Trendnet TEW-649UB
> 
> 3) Edimax EW-7811UN
> 
> According to the list at
> https://www.freebsd.org/releases/10.1R/hardware.html#support
> 
> 1) & 2) use  'rsu' driver while Edimax is supported by 'urtwn'.
> 
> What would you recommend as the best option?
> 
> 
> Sincerely,
> Gour
> 
> -- 
> One is understood to be in full knowledge whose every endeavor 
> is devoid of desire for sense gratification.
> 
> ___
> freebsd-wireless@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
> To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"

--
Felix Friedlander 



___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


Problem reports for freebsd-wireless@FreeBSD.org that need special attention

2015-05-03 Thread bugzilla-noreply
To view an individual PR, use:
  https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=(Bug Id).

The following is a listing of current problems submitted by FreeBSD users,
which need special attention. These represent problem reports covering
all versions including experimental development code and obsolete releases.

Status  |Bug Id | Description
+---+---
Open|154598 | [ath] Atheros 5424/2424 can't connect to WPA netw 
Open|163312 | [panic] [ath] kernel panic: page fault with ath0  
Open|166190 | [ath] TX hangs and frames stuck in TX queue   
Open|166357 | [ath] 802.11n TX stall when the first frame in th 
Open|169362 | [ath] AR5416: radar pulse PHY errors sometimes in 

5 problems total for which you should take action.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 197143] [wpi] [patch]: sync with iwn / OpenBSD wpi

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197143

--- Comment #195 from Adrian Chadd  ---
Ok, I'm going to review down to 156195 and then commit these if they're okay.

Please open another ticket for further wpi sync. :)

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


[Bug 196290] [net80211] [iwn] STA is in 11b mode, announces 11n HTINFO to AP, traffic fails

2015-05-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196290

Adrian Chadd  changed:

   What|Removed |Added

 Status|New |Closed
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"


run vs urtwn

2015-05-03 Thread Gour
After resolving some issue I'm preparing to fully migrate from (openSUSE)
Linux to Free/PC-BSD and looking for advice in regard to support for USB Wifi
adapters.

My netbook has integrated RTL8188CE chipset which, afaict, is not supported
under FreeBSD.

>From before I have D-Link's DWA-125 USB adapter which works, but it's a
little bulky in comparison with newer mini/nano adapters and after some
research I've arrived to the following list of adapters which are easy to get
here:

1) Asus USB-N10

2) Trendnet TEW-649UB

3) Edimax EW-7811UN

According to the list at
https://www.freebsd.org/releases/10.1R/hardware.html#support

1) & 2) use  'rsu' driver while Edimax is supported by 'urtwn'.

What would you recommend as the best option?


Sincerely,
Gour

-- 
One is understood to be in full knowledge whose every endeavor 
is devoid of desire for sense gratification.

___
freebsd-wireless@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-wireless
To unsubscribe, send any mail to "freebsd-wireless-unsubscr...@freebsd.org"