summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2012-10-30ath9k: Test for TID only in BlockAcks while checking tx statusSven Eckelmann1-2/+6
2012-10-30rt2800: validate step value for temperature compensationStanislaw Gruszka1-1/+1
2012-10-29ath9k: fix stale pointers potentially causing access to free'd skbsFelix Fietkau1-0/+2
2012-10-24b43: Fix oops on unload when firmware not foundLarry Finger1-0/+4
2012-10-24mwifiex: clean up scan state on errorBing Zhao1-2/+5
2012-10-24mwifiex: return -EBUSY if specific scan request cannot be honoredBing Zhao1-8/+5
2012-10-24brcmfmac: fix potential NULL dereferenceYuanhan Liu1-1/+1
2012-10-24Revert "ath9k_hw: Updated AR9003 tx gain table for 5GHz"Felix Fietkau1-82/+82
2012-10-24ath9k_htc: Add PID/VID for a Ubiquiti WiFiStationMohammed Shafi Shajakhan1-0/+1
2012-10-24rt2x00: usb: fix reset resumeStanislaw Gruszka3-0/+3
2012-10-24rtlwifi: pass rx setup error code to callerChristian Lamparter1-1/+1
2012-10-16iwlwifi: fix 6000 series channel switch commandJohannes Berg1-15/+24
2012-10-15net/wireless: ipw2200: Fix panic occurring in ipw_handle_promiscuous_tx()Stanislav Yakovlev1-1/+1
2012-10-15brcmfmac: fix end of loop check (signedness bug)Dan Carpenter1-2/+2
2012-10-15brcmfmac: set dongle mode accordingly when interface upFranky Lin1-36/+2
2012-10-15brcmfmac: use control channel in roamed status reportingFranky Lin1-6/+20
2012-10-15brcmfmac: handle all exceptions as an error.Hante Meuleman1-1/+1
2012-10-08carl9170: fix sleep in softirq contextRonald Wahl2-15/+15
2012-10-08ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun1-1/+2
2012-10-08mwifiex: update cfg80211 with correct reason code when connection is lostAmitkumar Karwar4-16/+27
2012-10-08mwifiex: update cfg80211 with correct reason code when association failsAmitkumar Karwar2-5/+16
2012-10-08mwifiex: reset scan_processing flag in failure casesAmitkumar Karwar1-6/+10
2012-10-08mwifiex: return -EBUSY if scan request cannot be honoredBing Zhao2-12/+16
2012-10-06rt2x00/rt3352: Fix lnagain assignment to use register 66.Daniel Golle1-2/+2
2012-10-06ath9k: use ieee80211_free_txskbFelix Fietkau3-26/+31
2012-10-06ath9k: improve suspend/resume reliabilityFelix Fietkau4-10/+13
2012-10-06ath9k: fix ASPM initialization on resumeFelix Fietkau1-0/+5
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds231-4414/+11534
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-20/+28
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds4-14/+11
2012-10-01Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-28/+12
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-8/+8
2012-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville63-1366/+3259
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller68-1245/+1623
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller13-24/+47
2012-09-28ath9k: Fix BTCOEX weight initializationSujith Manoharan4-32/+39
2012-09-28mwifiex: convert to use le16_add_cpu()Wei Yongjun1-3/+2
2012-09-28mwifiex: enhance RX reordering to avoid packet drop during host sleepAvinash Patil4-8/+49
2012-09-28ath9k_hw: Handle AR_INTR_SYNC_HOST1_(FATAL|PERR) on AR9003Sven Eckelmann1-0/+17
2012-09-28brcmfmac: remove brcmf_update_prof() functionArend van Spriel1-62/+19
2012-09-28brcmfmac: remove brcmf_read_prof() functionArend van Spriel1-27/+22
2012-09-28brcmfmac: rename structure brcmf_cfg80211_privArend van Spriel3-616/+615
2012-09-28brcmfmac: add hostap supoort.Hante Meuleman3-51/+962
2012-09-28brcmfmac: remove two obsolete structure definitionsArend van Spriel2-32/+8
2012-09-28brcmfmac: use brcmf_cfg80211_priv to interface with wl_cfg80211 codeArend van Spriel3-47/+15
2012-09-28brcmfmac: get rid of extern keyword in wl_cfg80211.hArend van Spriel1-8/+8
2012-09-28brcmfmac: notify common driver about usb tx completion.Hante Meuleman1-0/+2
2012-09-28brcmfmac: use define instead of hardcoded values.Hante Meuleman1-4/+6
2012-09-28brcmfmac: use different fw api for encryption,auth. configHante Meuleman4-97/+219
2012-09-28brcmfmac: use wait_event_timeout for fw control packets over usb.Hante Meuleman1-37/+9