summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx
AgeCommit message (Expand)AuthorFilesLines
2011-01-31wl12xx: fix warning due to missing arg in ampdu_actionLuciano Coelho1-2/+3
2011-01-24wl12xx: disable auto-arpEliad Peller1-2/+1
2011-01-24wl12xx: Increase scan channel dwell time for passive scansJuuso Oikarinen2-11/+11
2011-01-24wl12xx: 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-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
2011-01-24wl12xx: AP mode - AP specific CMD_CONFIGURE sub-commandsArik Nemtsov6-11/+98
2011-01-24wl12xx: Add AP related configuration to conf_drv_settingsArik Nemtsov4-7/+90
2011-01-24wl12xx: fix some sparse warningsEliad Peller4-15/+15
2011-01-24wl12xx: use after free in debug codeDan Carpenter1-1/+1
2011-01-24wl12xx: remove redundant debugfs_remove_recursive() callEliad Peller2-21/+16
2011-01-21cfg80211: Extend channel to frequency mapping for 802.11jBruno Randolf1-1/+1
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2-4/+4
2011-01-03Fix spelling mistakes in commentsStefan Weil2-4/+4
2010-12-22wl12xx: remove unnecessary importHauke Mehrtens1-1/+0
2010-12-15wl12xx_sdio_test: rename files to match current styleLuciano Coelho3-15/+28
2010-12-15wl12xx: Change TX queue to be per ACJuuso Oikarinen4-17/+60
2010-12-15wl12xx: allow runtime changing of debug_levelEliad Peller3-9/+20
2010-12-15wl1271: fixed problem with WPS IEs in probe requestsGuy Eilam3-11/+9
2010-12-15wl12xx: add auto-arp supportEliad Peller7-8/+93
2010-12-15wl1271_sdio_test: Add module for sdio RX/TX testingRoger Quadros3-0/+520
2010-12-15wl12xx: disable 11a channels when wl->enable_11a is knownLuciano Coelho1-6/+10
2010-12-02wl12xx: Remove 11j channels from the supported channels list.Juuso Oikarinen1-8/+0
2010-12-02wl1271: Add wl1271_load_firmware() and export some functionsRoger Quadros3-1/+18
2010-12-02wl12xx: fix illegal memset if debugfs is not enabledLuciano Coelho1-0/+3