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)
Mon, May 11, 5:09 PM
Unknown Object (File)
Mon, May 11, 3:39 PM
Unknown Object (File)
Mon, May 11, 2:44 PM
Unknown Object (File)
Mon, May 11, 1:38 AM
Unknown Object (File)
Sun, May 3, 6:09 PM
Unknown Object (File)
Sat, Apr 25, 12:37 AM
Unknown Object (File)
Wed, Apr 22, 5:13 PM
Unknown Object (File)
Tue, Apr 21, 7:18 PM
Subscribers

Details

Test Plan

Tested on WUSB54GC, STA/HOSTAP mode.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

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.