aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/wl12xx/wl1251_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-11wl1251: move to it's own directoryKalle Valo1-1435/+0
2010-08-31wl1251: Fix queue stopping/waking for TX pathDenis 'GNUtoo' Carikli1-7/+5
2010-08-27wl12xx: remove unneeded lockingJohannes Berg1-2/+0
2010-08-25wl1251: remove copyright contact personKalle Valo1-2/+0
2010-08-25wl1251: update my email addressKalle Valo1-1/+1
2010-08-24wl1251: wait for join command complete eventGrazvydas Ignotas1-5/+3
2010-08-24wl1251: fix event handling mechanismGrazvydas Ignotas1-8/+8
2010-08-16mac80211: use cipher suite selectorsJohannes Berg1-6/+7
2010-07-29wl1251: update hw/fw version info in wiphy structJohn W. Linville1-0/+5
2010-07-29wl1251: add get_survey callback in order to get channel noiseJohn W. Linville1-0/+17
2010-07-06wl12xx: Use MODULE_ALIAS macro at correct postion for SPI busAmeya Palande1-1/+0
2010-06-02drivers/net/wireless/wl12xx: Use kmemdupJulia Lawall1-3/+1
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-1/+1
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville1-1/+0
2010-04-27mac80211: give virtual interface to hw_scanJohannes Berg1-0/+1
2010-04-23Merge branch 'master' into for-davemJohn W. Linville1-0/+63
2010-04-16wl1251: read default MAC address from EEPROM when availableGrazvydas Ignotas1-0/+63
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-2/+2
2010-04-14wl1251: don't require NVS data when EEPROM is usedGrazvydas Ignotas1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-15wl1251: fix ELP_CTRL register accesses when using SDIOGrazvydas Ignotas1-2/+2
2010-02-08wl1251: fix txop unitKalle Valo1-1/+2
2010-01-26mac80211: wait for beacon before enabling powersaveJohannes Berg1-18/+7
2010-01-12wl1251: add U-APSD supportKalle Valo1-3/+9
2010-01-12wl1251: create qos null data templateKalle Valo1-0/+25
2010-01-12wl1251: fix sleep related error paths in wl1251_op_bss_info_changed()Kalle Valo1-5/+5
2010-01-12wl1251: use mac80211 provided channel parameters in scanningKalle Valo1-1/+2
2010-01-12wl1251: get probe request template from mac80211Kalle Valo1-74/+12
2010-01-12wl1251: cleanup scanning codeKalle Valo1-101/+24
2010-01-12wl1251: get PS Poll and Nullfunc templates from mac80211Kalle Valo1-42/+16
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg1-7/+7
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-21/+15
2009-12-21wl1251: enable WMMKalle Valo1-0/+2
2009-12-21wl1251: implement WMMKalle Valo1-1/+1
2009-12-21wl1251: implement wl1251_acx_tid_cfg()Kalle Valo1-0/+11
2009-12-21wl1251: implement acx_ac_cfg to configure hardware queuesKalle Valo1-0/+27
2009-12-21wl1251: fix error handling in wl1251_op_config()Kalle Valo1-2/+7
2009-12-21wl1251: print a debug message when tx_queue is fullKalle Valo1-0/+1
2009-12-07wl1251: don't build null data template in wl1251_op_config()Kalle Valo1-4/+0
2009-12-07wl1251: fix bssid handlingKalle Valo1-15/+15
2009-12-07wl1251: remove false warning messagesKalle Valo1-2/+0
2009-11-18wl1251: Send null data packet with "TODS" bit setVidhya Govindan1-1/+2
2009-11-18wl1251: Fix regression in IRQ loop handlingJuuso Oikarinen1-2/+4
2009-11-18wl1251: Add IRQ looping supportJanne Ylalehto1-60/+67
2009-11-18wl1251: Set the correct dtim period to the firmwareVidhya Govindan1-2/+2
2009-11-18wl1251: mask aid bits 14 and 15 in ps-poll templateKalle Valo1-1/+4
2009-11-18wl1251: allocate space for firmware with vmalloc()Kalle Valo1-2/+3
2009-11-18wl1251: Implement delayed entry into ELP modeJuuso Oikarinen1-0/+1
2009-11-18wl1251: Configure beacon filtering on if PSM usedJuuso Oikarinen1-1/+2