summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/wl1271_main.c
AgeCommit message (Expand)AuthorFilesLines
2010-03-23wl1271: Changed platform_device to be dynamically allocatedTeemu Paasikivi1-9/+33
2010-03-23wl1271: Remove circular interlocking related to the inetaddr notifier chainJuuso Oikarinen1-1/+2
2010-03-23wl1271: Don't generate null func template for ad-hocJuuso Oikarinen1-4/+2
2010-03-23wl1271: Update filters properlyJuuso Oikarinen1-9/+49
2010-03-23wl1271: Remove deprecated interface config functionJuuso Oikarinen1-68/+0
2010-03-23wl1271: Fix MAC address handlingJuuso Oikarinen1-89/+60
2010-03-23wl1271: enable U-APSDKalle Valo1-2/+8
2010-03-23wl1271: fix ps scheme in wl1271_op_conf_tx()Kalle Valo1-1/+1
2010-03-23wl1271: get probe request template from mac80211Kalle Valo1-2/+4
2010-03-23wl1271: enable WMMKalle Valo1-0/+2
2010-03-23wl1271: Add sysfs file to control BT co-ex stateJuuso Oikarinen1-0/+72
2010-03-23wl1271: Move platform device registration from _spi to _mainJuuso Oikarinen1-2/+35
2010-03-23wl1271: Add proper WLAN-BT co-ex configuration, and enable co-ex.Juuso Oikarinen1-11/+51
2010-03-23wl1271: Cleaned up wlan power on/off functionsTeemu Paasikivi1-12/+0
2010-03-23wl1271: Fix configuration of the TX opportunity valueJuuso Oikarinen1-1/+2
2010-03-09wl1271: Disable host TX rate controlJuuso Oikarinen1-1/+2
2010-03-09wl1271: Clean up TX security sequence number handlingJuuso Oikarinen1-6/+5
2010-03-09wl1271: Update TX packet life time handling with higher resolution timeJuuso Oikarinen1-2/+4
2010-03-09wl1271: Implement looped IRQ handlingJuuso Oikarinen1-29/+47
2010-03-09wl1271: Don't mask interrupts while handling interruptJuuso Oikarinen1-4/+0
2010-03-09wl1271: Remove annoying PSM entry/exit kernel tracesJuuso Oikarinen1-2/+2
2010-03-09wl1271: Fix queue stopping/waking for TX pathJuuso Oikarinen1-7/+5
2010-03-09wl1271: Fix ad-hoc mode neighborhood detectionJuuso Oikarinen1-8/+7
2010-03-09wl1271: Improvements to the TX pathJuuso Oikarinen1-5/+3
2010-03-09wl1271: Changed access to fw status register to use raw readTeemu Paasikivi1-1/+1
2010-03-09wl1271: Divided driver to two separate modulesTeemu Paasikivi1-0/+8
2010-03-09wl1271: Removed wl1271_spi.h and made some functions staticTeemu Paasikivi1-1/+0
2010-03-09wl1271: Implemented abstraction of IO functions.Teemu Paasikivi1-3/+3
2010-03-09wl1271: Added functions to enable/disable interrupt handlingTeemu Paasikivi1-5/+0
2010-03-09wl1271: Moved module basics to wl1271_spi.cTeemu Paasikivi1-186/+5
2010-02-19wl1271: Added alloc and free hw functionsTeemu Paasikivi1-27/+53
2010-02-19wl1271: Added IO reset and init functionsTeemu Paasikivi1-2/+2
2010-02-19wl1271: Renamed IO functionsTeemu Paasikivi1-6/+6
2010-02-19wl1271: add testmode supportKalle Valo1-0/+2
2010-02-19wl1271: Fix ad-hoc SSID updateJuuso Oikarinen1-7/+16
2010-02-19wl1271: Fix WEP key handlingJuuso Oikarinen1-0/+8
2010-02-19wl1271: Fix key-remove errorJuuso Oikarinen1-0/+7
2010-02-19wl1271: wakeup chip in op_conf_tx()Kalle Valo1-2/+9
2010-02-19wl1271: Fix random MAC address settingJuuso Oikarinen1-0/+8
2010-02-19wl1271: add most of the normal initialization commands to PLT modeLuciano Coelho1-7/+78
2010-02-19wl1271: Retrieve device mac address from the nvs fileJuuso Oikarinen1-9/+27
2010-02-19wl1271: Use NVS INI file configurationJuuso Oikarinen1-95/+6
2010-02-19wl1271: implement WMMKalle Valo1-0/+31
2010-02-19wl1271: Add SSID configuration for JOIN in ad-hocJuuso Oikarinen1-26/+43
2010-02-19wl1271: Fix channel changing codeJuuso Oikarinen1-2/+10
2010-02-19wl1271: Fix PSM entryJuuso Oikarinen1-3/+5
2009-12-29mac80211: remove struct ieee80211_if_init_confJohannes Berg1-5/+5
2009-12-29wl1271: Prevent performing "join" before associationJuuso Oikarinen1-1/+1
2009-12-29wl1271: Add support for acx_pm_configJuuso Oikarinen1-0/+4
2009-12-29wl1271: Change booleans in struct wl1271 into a flags bitmaskJuuso Oikarinen1-27/+18