.. |
_ieee80211.h
|
Merge tools/wlanconfig.c changes from the DFS branch
|
2007-11-20 17:33:41 +00:00 |
ieee80211_acl.c
|
Added lock assertion macros for all locks. Assert locks in all new _locked functions. Assert lock state in all LOCK/UNLOCK macros.
|
2007-11-23 23:42:38 +00:00 |
ieee80211_beacon.c
|
Added lots of debug to understand & test IBSS merges
|
2007-12-28 04:35:23 +00:00 |
ieee80211_crypto_ccmp.c
|
Fix for a false replay detection when seq was initialized to zero and first packet is also seq zero.
|
2007-10-28 20:40:04 +00:00 |
ieee80211_crypto_none.c
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
ieee80211_crypto_tkip.c
|
Fix for a false replay detection when seq was initialized to zero and first packet is also seq zero.
|
2007-10-28 20:40:04 +00:00 |
ieee80211_crypto_wep.c
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
ieee80211_crypto.c
|
Standardize on ARRAY_SIZE, stop defining and undefining N
|
2007-11-28 05:36:29 +00:00 |
ieee80211_crypto.h
|
Change delete key IOCTL request structure to use ieee80211_keyix_t.
|
2007-12-21 17:46:02 +00:00 |
ieee80211_debug.h
|
Spelling
|
2007-12-05 00:55:31 +00:00 |
ieee80211_input.c
|
This patch refactors the layer 2 update frame sending logic into two routines. Both RNR and XID frames are sent to update bridges. The RNR is probably not the best way to update L2 bridges. It's basically telling the bridges and switches that the MAC is not able to receive traffic (i.e. congested or down) and we never send any other L2 packets to counteract any side effects of this. I also found that it didn't seem to be updating every MAC table on every bridge. XID, however, is the correct way, according to my research and we send XID to inform the bridges of the new location of the MAC as dictated by the standards. I left the RNR in there for good measure, since it doesn't appear to have any ill effects for anyone. (Hostapd ALSO sends XID when you are using hostapd... the redundancy is harmless and allows madwifi to operate correctly when using open or WEP protected modes without hostapd).
|
2008-01-16 00:01:06 +00:00 |
ieee80211_ioctl.h
|
When IFF_MULTICAST was not enabled on the vap, we used to skip some filtering that prevents reception of your own multicast traffic. Then we would procede to ignore the fact that IFF_MULTICAST flag was disabled and send anyway.
|
2008-01-15 23:54:34 +00:00 |
ieee80211_linux.c
|
Lots and lots of formatting and trivial changes that I have been collecting
|
2007-12-21 17:55:45 +00:00 |
ieee80211_linux.h
|
Re-enable skb debug destructor, chaining to original when present.
|
2007-11-25 09:09:24 +00:00 |
ieee80211_monitor.c
|
Rework monitor mode SKB handling, touching shared and cloned SKB handling in the TX path. This patch removes any such processing based on the assumption that the current processing is wrong even in the most conservative case (cloned SKB).
|
2007-12-24 01:01:47 +00:00 |
ieee80211_monitor.h
|
Stop writing a bogus IEEE80211_RADIOTAP_DBM_TX_POWER field.
|
2007-12-10 23:13:33 +00:00 |
ieee80211_node.c
|
Added lots of debug to understand & test IBSS merges
|
2007-12-28 04:35:23 +00:00 |
ieee80211_node.h
|
Lots and lots of formatting and trivial changes that I have been collecting
|
2007-12-21 17:55:45 +00:00 |
ieee80211_output.c
|
Use clone instead of copy because the contents of the frame may be modified.
|
2008-01-15 23:46:22 +00:00 |
ieee80211_power.c
|
Fixed a kernel panic due to incorrect linux API use
|
2008-01-10 20:10:41 +00:00 |
ieee80211_power.h
|
Have net80211 hard_start functions return NETDEV_TX_* codes; tidy some headers in the process.
|
2007-12-23 20:11:05 +00:00 |
ieee80211_proto.c
|
fixup r3013: remove duplicate line
|
2007-12-25 03:17:23 +00:00 |
ieee80211_proto.h
|
Fixed a kernel panic due to incorrect linux API use
|
2008-01-10 20:10:41 +00:00 |
ieee80211_radiotap.h
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
ieee80211_rate.c
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
ieee80211_rate.h
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
ieee80211_scan_ap.c
|
Standardize on ARRAY_SIZE, stop defining and undefining N
|
2007-11-28 05:36:29 +00:00 |
ieee80211_scan_sta.c
|
Lots and lots of formatting and trivial changes that I have been collecting
|
2007-12-21 17:55:45 +00:00 |
ieee80211_scan.c
|
Lots and lots of formatting and trivial changes that I have been collecting
|
2007-12-21 17:55:45 +00:00 |
ieee80211_scan.h
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
ieee80211_skb.c
|
Rework monitor mode SKB handling, touching shared and cloned SKB handling in the TX path. This patch removes any such processing based on the assumption that the current processing is wrong even in the most conservative case (cloned SKB).
|
2007-12-24 01:01:47 +00:00 |
ieee80211_skb.h
|
Fix sparse warnings and compile errors reported with includes in ieee80211_skb.h
|
2007-11-22 00:24:26 +00:00 |
ieee80211_var.h
|
Added lots of debug to understand & test IBSS merges
|
2007-12-28 04:35:23 +00:00 |
ieee80211_wireless.c
|
Update comments and value handling for key indexes to make clear which values should /never/ be used (as per discussion with benoit).
|
2008-01-02 23:43:23 +00:00 |
ieee80211_xauth.c
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
ieee80211.c
|
Standardize on ARRAY_SIZE, stop defining and undefining N
|
2007-11-28 05:36:29 +00:00 |
ieee80211.h
|
Rework monitor mode SKB handling, touching shared and cloned SKB handling in the TX path. This patch removes any such processing based on the assumption that the current processing is wrong even in the most conservative case (cloned SKB).
|
2007-12-24 01:01:47 +00:00 |
if_athproto.h
|
Support for setting default VAP debug flags at module load time, so you can
|
2007-11-21 10:45:58 +00:00 |
if_ethersubr.h
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
if_llc.h
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
if_media.c
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
if_media.h
|
Merge some whitespace changes from the DFS branch
|
2007-11-20 17:18:36 +00:00 |
Makefile
|
Remove long lingering references to wlan_auth and wlan_radius.
|
2007-12-19 23:46:41 +00:00 |
Makefile.kernel
|
Remove long lingering references to wlan_auth and wlan_radius.
|
2007-12-19 23:46:41 +00:00 |