Page MenuHomeFreeBSD

rum(4): attach rum_update_slot to ic_updateslot
ClosedPublic

Authored by avos on Sep 10 2015, 10:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 11, 4:50 AM
Unknown Object (File)
Mon, Nov 10, 1:12 AM
Unknown Object (File)
Mon, Nov 3, 4:12 AM
Unknown Object (File)
Thu, Oct 30, 5:49 AM
Unknown Object (File)
Thu, Oct 30, 5:49 AM
Unknown Object (File)
Wed, Oct 29, 1:57 PM
Unknown Object (File)
Wed, Oct 29, 1:57 PM
Unknown Object (File)
Wed, Oct 29, 8:37 AM
Subscribers

Details

Test Plan

Tested on WUSB54GC, STA/HOSTAP mode.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

avos retitled this revision from to rum(4): attach rum_update_slot to ic_updateslot.
avos updated this object.
avos edited the test plan for this revision. (Show Details)
avos set the repository for this revision to rS FreeBSD src repository - subversion.

this bit fails on -HEAD so far:

@@ -207,7 +207,9 @@
static void rum_enable_tsf(struct rum_softc *);
static void rum_abort_tsf_sync(struct rum_softc *);
static void rum_get_tsf(struct rum_softc *, uint64_t *);
-static void rum_update_slot(struct rum_softc *);
+static void rum_update_slot_cb(struct rum_softc *,
+ union sec_param *, uint8_t, uint8_t);
+static void rum_update_slot(struct ieee80211com *);
static void rum_set_bssid(struct rum_softc *, const uint8_t *);
static void rum_set_macaddr(struct rum_softc *, const uint8_t *);
static void rum_update_mcast(struct ieee80211com *);

Am I missing a prereq patch?

In D3631#78163, @adrian wrote:

this bit fails on -HEAD so far:

@@ -207,7 +207,9 @@
<<<skipped>>>

Am I missing a prereq patch?

Sorry, cannot reproduce:
G sys/dev/usb/wlan/if_rum.c

avos added a reviewer: adrian.
avos removed a subscriber: adrian.

Rebase.

This revision was automatically updated to reflect the committed changes.