.. |
Makefile
|
Merge madwifi-free branch into the trunk
|
2009-04-07 01:26:53 +00:00 |
Makefile.kernel
|
Remove support for Linux kernels older than 2.6.13
|
2013-11-12 11:46:06 -05:00 |
_ieee80211.h
|
Merge madwifi-dfs back to trunk: this change is only about DFS, excluding
|
2009-07-11 17:20:58 +00:00 |
ieee80211.c
|
Remove support for Linux kernels older than 2.6.13
|
2013-11-12 11:46:06 -05:00 |
ieee80211.h
|
Merge madwifi-dfs back to trunk: this change is only about DFS, excluding
|
2009-07-11 17:20:58 +00:00 |
ieee80211_acl.c
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
ieee80211_beacon.c
|
Fix all instances of unused variables reported by gcc 4.6.0.
|
2011-05-03 21:56:02 +00:00 |
ieee80211_crypto.c
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
ieee80211_crypto.h
|
Remove, rename, and move various mystery meat defines
|
2008-07-06 02:31:09 +00:00 |
ieee80211_crypto_ccmp.c
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
ieee80211_crypto_none.c
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
ieee80211_crypto_tkip.c
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
ieee80211_crypto_wep.c
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
ieee80211_debug.h
|
Fix compilation when there is no debugging
|
2008-01-28 23:35:29 +00:00 |
ieee80211_input.c
|
Require WIRELESS_EXT >= 18
|
2013-11-12 13:05:20 -05:00 |
ieee80211_ioctl.h
|
Remove all reverse engineering support, it's pointless now
|
2009-04-22 22:05:57 +00:00 |
ieee80211_linux.c
|
Don't rely on typedef for struct ctl_table, it's going away
|
2014-06-17 11:52:02 -04:00 |
ieee80211_linux.h
|
Don't rely on typedef for struct ctl_table, it's going away
|
2014-06-17 11:52:02 -04:00 |
ieee80211_monitor.c
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
ieee80211_monitor.h
|
Move the monitor physical parameter struct inside ieee80211_cb. Have same struct actually be an array. Add an evil struct definition that breaks if ieee80211_cb is bigger than 48 bytes; it serves no other purpose.
|
2008-05-05 23:51:16 +00:00 |
ieee80211_node.c
|
Fix typos found by codespell
|
2011-08-26 15:31:01 +00:00 |
ieee80211_node.h
|
Fix typos found by codespell
|
2011-08-26 15:31:01 +00:00 |
ieee80211_output.c
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
ieee80211_power.c
|
Fix all instances of unused variables reported by gcc 4.6.0.
|
2011-05-03 21:56:02 +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
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
ieee80211_proto.h
|
Merge madwifi-dfs back to trunk: this change is only about DFS, excluding
|
2009-07-11 17:20:58 +00:00 |
ieee80211_radiotap.h
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
ieee80211_rate.c
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
ieee80211_rate.h
|
Restructuring the repository layout in response to ath5k.
|
2007-10-04 13:07:51 +00:00 |
ieee80211_scan.c
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
ieee80211_scan.h
|
Merge madwifi-dfs back to trunk: this change is only about DFS, excluding
|
2009-07-11 17:20:58 +00:00 |
ieee80211_scan_ap.c
|
Remove support for Linux kernels older than 2.6.13
|
2013-11-12 11:46:06 -05:00 |
ieee80211_scan_sta.c
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
ieee80211_skb.c
|
Make skb_total_counter and skb_refs_counter static
|
2013-11-12 17:01:27 -05:00 |
ieee80211_skb.h
|
Make skb_total_counter and skb_refs_counter static
|
2013-11-12 17:01:27 -05:00 |
ieee80211_var.h
|
Fix typos found by codespell
|
2011-08-26 15:31:01 +00:00 |
ieee80211_wireless.c
|
Recognize IW_AUTH_CIPHER_GROUP_MGMT and IW_AUTH_MFP
|
2013-11-13 17:45:24 -05:00 |
ieee80211_xauth.c
|
Add support for the latest kernels that don't define AUTOCONF_INCLUDED
|
2011-02-02 21:10:53 +00:00 |
if_athproto.h
|
Remove now unused FF next field in ieee80211_cb. This makes ieee80211_cb under 48 bytes on 64-bit with IEEE80211_DEBUG_REFCNT
|
2008-05-06 11:22:31 +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
|
Remove useless casts of kmalloc() and kzalloc()
|
2011-08-03 00:18:57 +00:00 |
if_media.h
|
Merge some whitespace changes from the DFS branch
|
2007-11-20 17:18:36 +00:00 |