Bug 196116 - [net80211] [patch]: export ieee80211_add_ssid symbol and remove local copy from if_iwn.c
Summary: [net80211] [patch]: export ieee80211_add_ssid symbol and remove local copy fr...
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: wireless (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-wireless (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-19 01:19 UTC by Andriy Voskoboinyk
Modified: 2015-01-25 02:09 UTC (History)
1 user (show)

See Also:


Attachments
Make ieee80211_add_ssid() function public (1.04 KB, patch)
2014-12-19 01:19 UTC, Andriy Voskoboinyk
no flags Details | Diff
Remove local copy of ieee80211_add_ssid (1018 bytes, patch)
2014-12-19 01:21 UTC, Andriy Voskoboinyk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andriy Voskoboinyk freebsd_committer freebsd_triage 2014-12-19 01:19:38 UTC
Created attachment 150741 [details]
Make ieee80211_add_ssid() function public

This should slightly reduce code duplication between net80211 stack and iwn / wpi drivers.
Comment 1 Andriy Voskoboinyk freebsd_committer freebsd_triage 2014-12-19 01:21:06 UTC
Created attachment 150742 [details]
Remove local copy of ieee80211_add_ssid
Comment 2 commit-hook freebsd_committer freebsd_triage 2014-12-19 01:40:45 UTC
A commit references this bug:

Author: adrian
Date: Fri Dec 19 01:40:00 UTC 2014
New revision: 275928
URL: https://svnweb.freebsd.org/changeset/base/275928

Log:
  Make ieee80211_add_ssid() public.

  Some drivers use private copies of this.

  PR:		kern/196116
  Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>

Changes:
  head/sys/net80211/ieee80211_output.c
  head/sys/net80211/ieee80211_proto.h
Comment 3 Adrian Chadd freebsd_committer freebsd_triage 2014-12-19 01:42:13 UTC
Committed, thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2014-12-19 01:42:47 UTC
A commit references this bug:

Author: adrian
Date: Fri Dec 19 01:41:52 UTC 2014
New revision: 275929
URL: https://svnweb.freebsd.org/changeset/base/275929

Log:
  Remove a private copy of ieee80211_add_ssid().

  PR:		kern/196116
  Submitted by:	Andriy Voskoboinyk <s3erios@gmail.com>

Changes:
  head/sys/dev/iwn/if_iwn.c
Comment 5 bergerkos 2015-01-25 02:09:25 UTC
Comment on attachment 150741 [details]
Make ieee80211_add_ssid() function public

Thank you very much :)) This was breaking my build of iwn driver from 11.0-CURRENT within the 10.1-STABLE tree.