Bug 203088 - [patch] net/if_media.h: remove obsolete mode (IFM_IEEE80211_IBSS)
Summary: [patch] net/if_media.h: remove obsolete mode (IFM_IEEE80211_IBSS)
Status: Closed Overcome By Events
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: patch
Depends on: 203086
Blocks:
  Show dependency treegraph
 
Reported: 2015-09-13 21:58 UTC by Andriy Voskoboinyk
Modified: 2015-11-26 07:44 UTC (History)
0 users

See Also:


Attachments
Remove IFM_IEEE80211_IBSS from net/if_media.h (922 bytes, patch)
2015-09-13 21:58 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 2015-09-13 21:58:09 UTC
Created attachment 161025 [details]
Remove IFM_IEEE80211_IBSS from net/if_media.h

The IFM_IEEE80211_IBSS mode is not used in the kernel and should be removed (or aliased to IFM_IEEE80211_ADHOC) to prevent any misuses of it.