-
Notifications
You must be signed in to change notification settings - Fork 1
/
changes.txt
51 lines (48 loc) · 1.59 KB
/
changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/* Author: Pengyuan Zhou
* Email: zpymyyn@gmail.com
* Description: The purpose of this project was to develop an open-source
* DSRC stack built on top of 802.11P (IEEE-1609.x), based on raspberry
* pi kernel.
*
* Operation Outside the Context of a BSS (OCB): the 802.11p links
* are operated without a Basic Service Set (BSS). This means that
* the messages Beacon, Association Request/Response, Authentication
* Request/Response, and similar, are not used.
* https://tools.ietf.org/html/draft-petrescu-ipv6-over-80211p-06
*/
I. List of affected files && modifications
# list of files from the kernel source modified by this project
drivers/net/wireless/ath/ath9k/ani.c
drivers/net/wireless/ath/ath9k/common-init.c
drivers/net/wireless/ath/ath9k/htc_drv_init.c
drivers/net/wireless/ath/ath9k/htc_drv_main.c
drivers/net/wireless/ath/ath9k/htc_drv_txrx.c
drivers/net/wireless/ath/ath9k/htc.h
drivers/net/wireless/ath/ath9k/hw.c
drivers/net/wireless/ath/ath9k/hw.h
drivers/net/wireless/ath/ath9k/main.c
drivers/net/wireless/ath/ath9k/xmit.c
drivers/net/wireless/ath/Kconfig
include/linux/ieee80211.h
include/net/cfg80211.h
include/net/mac80211.h
include/uapi/linux/if_ether.h
include/uapi/linux/nl80211.h
net/mac80211/cfg.c
net/mac80211/chan.c
net/mac80211/debugfs.c
net/mac80211/debugfs_sta.c
net/mac80211/ieee80211_i.h
net/mac80211/iface.c
net/mac80211/main.c
net/mac80211/ocb.c
net/mac80211/rx.c
net/mac80211/sta_info.h
net/mac80211/tx.c
net/mac80211/util.c
net/mac80211/wme.c
net/wireless/chan.c
net/wireless/Kconfig
net/wireless/nl80211.c
net/wireless/reg.c
net/wireless/util.c