madwifi/.git
2007-11-21 mtaylorBackport some additional 802.11 defines from madwifi-dfs
2007-11-21 mtaylorMore whitespace cleanup backported from madwifi-dfs
2007-11-21 mtaylorRemove duplicate copy of VAP_DEV_NAME
2007-11-21 mtaylorsince ieee80211_input() can be called by ieee80211_inpu...
2007-11-21 mtaylorRelocate refcounting macro defines so they are visible...
2007-11-21 mtaylorAdd parent device to debug output lines from ieee80211_...
2007-11-21 mtaylorMove DEV_NAME macro from if_ath.c to ieee80211_var...
2007-11-21 benoitMerge changeset 2877 to trunk. Fixed sc_last_tsf.
2007-11-21 mtaylorAdd labs macro
2007-11-21 mtaylorAdd null check around dev_kfree_skb
2007-11-21 mtaylorThe node debug lines in this file were just reporting...
2007-11-20 proskiUnexpand tabs in the lines different from the DFS branch
2007-11-20 proskiMerge whitespace changes made on the DFS branch
2007-11-20 proskiMerge tools/wlanconfig.c changes from the DFS branch
2007-11-20 proskiMerge some whitespace changes from the DFS branch
2007-11-20 proskiFix MHz spelling (not Mhz) from DFS branch
2007-11-18 benoitMerge RX timestamps changes from madwifi-dfs branch
2007-11-16 mentorMove pointer reference to after null pointer check.
2007-11-15 mentorChange the default VAP interface type to ARPHRD_ETHER
2007-11-15 mentorRevert r2852 as it uses the incorrect method to access...
2007-11-15 proskiRevert commits 2623:2624, they break archs without...
2007-11-14 proskiAdd semicolon lost in the previous commit
2007-11-14 mentorAlways set the correct network device type
2007-11-14 mentorWhen setting the desired frequency of a VAP, check...
2007-11-13 mentorModify ieee80211_saveie and ieee80211_saveath(ewww...
2007-11-12 mentorRevert r2828 - problem appears to be fixed now
2007-11-11 mentorStop ieee80211_node_leave from trying to be responsible...
2007-11-11 mentorTurn off Interference Mitigation/Ambient Noise Imunity...
2007-11-08 mentorAudit of node referencing:
2007-11-08 mentor * Update comments on find_*node functions to specifica...
2007-11-06 scottrInstall modules with mode set to 0644 instead of 0755.
2007-11-06 scottrFix compilation with GCC 4.1.2 on 64-bit hosts
2007-11-05 mtaylorFix for r1106. Perform HAL reset twice, once with...
2007-11-05 mtaylorTemporary workaround to refcount bugs exposed by r2792
2007-11-04 benoitMerge changes @2825 back to trunk
2007-11-03 mtaylorFix a node reference leak in XR mode due to re-assignin...
2007-11-03 mtaylorFix a node reference leak in ieee80211_ioctl_getspy...
2007-11-02 proskiFix support for big-endian systems
2007-11-01 proskiFix support for 64-bit systems
2007-11-01 proskiBig cleanup of tools/ath_info.c
2007-10-31 proskiFix sysctl support in Linux 2.6.24
2007-10-29 mtaylorWhen a channel switch announcement (CSA) happens either...
2007-10-29 mtaylorOur ABI for hostapd currently uses an old structure...
2007-10-29 proskiFix oops due to sysctl table check failure in Linux...
2007-10-28 mtaylorFix for a false replay detection when seq was initializ...
2007-10-28 mtaylorAdd indication of radar, half and quarter rates to...
2007-10-27 mentorMove acquisition of node reference outside macro to...
2007-10-17 proskiLinux 2.6.24 moves proc_net inside init_net
2007-10-17 proskiFix compilation for the forthcoming Linux 2.6.24
2007-10-16 br1add dump eeprom option (-d) to ath_info to dump the...
2007-10-14 mentorTry not to dereference null pointers; the loop above...
2007-10-13 mentorRefactor beacon buffer generating loop for readability
2007-10-11 mentorIf a rates information element is received that is...
2007-10-08 mentorSignificantly lower the PCI_LATENCY_TIMER value that...
2007-10-08 mentorFunction declaration whitespace
2007-10-05 proskiFix lock context imbalance in ap_end() found by sparse
2007-10-05 mtaylorAdded support for AP mode scan results to be updated...
2007-10-04 mrenzmannRestructuring the repository layout in response to...