summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/wl12xx/wl1271_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-22wl1271: Change wl12xx Files NamesShahar Levi1-783/+0
2010-10-07wl1271: Support FEM autodetectionJuuso Oikarinen1-4/+17
2010-10-05wl1271: Add extended radio parameter initializationJuuso Oikarinen1-0/+33
2010-09-28wl1271: Increase connection reliabilityJuuso Oikarinen1-5/+5
2010-09-28wl1271: Add hardware recovery mechanismJuuso Oikarinen1-1/+4
2010-09-28wl1271: Reduce rate used for last PSM entry attemptJuuso Oikarinen1-2/+2
2010-09-28wl1271: Remove function cmd_read_memoryJuuso Oikarinen1-35/+0
2010-09-28wl1271: Move setting of wake-up conditions to ps.c from cmd.cJuuso Oikarinen1-7/+0
2010-09-28wl1271: Implement CMD_SET_STA_STATE to indicate connection completion to FWJuuso Oikarinen1-0/+28
2010-07-09wl1271: moved scan operations to a separate fileLuciano Coelho1-136/+0
2010-07-09wl1271: read fem manufacturer value from nvsLuciano Coelho1-3/+3
2010-07-09wl1271: Use all basic rates for ps-poll, instead of just the slowestJuuso Oikarinen1-1/+1
2010-07-09wl1271: Remove calibration from join commandJuuso Oikarinen1-104/+0
2010-06-03wl1271: Fix scan parameter handling for 5GHzJuuso Oikarinen1-3/+5
2010-06-03wl1271: Use proper rates for PSM entry/exit null-funcs for 5GHzJuuso Oikarinen1-1/+1
2010-06-03wl1271: Prevent dropping of TX frames in joinsJuuso Oikarinen1-6/+0
2010-06-03wl1271: Add support for NVS files with 5GHz band parametersJuuso Oikarinen1-1/+8
2010-06-03wl1271: Update handling of the NVS file / INI parametersJuuso Oikarinen1-7/+7
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2010-05-07wl1271: Reduce PSM entry hang over period from 128 => 1 msJuuso Oikarinen1-1/+1
2010-05-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-7/+7
2010-04-29wl1271: fix a bunch of sparse warningsLuciano Coelho1-2/+2
2010-04-29wl1271: Improve command pollingJuuso Oikarinen1-5/+5
2010-04-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-32/+95
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-04-07wl1271: Configure rates for templatesJuuso Oikarinen1-8/+13
2010-04-07wl1271: Use minimum rate for each band for control messagesJuuso Oikarinen1-16/+11
2010-03-31wl1271: Fix msleep() delay while waiting for completionSaravanan Dhanabal1-1/+8
2010-03-31wl1271: Add keep-alive frame template supportJuuso Oikarinen1-6/+29
2010-03-31wl1271: Update beacon interval properly for ad-hocJuuso Oikarinen1-1/+1
2010-03-31wl1271: wait for disconnect command complete eventLuciano Coelho1-1/+5
2010-03-31wl1271: wait for join command complete eventLuciano Coelho1-5/+33
2010-03-31wl1271: Fix memory leak in cmd_data_pathJuuso Oikarinen1-1/+1
2010-03-31wl1271: Fix memory leak in scan command handlingJuuso Oikarinen1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-23wl1271: Don't generate null func template for ad-hocJuuso Oikarinen1-7/+19
2010-03-23wl1271: Update filters properlyJuuso Oikarinen1-9/+0
2010-03-23wl1271: create qos nullfunc templateKalle Valo1-0/+22
2010-03-23wl1271: get probe request template from mac80211Kalle Valo1-109/+28
2010-03-23wl1271: get pspoll and nullfunc templates from mac80211Kalle Valo1-24/+20
2010-03-09wl1271: Clean up TX security sequence number handlingJuuso Oikarinen1-2/+1
2010-03-09wl1271: Fix ad-hoc mode neighborhood detectionJuuso Oikarinen1-2/+2
2010-03-09wl1271: Removed wl1271_spi.h and made some functions staticTeemu Paasikivi1-1/+0
2010-02-19wl1271: Renamed IO functionsTeemu Paasikivi1-7/+8
2010-02-19wl1271: Use NVS INI file configurationJuuso Oikarinen1-99/+18
2010-02-19wl1271: Fix PSM entryJuuso Oikarinen1-2/+2
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+2
2009-12-29wl1271: Change booleans in struct wl1271 into a flags bitmaskJuuso Oikarinen1-3/+3
2009-12-29wl1271: use channel 1 when configuring the data pathLuciano Coelho1-6/+7
2009-12-29wl1271: remove workaround for disconnectionLuciano Coelho1-15/+0