Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
soc:2009:oremanj:journal:week1 [2009/05/29 17:14] rwcr |
soc:2009:oremanj:journal:week1 [2009/05/29 17:14] (current) rwcr |
||
---|---|---|---|
Line 7: | Line 7: | ||
I got off to a bit of a late start due to an academic obligation, but I had done some work in the community bonding period on [[soc:2009:oremanj:notes:protocol|making sense of the IEEE 802.11 specification]]. I figured it would be best to start by getting the various IEEE constants and structures into code, and then figure out how gPXE's 802.11 layer will look: | I got off to a bit of a late start due to an academic obligation, but I had done some work in the community bonding period on [[soc:2009:oremanj:notes:protocol|making sense of the IEEE 802.11 specification]]. I figured it would be best to start by getting the various IEEE constants and structures into code, and then figure out how gPXE's 802.11 layer will look: | ||
- | * [[http://git.etherboot.org/?p=people/oremanj/gpxe.git;a=commit;h=6bd1e4a8f01349b5887c5b16abd7e54fa07ccd6d|[802.11] Add ieee80211.h defining standard constants and frame formats]] | + | * [[http://git.etherboot.org/?p=people/oremanj/gpxe.git;a=commit;h=6bd1e4a8f01349b5887c5b16abd7e54fa07ccd6d|[802.11] Add ieee80211.h defining standard constants and frame formats]] |
- | * [[http://git.etherboot.org/?p=people/oremanj/gpxe.git;a=commit;h=07b95536eaf4c89a8ae47d3221966c6b53bf3727|[802.11] Add net80211.h with preliminary declarations for gPXE's 802.11 layer]] | + | * [[http://git.etherboot.org/?p=people/oremanj/gpxe.git;a=commit;h=07b95536eaf4c89a8ae47d3221966c6b53bf3727|[802.11] Add net80211.h with preliminary declarations for gPXE's 802.11 layer]] |
I'm keeping everything related to this SoC project in the branch `wireless' of my personal repository on git.etherboot.org. I've put my patches from prior to SoC, for FireWire debugging and sky2 wired Ethernet support, into the `firewire' and `sky2' branches respectively. | I'm keeping everything related to this SoC project in the branch `wireless' of my personal repository on git.etherboot.org. I've put my patches from prior to SoC, for FireWire debugging and sky2 wired Ethernet support, into the `firewire' and `sky2' branches respectively. |