[Bug 200034] [patch]: remove ieee80211_ack_rate() (duplicates ieee80211_ctl_rate())

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu May 7 20:05:52 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200034

            Bug ID: 200034
           Summary: [patch]: remove ieee80211_ack_rate() (duplicates
                    ieee80211_ctl_rate())
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: wireless
          Assignee: freebsd-wireless at FreeBSD.org
          Reporter: s3erios at gmail.com
          Keywords: patch

Created attachment 156478
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156478&action=edit
Remove ieee80211_ack_rate() / unused ackrate variables

At this moment ieee80211_ack_rate():
 - fully duplicates contents of ieee80211_ctl_rate();
 - is not used for anything useful;
so it can be safely removed.

Also, this patch fixes some 'dead assignment' warnings (from scan.freebsd.org)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-wireless mailing list