summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2012-07-09cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg-121/+152
2012-07-09nl80211: don't assume wdev->netdev existsJohannes Berg-1/+6
2012-07-09nl80211: retrieve interface data by wdevJohannes Berg-11/+15
2012-07-09nl80211: add NL80211_FLAG_NEED_WDEVJohannes Berg-18/+39
2012-07-09nl80211: prepare for non-netdev wireless devsJohannes Berg-47/+144
2012-07-09mac80211: remove ieee80211_key_removedJohannes Berg-37/+0
2012-07-09mac80211: remove unused assignmentJohannes Berg-1/+1
2012-07-09mac80211: update BSS info on AC parameters changeJohannes Berg-14/+16
2012-07-08cfg80211: fix oops due to unassigned set_monitor_enabled callbackVladimir Kondratiev-2/+3
2012-07-07mac80211: request TX status for BlockAck RequestsChristian Lamparter-1/+2
2012-07-06mac80211_hwsim: add testmode code to stop/wake queuesJohannes Berg-0/+8
2012-07-06mac80211: fix crash with single-queue driversJohannes Berg-2/+10
2012-07-06mac80211: always set in_reconfig=false on wakeupEliad Peller-1/+1
2012-07-06mac80211: fix debugfs default key linksJohannes Berg-6/+10
2012-07-05cfg80211: bitrate calculation for 60gVladimir Kondratiev-0/+51
2012-07-05{nl,cfg}80211: support high bitratesVladimir Kondratiev-4/+18
2012-07-04cfg80211: fix locking regression in monitor channel trackingJohannes Berg-7/+5
2012-07-03mac80211: add TX prepare APIJohannes Berg-0/+44
2012-07-03mac80211_hwsim: fix NUM_BANDS usageJohannes Berg-2/+2
2012-07-03mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn-12/+11
2012-07-02mac80211: remove tx_frags driver callbackJohannes Berg-29/+3
2012-07-02mac80211: include VHT capability IE in probe requestsMahesh Palivela-1/+34
2012-07-02wireless: 60g protocol constantsVladimir Kondratiev-1/+89
2012-07-02wireless: regulatory for 60gVladimir Kondratiev-1/+4
2012-07-02cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev-11/+42
2012-07-02mac80211: allow calling ieee80211_ap_probereq_get() during auth/assocEliad Peller-3/+10
2012-06-29cfg80211: respect iface combinations when starting operationMichal Kazior-5/+52
2012-06-29cfg80211: add channel checking for iface combinationsMichal Kazior-8/+88
2012-06-29cfg80211/mac80211: remove .get_channelMichal Kazior-34/+7
2012-06-29cfg80211: set initial monitor channelMichal Kazior-0/+31
2012-06-29cfg80211: track monitor channelMichal Kazior-2/+18
2012-06-29cfg80211: refuse to .set_monitor_channel when non-monitors are presentMichal Kazior-0/+2
2012-06-29mac80211: refactor virtual monitor codeMichal Kazior-14/+17
2012-06-29cfg80211: track monitor interfaces countMichal Kazior-0/+47
2012-06-29cfg80211: introduce cfg80211_get_chan_stateMichal Kazior-0/+63
2012-06-29cfg80211: track ibss fixed channelMichal Kazior-0/+3
2012-06-29cfg80211: add channel tracking for AP and meshMichal Kazior-5/+22
2012-06-29cfg80211: .stop_ap when interface is going downMichal Kazior-0/+6
2012-06-29cfg80211: introduce cfg80211_stop_apMichal Kazior-17/+50
2012-06-28Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg-9277/+12779
2012-06-28cfg80211: allow advertising VHT capabilitiesMahesh Palivela-0/+32
2012-06-28wireless: add VHT (802.11ac) definitionsMahesh Palivela-0/+70
2012-06-28mac80211: don't require associated->beacon_ies for psEliad Peller-3/+0
2012-06-28mac80211: flush queues before deauth/disassocEliad Peller-0/+4
2012-06-28mac80211: don't expose ieee80211_add_srates_ie()Johannes Berg-22/+18
2012-06-27ath9k: Fix compilation breakageSujith Manoharan-0/+2
2012-06-27brcmfmac: fix sparse warning introduced with checkdied patchArend van Spriel-1/+1
2012-06-27brcmfmac: add BCM4334 supportFranky Lin-0/+22
2012-06-27brcmfmac: reduce allocations needed during nvram data downloadArend van Spriel-31/+17
2012-06-27brcmfmac: use firmware data buffer directly for nvramFranky Lin-67/+30