summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)Author
2011-01-24wl12xx: Add channel 14 to list of supported 2ghz channelsArik Nemtsov
2011-01-24wl12xx: add missing MODULE_FIRMWARE statment for AP-mode FWArik Nemtsov
2011-01-24wl12xx: Cleanup PLT mode when module is removedJuuso Oikarinen
2011-01-24wl12xx: fix some endianess bugsEliad Peller
2011-01-24wl12xx: add hw configuration for max supported AMDPU sizeLuciano Coelho
2011-01-24wl12xx: change debug_level module param sysfs permissionsGuy Eilam
2011-01-24wl12xx: lock the RCU when accessing sta via ieee80211_find_sta()Luciano Coelho
2011-01-24wl12xx: don't modify the global supported band structuresLuciano Coelho
2011-01-24wl12xx: don't join upon disassociationEliad Peller
2011-01-24wl12xx: Enable AP-modeArik Nemtsov
2011-01-24wl12xx: Read MAC address from NVS file on HW startupArik Nemtsov
2011-01-24wl12xx: AP mode - fetch appropriate firmware for APArik Nemtsov
2011-01-24wl12xx: AP mode - encryption supportArik Nemtsov
2011-01-24wl12xx: AP mode - record TX configuration settingsArik Nemtsov
2011-01-24wl12xx: AP mode - changes in TX pathArik Nemtsov
2011-01-24wl12xx: AP mode - add STA add/remove opsArik Nemtsov
2011-01-24wl12xx: AP mode - change filter configArik Nemtsov
2011-01-24wl12xx: AP mode config in ieee80211_ops.configArik Nemtsov
2011-01-24wl12xx: Configure AP on BSS info changeArik Nemtsov
2011-01-24wl12xx: Add AP related definitions to HOST-FW interfaceArik Nemtsov
2011-01-24wl12xx: AP specific RX filter configurationArik Nemtsov
2011-01-24wl12xx: AP mode - init sequenceArik Nemtsov
2011-01-24wl12xx: AP mode - workaround for FW bug on station removeArik Nemtsov
2011-01-24wl12xx: AP-mode high level commandsArik Nemtsov
2011-01-24wl12xx: AP mode - add AP specific eventArik Nemtsov
2011-01-24wl12xx: AP mode - AP specific CMD_CONFIGURE sub-commandsArik Nemtsov
2011-01-24wl12xx: Add AP related configuration to conf_drv_settingsArik Nemtsov
2011-01-24wl12xx: fix some sparse warningsEliad Peller
2011-01-24wl12xx: use after free in debug codeDan Carpenter
2011-01-24wl12xx: remove redundant debugfs_remove_recursive() callEliad Peller
2011-01-21ath9k_hw: replace magic values in register writes with proper definesFelix Fietkau
2011-01-21ath5k: Simplify loop when setting up channelsBruno Randolf
2011-01-21ath9k: remove a bogus error messageFelix Fietkau
2011-01-21ath5k: Remove redundant sc->curbandBruno Randolf
2011-01-21ath5k: Remove unused sc->curmodeBruno Randolf
2011-01-21ath5: Remove unused CTL definitionsBruno Randolf
2011-01-21ath5k: Add 802.11j 4.9GHz channels to allowed channelsBruno Randolf
2011-01-21ath5k: Rename ath5k_copy_channelsBruno Randolf
2011-01-21ath5k: Use mac80211 channel mapping functionBruno Randolf
2011-01-21ath9k: Try more than one queue when scheduling new aggregate.Ben Greear
2011-01-21ath9k: Add 'misc' file to debugfs, fix queue indexes.Ben Greear
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf
2011-01-21ath9k: Restart xmit logic in xmit watchdog.Ben Greear
2011-01-21ath9k: More xmit queue debugfs information.Ben Greear
2011-01-21ath9k: Keep track of stations for debugfs.Ben Greear
2011-01-21ath9k: Add counters to distinquish AMPDU enqueues.Ben Greear
2011-01-21ath9k: Ensure xmit makes progress.Ben Greear
2011-01-21ath9k: Remove un-used member from ath_node.Ben Greear
2011-01-21ath9k: Add more information to debugfs xmit file.Ben Greear
2011-01-21ath9k: Initialize ah->hwBen Greear