aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/os/linux/cfg80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-13staging: remove ath6klKalle Valo1-1892/+0
2011-07-05staging: ath6kl: implement testmode rx commandKalle Valo1-1/+98
2011-06-28ath6kl: Add PMKSA cache management commandsJouni Malinen1-0/+25
2011-06-28ath6kl: testmode supportKalle Valo1-0/+58
2011-06-28ath6kl: fix crash when interface is closed but scan is ongoingKalle Valo1-13/+18
2011-06-07staging: ath6kl: Fix a kernel panic during suspend/resumeVasanthakumar Thiagarajan1-1/+2
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-05-19cfg80211: Use consistent BSS matching between scan and smeJouni Malinen1-1/+1
2011-05-17ath6kl: iw dev wlan0 link implementationNaveen Singh1-0/+146
2011-05-17drivers/staging/ath6kl/os/linux/cfg80211.c: Add missing call to cfg80211_put_bssJulia Lawall1-0/+1
2011-05-03staging: ath6kl: open/shared auth implementationNaveen Singh1-16/+73
2011-05-03staging: ath6kl: cfg80211_roam issue; driver wedgeNaveen Singh1-44/+52
2011-04-25ath6kl: fix operations for power managementNaveen Singh1-2/+2
2011-04-25ath6kl: fix scan operation while disconnectNaveen Singh1-0/+4
2011-04-04ath6kl: s|A_FREE|kfree|gLuis R. Rodriguez1-2/+2
2011-03-14ath6kl: remove-typedef AR_SOFTC_TLuis R. Rodriguez1-25/+25
2011-03-11staging: ath6kl: s|A_MEMCMP|memcmp|gLuis R. Rodriguez1-4/+4
2011-03-11staging: ath6kl: s|A_MEMCPY|memcpy|gLuis R. Rodriguez1-18/+18
2011-02-18staging: ath6kl: Fixing accidental overwriting of probed ssid list in the hardwareVipin Mehta1-4/+4
2011-02-18staging: ath6kl: Adding state in driver to track the sme stateVipin Mehta1-8/+20
2011-02-18staging: ath6kl: Fixing target crash due to mismatch connect/disconnectVipin Mehta1-3/+4
2011-02-18staging: ath6kl: Return correct scan complete statusVipin Mehta1-1/+1
2011-02-18staging: ath6kl: Fixing key settings for WPA/WPA2Vipin Mehta1-1/+7
2011-02-02staging: ath6kl: Remove #define A_OKJoe Perches1-10/+10
2011-02-02staging: ath6kl: Convert (status != A_OK) to (status)Joe Perches1-4/+4
2011-02-02staging: ath6kl: Convert A_UINT32 to u32Joe Perches1-5/+5
2011-02-02staging: ath6kl: Convert A_UINT16 to u16Joe Perches1-14/+14
2011-02-02staging: ath6kl: Convert A_UINT8 to u8Joe Perches1-27/+27
2011-02-02staging: ath6kl: Remove A_BOOL and TRUE/FALSEJoe Perches1-28/+28
2011-01-31staging: ath6kl: cfg80211: Convert forceFgScan to A_UINT32Joe Perches1-2/+2
2011-01-31staging: ath6kl: Convert enum A_STATUS to intJoe Perches1-5/+5
2011-01-31staging: ath6kl: Update cfg80211 to recent calling convention changesJoe Perches1-3/+3
2010-11-09Staging: ath6kl: Adapt API changes in cfg80211Hauke Mehrtens1-3/+4
2010-09-20staging: ath6kl: Removing duplicate includesVipin Mehta1-2/+0
2010-09-20staging: ath6kl: '&pointer[0]' to 'pointer' fixAndy Shevchenko1-2/+2
2010-09-16staging: ath6kl: use '%pM' format to print MAC addressAndy Shevchenko1-13/+7
2010-09-02staging: add ath6kl driver for AR6003 chipVipin Mehta1-0/+1478