summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: mesh power save basicsMarco Porsch2013-02-0421-17/+811
* cfg80211: wrap BSS krefJohannes Berg2013-02-041-5/+15
* cfg80211: remove a local variableJohannes Berg2013-02-041-3/+2
* cfg80211: use lockdep to assert lock is heldJohannes Berg2013-02-041-2/+4
* mac80211: send deauth if connection was lost during suspendJohannes Berg2013-02-041-6/+8
* mac80211: allow transmitting deauth with tainted keyJohannes Berg2013-02-041-1/+2
* cfg80211: move locking into cfg80211_bss_ageJohannes Berg2013-02-042-3/+2
* cfg80211: fix BSS IE allocation commentJohannes Berg2013-02-041-4/+1
* mac80211: remove unused SSID from BSSJohannes Berg2013-02-041-4/+0
* cfg80211: remove unused cfg80211_get_meshJohannes Berg2013-02-042-69/+0
* cfg80211: simplify mesh BSS comparisonJohannes Berg2013-02-041-81/+39
* cfg80211: fix BSS list hidden SSID lookupJohannes Berg2013-02-041-27/+53
* cfg80211: refactor hidden SSID findingJohannes Berg2013-02-041-62/+20
* cfg80211: expand per-station byte counters to 64bitVladimir Kondratiev2013-02-043-7/+25
* mac80211: always allow calling ieee80211_connection_loss()Johannes Berg2013-02-043-2/+7
* mac80211: send deauth when connection is lostJohannes Berg2013-02-041-5/+4
* mac80211: improve latency and throughput while software scanningStanislaw Gruszka2013-01-311-27/+5
* mac80211: start auth/assoc timeout on frame statusJohannes Berg2013-01-317-29/+103
* cfg80211: remove free_priv BSS APIJohannes Berg2013-01-312-6/+0
* mac80211: remove unused mesh data from bssJohannes Berg2013-01-312-40/+0
* mac80211: remove last_probe_resp from bssJohannes Berg2013-01-312-5/+0
* mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach2013-01-318-43/+63
* mac80211: remove assoc data "sent_assoc"Johannes Berg2013-01-312-4/+0
* cfg80211/mac80211: support reporting wakeup reasonJohannes Berg2013-01-316-0/+226
* mac80211: dynamic short slot time for MBSSsThomas Pedersen2013-01-292-5/+63
* cfg80211: add SME state to warning in __cfg80211_mlme_disassocJohannes Berg2013-01-291-1/+1
* mac80211: remove IEEE80211_HW_TEARDOWN_AGGR_ON_BAR_FAILStanislaw Gruszka2013-01-292-10/+1
* Merge remote-tracking branch 'wireless-next/master' into HEADJohannes Berg2013-01-29195-3487/+12015
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-2870-217/+6497
| |\
| | * mwifiex: fix typo in PCIe adapter NULL checkAvinash Patil2013-01-221-1/+1
| | * ath9k: allow setting arbitrary antenna masks on AR9003+Felix Fietkau2013-01-221-0/+3
| | * ath9k_hw: fix chain swap setting when setting rx chainmask to 5Felix Fietkau2013-01-221-19/+6
| | * ath9k_hw: fix calibration issues on chainmask that don't include chain 0Felix Fietkau2013-01-223-1/+4
| | * rtlwifi: Fix build warning introduced by commit a290593Larry Finger2013-01-221-2/+2
| | * iwlegacy: fix IBSS cleanupStanislaw Gruszka2013-01-221-21/+14
| | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-01-226-31/+35
| | |\
| | | * mac80211: add encrypt headroom to PERR framesBob Copeland2013-01-161-1/+3
| | | * mac80211: set NEED_TXPROCESSING for PERR framesBob Copeland2013-01-161-0/+1
| | | * mac80211: fix monitor mode injectionFelix Fietkau2013-01-161-3/+6
| | | * mac80211: synchronize scan off/on-channel and PS statesStanislaw Gruszka2013-01-163-26/+14
| | | * mac80211: fix FT roamingJohannes Berg2013-01-161-1/+11
| | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-01-221-0/+2
| | |\ \
| | | * | iwlwifi: audit single frames from AGG queue in RSEmmanuel Grumbach2013-01-161-0/+2
| | * | | ath9k: disable the tasklet before taking the PCU lockFelix Fietkau2013-01-141-4/+3
| | * | | ath9k: remove sc->rx.rxbuflock to fix a deadlockFelix Fietkau2013-01-142-14/+0
| | * | | brcmsmac: increase timer reference count for new timers onlyPiotr Haber2013-01-111-3/+4
| | * | | ath9k: fix rx flush handlingFelix Fietkau2013-01-113-21/+12
| | * | | ath9k: add a better fix for the rx tasklet vs rx flush raceFelix Fietkau2013-01-115-19/+4
| | * | | ath9k: remove the WARN_ON that triggers if generating a beacon failsFelix Fietkau2013-01-111-1/+0
| | * | | ath9k: fix double-free bug on beacon generate failureFelix Fietkau2013-01-111-0/+1