aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-09-30wl12xx: fix non-wl12xx build scenariosOhad Ben-Cohen1-0/+13
2010-09-28MAINTAINERS: Update git url for the wl1271 driverLuciano Coelho1-1/+1
2010-09-28wl1271: Add support for hardware GEM cipherJuuso Oikarinen3-1/+19
2010-09-28wl1271: Increase connection reliabilityJuuso Oikarinen4-15/+28
2010-09-28wl1271: Optimize scan durationJuuso Oikarinen4-9/+60
2010-09-28wl1271: Add handling for failing hardware scan commandJuuso Oikarinen4-7/+32
2010-09-28wl1271: Add hardware recovery mechanismJuuso Oikarinen4-3/+36
2010-09-28wl1271: Separate interface removal to another functionJuuso Oikarinen2-6/+17
2010-09-28wl1271: Fix work cancelling when shutting down the driverJuuso Oikarinen3-0/+9
2010-09-28wl1271: Move scan complete invocation into work functionJuuso Oikarinen4-5/+24
2010-09-28wl1271: Fix AC/TID default configurationJuuso Oikarinen3-67/+39
2010-09-28wl1271: Fix tid-configuration of TX framesJuuso Oikarinen2-19/+2
2010-09-28wl1271: Enable 11a support always, prevent scanning for unsupporting chipsJuuso Oikarinen2-11/+8
2010-09-28wl1271: Reduce rate used for last PSM entry attemptJuuso Oikarinen6-15/+28
2010-09-28wl1271: Enable/disable 11a support based on INI configurationJuuso Oikarinen6-45/+31
2010-09-28wl1271: Remove function cmd_read_memoryJuuso Oikarinen2-72/+0
2010-09-28wl1271: Release interrupt *after* releasing the driver contextJuuso Oikarinen2-4/+2
2010-09-28wl1271: Remove acx_fw_version functionJuuso Oikarinen2-64/+0
2010-09-28wl1271: Move setting of wake-up conditions to ps.c from cmd.cJuuso Oikarinen2-7/+6
2010-09-28wl1271: Remove outdated FIXME'sJuuso Oikarinen3-19/+7
2010-09-28wl1271: Change supported channel order for a more optimal scanJuuso Oikarinen1-40/+46
2010-09-28wl1271: fix forced passive scanLuciano Coelho1-1/+4
2010-09-28wl1271: remove useless 11a check when scanningLuciano Coelho1-4/+1
2010-09-28wl1271: Fix scan race conditionJuuso Oikarinen2-3/+2
2010-09-28wl1271: Add trigger to net_device oper_state to change BT coex priorityJuuso Oikarinen2-0/+70
2010-09-28wl1271: Implement CMD_SET_STA_STATE to indicate connection completion to FWJuuso Oikarinen2-0/+38
2010-09-28wl1271: remove deprecated ACX definitionLuciano Coelho1-1/+0
2010-09-27ath9k_htc: Fix TKIP disconnect failure with HTC driversRajkumar Manoharan1-0/+3
2010-09-27mac80211: move packet flags into packetJohannes Berg4-57/+91
2010-09-27mac80211: fix release_reorder_timeout in scanJohannes Berg1-14/+8
2010-09-27mac80211: clean up rx handling wrt. found_staJohannes Berg1-31/+25
2010-09-27mac80211: consolidate packet processingJohannes Berg1-103/+62
2010-09-27mac80211: remove prepare_for_handlers sdata argumentJohannes Berg1-8/+8
2010-09-27Revert "mac80211: fix use-after-free"John W. Linville1-0/+4
2010-09-27nl80211: Fix exit from nl80211_set_power_saveTeemu Paasikivi1-1/+2
2010-09-27mac80211: Support receiving data frames on multiple vifs.Ben Greear1-10/+70
2010-09-27mac80211/ath9k: Support AMPDU with multiple VIFs.Ben Greear4-18/+31
2010-09-27mac80211: Support multiple VIFS per AP in debugfs.Ben Greear4-3/+5
2010-09-27ath9k_hw: simplify revision checks for AR9287Felix Fietkau5-16/+9
2010-09-27ath9k_hw: simplify revision checks for AR9285Felix Fietkau6-37/+8
2010-09-27ath9k_hw: simplify revision checks for AR9280Felix Fietkau10-42/+36
2010-09-27wl1271: Fix overflow in wl1271_boot_upload_nvsIdo Yariv1-11/+6
2010-09-27ath5k: Add bssid mask and rxfilter to debugfs.Ben Greear2-0/+59
2010-09-24ath9k_htc: Fix beacon distribution in IBSS modeRajkumar Manoharan1-1/+8
2010-09-24ath9k: Fix tx struck state with paprdVasanthakumar Thiagarajan1-2/+4
2010-09-24mac80211: clear txflags for ps-filtered framesChristian Lamparter2-0/+17
2010-09-24airo: remove "basic_rate" module optionDan Carpenter1-11/+0
2010-09-24mac80211: Add DS Parameter Set into Probe Request on 2.4 GHzJouni Malinen3-4/+18
2010-09-24mac80211: Filter ProbeReq SuppRates based on TX rate maskJouni Malinen3-17/+24
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville14-20/+52