.. |
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 |
_ieee80211.h
|
Move channel non-occupancy limits out of ieee80211_channel structure to
|
2008-01-18 21:25:05 +00:00 |
ieee80211.c
|
Add opmode names table. to be used in subsequent checkin
|
2008-04-09 21:21:31 +00:00 |
ieee80211.h
|
Merge madwifi-dfs branch to trunk.
|
2008-01-26 20:48:11 +00:00 |
ieee80211_acl.c
|
Eliminate ether_sprintf in favor of new MAC_FMT and MAC_ADDR macros (which are faster and thread safe).
|
2008-01-25 22:49:48 +00:00 |
ieee80211_beacon.c
|
Improved debug tracing and support for cleaning up stalled CABQ.
|
2008-04-09 23:17:18 +00:00 |
ieee80211_crypto.c
|
Merge madwifi-dfs branch to trunk.
|
2008-01-26 20:48:11 +00:00 |
ieee80211_crypto.h
|
Cleanup up de-MIC failure (in hardware) handling. Apparently, HW sometimes gets this wrong and spuriusly fails valid packets. In all cases, the packets are dropped, but we do extra processing to record statistics correctly.
|
2008-02-04 00:16:24 +00:00 |
ieee80211_crypto_ccmp.c
|
Cleanup up de-MIC failure (in hardware) handling. Apparently, HW sometimes gets this wrong and spuriusly fails valid packets. In all cases, the packets are dropped, but we do extra processing to record statistics correctly.
|
2008-02-04 00:16:24 +00:00 |
ieee80211_crypto_none.c
|
Cleanup up de-MIC failure (in hardware) handling. Apparently, HW sometimes gets this wrong and spuriusly fails valid packets. In all cases, the packets are dropped, but we do extra processing to record statistics correctly.
|
2008-02-04 00:16:24 +00:00 |
ieee80211_crypto_tkip.c
|
Cleanup up de-MIC failure (in hardware) handling. Apparently, HW sometimes gets this wrong and spuriusly fails valid packets. In all cases, the packets are dropped, but we do extra processing to record statistics correctly.
|
2008-02-04 00:16:24 +00:00 |
ieee80211_crypto_wep.c
|
Cleanup up de-MIC failure (in hardware) handling. Apparently, HW sometimes gets this wrong and spuriusly fails valid packets. In all cases, the packets are dropped, but we do extra processing to record statistics correctly.
|
2008-02-04 00:16:24 +00:00 |
ieee80211_debug.h
|
Fix compilation when there is no debugging
|
2008-01-28 23:35:29 +00:00 |
ieee80211_input.c
|
This commit fixes problems with skbuff cloning and reference counting in input handling. The biggest problem with this code was corruption of memory.
|
2008-04-09 23:34:44 +00:00 |
ieee80211_ioctl.h
|
Debugging updates:
|
2008-04-09 22:25:51 +00:00 |
ieee80211_linux.c
|
Another SKB_NI
|
2008-04-09 21:23:40 +00:00 |
ieee80211_linux.h
|
Additional macros to cleanup SKB CB data access, minor corrections to style of a couple of macros, and some additional missed locking macros.
|
2008-04-09 20:49:53 +00:00 |
ieee80211_monitor.c
|
Another SKB_NI
|
2008-04-09 21:24:26 +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
|
Set subtype for re-association requests
|
2008-04-09 21:03:43 +00:00 |
ieee80211_node.h
|
Use long unsigned int for jiffies
|
2008-04-09 21:03:08 +00:00 |
ieee80211_output.c
|
More SKB_NI
|
2008-04-09 22:03:18 +00:00 |
ieee80211_power.c
|
When power save queue overflows, we have to return NETDEV_TX_OK and free the SKB.
|
2008-04-09 21:15:32 +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
|
Additional null check on iv_auth
|
2008-04-09 20:48:50 +00:00 |
ieee80211_proto.h
|
This commit fixes problems with skbuff cloning and reference counting in input handling. The biggest problem with this code was corruption of memory.
|
2008-04-09 23:34:44 +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.c
|
Updated roaming thresholds, for when automatic roaming is re-enabled.
|
2008-04-09 21:02:19 +00:00 |
ieee80211_scan.h
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
ieee80211_scan_ap.c
|
Fix non-debug compilation warnings about unused functions/variables
|
2008-04-10 23:48:41 +00:00 |
ieee80211_scan_sta.c
|
Add ssid matching to station lookup. Based on a patch from radiodriver.
|
2008-04-10 06:24:32 +00:00 |
ieee80211_skb.c
|
Switch to easier to read SKB_NI macros
|
2008-04-09 21:01:03 +00:00 |
ieee80211_skb.h
|
Arbitrary whitespace cleanups
|
2008-02-25 15:51:38 +00:00 |
ieee80211_var.h
|
Debugging updates:
|
2008-04-09 22:25:51 +00:00 |
ieee80211_wireless.c
|
Revert remaining portions of r3405 that broke wpa_supplicant compatibility.
|
2008-04-10 09:18:50 +00:00 |
ieee80211_xauth.c
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +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
|
if IFMEDIA_DEBUG is defined, also set ifmedia_debug as it is pointless otherwise.
|
2008-04-09 04:02:10 +00:00 |
if_media.h
|
Merge some whitespace changes from the DFS branch
|
2007-11-20 17:18:36 +00:00 |