summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-28ath: Add function to check if 4.9GHz channels are allowedBruno Randolf2-0/+8
2011-01-28ath5k: Use local variable for capabilitiesBruno Randolf1-21/+18
2011-01-28ath9k: fix tx queue index confusion in debugfs codeFelix Fietkau3-20/+21
2011-01-28ath9k: fold struct ath_wiphy into struct ath_softcFelix Fietkau10-105/+52
2011-01-28ath9k: remove the bf->aphy fieldFelix Fietkau2-24/+17
2011-01-28ath9k: remove support for virtual wiphysFelix Fietkau10-951/+23
2011-01-28ath9k: remove the virtual wiphy debugfs interfaceFelix Fietkau1-133/+4
2011-01-28ath9k: clean up the code that wakes the mac80211 queuesFelix Fietkau2-23/+18
2011-01-28Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville21-459/+2175
2011-01-28ath9k: fix misplaced debug codeFelix Fietkau2-8/+3
2011-01-28carl9170: utilize fw seq counter for mgmt/non-QoS data framesChristian Lamparter4-0/+23
2011-01-28carl9170: enable wake-on-lan feature testingChristian Lamparter1-0/+3
2011-01-28carl9170: update fw/hw headersChristian Lamparter5-11/+71
2011-01-27ath9k: clean up enums and unused macrosMohammed Shafi Shajakhan2-6/+3
2011-01-27mac80211: use DECLARE_EVENT_CLASSJohannes Berg1-169/+33
2011-01-27Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville24-313/+998
2011-01-26ath5k: ath5k_setup_channels cleanup and whitespaceBruno Randolf1-8/+3
2011-01-26ath9k_hw: read and backup AR_WA register value even before chip reset on.Senthil Balasubramanian1-8/+9
2011-01-26ath9k_hw: Fix incorrect macversion and macrev checksSenthil Balasubramanian1-2/+2
2011-01-25wl12xx: disable auto-arpEliad Peller1-2/+1
2011-01-25wl12xx: Increase scan channel dwell time for passive scansJuuso Oikarinen2-11/+11
2011-01-25wl12xx: wrong values are returned in gpio_power_write()Eliad Peller1-6/+4
2011-01-24wl12xx: BA receiver supportLevi, Shahar5-4/+117
2011-01-24wl12xx: BA initiator supportLevi, Shahar7-10/+183
2011-01-24wl12xx: Add channel 14 to list of supported 2ghz channelsArik Nemtsov1-0/+1
2011-01-24wl12xx: add missing MODULE_FIRMWARE statment for AP-mode FWArik Nemtsov2-0/+2
2011-01-24wl12xx: Cleanup PLT mode when module is removedJuuso Oikarinen1-5/+15
2011-01-24wl12xx: fix some endianess bugsEliad Peller3-5/+5
2011-01-24wl12xx: add hw configuration for max supported AMDPU sizeLuciano Coelho1-0/+2
2011-01-24wl12xx: change debug_level module param sysfs permissionsGuy Eilam2-7/+2
2011-01-24wl12xx: lock the RCU when accessing sta via ieee80211_find_sta()Luciano Coelho1-27/+33
2011-01-24wl12xx: don't modify the global supported band structuresLuciano Coelho2-2/+17
2011-01-24wl12xx: don't join upon disassociationEliad Peller1-10/+12
2011-01-24MAINTAINERS: update information for the wl12xx driverLuciano Coelho1-3/+3
2011-01-24wl12xx: Enable AP-modeArik Nemtsov2-2/+7
2011-01-24wl12xx: Read MAC address from NVS file on HW startupArik Nemtsov1-0/+12
2011-01-24wl12xx: AP mode - fetch appropriate firmware for APArik Nemtsov2-3/+33
2011-01-24wl12xx: AP mode - encryption supportArik Nemtsov4-44/+223
2011-01-24wl12xx: AP mode - record TX configuration settingsArik Nemtsov1-24/+48
2011-01-24wl12xx: AP mode - changes in TX pathArik Nemtsov2-10/+48
2011-01-24wl12xx: AP mode - add STA add/remove opsArik Nemtsov2-0/+119
2011-01-24wl12xx: AP mode - change filter configArik Nemtsov1-10/+12
2011-01-24wl12xx: AP mode config in ieee80211_ops.configArik Nemtsov1-22/+30
2011-01-24wl12xx: Configure AP on BSS info changeArik Nemtsov2-109/+234
2011-01-24wl12xx: Add AP related definitions to HOST-FW interfaceArik Nemtsov4-7/+37
2011-01-24wl12xx: AP specific RX filter configurationArik Nemtsov5-8/+28
2011-01-24wl12xx: AP mode - init sequenceArik Nemtsov7-100/+317
2011-01-24wl12xx: AP mode - workaround for FW bug on station removeArik Nemtsov1-5/+21
2011-01-24wl12xx: AP-mode high level commandsArik Nemtsov6-14/+419
2011-01-24wl12xx: AP mode - add AP specific eventArik Nemtsov3-3/+8