summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx
Commit message (Expand)AuthorAgeFilesLines
* wl1271: remove warnings in wl1271_sdio_set_powerJohn W. Linville2010-09-141-10/+4Star
* wl1271: sdio: claim host only when doing IOOhad Ben-Cohen2010-09-141-8/+35
* wl1251: Fix queue stopping/waking for TX pathDenis 'GNUtoo' Carikli2010-08-313-13/+24
* wl12xx: remove unneeded lockingJohannes Berg2010-08-274-8/+0Star
* wl1251: move include guard after the licenseKalle Valo2010-08-251-3/+3
* wl1251: remove copyright contact personKalle Valo2010-08-2522-44/+0Star
* wl1251: update my email addressKalle Valo2010-08-253-3/+3
* wl1251: wait for join command complete eventGrazvydas Ignotas2010-08-244-6/+34
* wl1251: fix beacon filter table structureGrazvydas Ignotas2010-08-241-1/+1
* wl1251: fix event handling mechanismGrazvydas Ignotas2010-08-241-8/+8
* wl1251: add missing __packed modifier for some structsGrazvydas Ignotas2010-08-242-6/+6
* drivers/net/wireless/wl12xx: Use available error codesJulia Lawall2010-08-241-1/+1
* drivers/net/wireless/wl12xx: Use available error codesJulia Lawall2010-08-242-2/+2
* mac80211: use cipher suite selectorsJohannes Berg2010-08-164-16/+18
* wl1251: fix trigger scan timeout usageYuri Kululin2010-08-131-1/+1
* net: wl12xx: do not use kfree'd memoryKulikov Vasiliy2010-08-041-2/+1Star
* wl1271: update hw/fw version info in wiphy structJohn W. Linville2010-07-291-0/+7
* wl1251: update hw/fw version info in wiphy structJohn W. Linville2010-07-291-0/+5
* wl1271: add get_survey callback in order to get channel noiseJohn W. Linville2010-07-293-0/+27
* wl1251: add get_survey callback in order to get channel noiseJohn W. Linville2010-07-293-0/+26
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2010-07-2713-161/+161
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-07-1317-488/+579
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-1113-108/+319
| |\ \
| * | | drivers/net: use __packed annotationEric Dumazet2010-06-0312-160/+160
* | | | drivers/net/wireless/wl12xx: Use kmemdupJulia Lawall2010-07-261-6/+2Star
* | | | wl1251: fix sparse-generated warningsJohn W. Linville2010-07-264-18/+20
| |_|/ |/| |
* | | wl1271: use __packed annotationLuciano Coelho2010-07-122-5/+5
* | | wl1271: use per-channel max tx power passed by mac80211 when scanningLuciano Coelho2010-07-081-1/+1
* | | wl1271: rewritten scanning codeLuciano Coelho2010-07-085-141/+211
* | | wl1271: moved scan operations to a separate fileLuciano Coelho2010-07-087-240/+303
* | | wl1271: Update interface to temporarily disable dynamic PSJuuso Oikarinen2010-07-082-4/+4
* | | wl1271: Fix warning when disconnecting and ad-hoc networkJuuso Oikarinen2010-07-081-1/+2
* | | wl1271: Disable dynamic PS based on BT co-ext sense eventsJuuso Oikarinen2010-07-083-2/+18
* | | wl1271: Update hardware ARP filtering configuration handlingJuuso Oikarinen2010-07-083-54/+19Star
* | | wl1271: read fem manufacturer value from nvsLuciano Coelho2010-07-083-17/+3Star
* | | wl1271: Work around AP's with broken ps-poll functionalityJuuso Oikarinen2010-07-086-2/+88
* | | wl1271: Use all basic rates for ps-poll, instead of just the slowestJuuso Oikarinen2010-07-081-1/+1
* | | wl1271: Use the ARP configuration function from mac80211Juuso Oikarinen2010-07-083-108/+56Star
* | | wl1271: Add TSF handlingJuuso Oikarinen2010-07-084-6/+65
* | | wl1271: Remove calibration from join commandJuuso Oikarinen2010-07-081-104/+0Star
* | | wl12xx: Use MODULE_ALIAS macro at correct postion for SPI busAmeya Palande2010-07-063-1/+2
| |/ |/|
* | wl1251: fix ELP_CTRL register readsGrazvydas Ignotas2010-06-081-6/+34
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-071-0/+1
|\ \
| * | wl1251: fix a memory leak in probeGrazvydas Ignotas2010-06-071-0/+1
| |/
* | wl1271: Fix scan parameter handling for 5GHzJuuso Oikarinen2010-06-025-15/+16
* | wl1271: Use proper rates for PSM entry/exit null-funcs for 5GHzJuuso Oikarinen2010-06-021-1/+1
* | wl1271: the core wl1271 module shouldn't depend on SPI_MASTERLuciano Coelho2010-06-021-1/+1
* | wl1271: Flush TX buffers to air before going to idleJuuso Oikarinen2010-06-024-4/+45
* | wl1271: Idle handling into own functionJuuso Oikarinen2010-06-022-21/+40
* | wl1271: Prevent dropping of TX frames in joinsJuuso Oikarinen2010-06-022-6/+5Star