summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mac80211: reduce IEEE80211_TX_MAX_RATESThomas Huehn2012-07-034-12/+11
* mac80211: remove tx_frags driver callbackJohannes Berg2012-07-024-29/+3
* mac80211: include VHT capability IE in probe requestsMahesh Palivela2012-07-023-1/+34
* wireless: 60g protocol constantsVladimir Kondratiev2012-07-021-1/+89
* wireless: regulatory for 60gVladimir Kondratiev2012-07-021-1/+4
* cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev2012-07-026-11/+42
* mac80211: allow calling ieee80211_ap_probereq_get() during auth/assocEliad Peller2012-07-021-3/+10
* cfg80211: respect iface combinations when starting operationMichal Kazior2012-06-296-5/+52
* cfg80211: add channel checking for iface combinationsMichal Kazior2012-06-293-8/+88
* cfg80211/mac80211: remove .get_channelMichal Kazior2012-06-294-34/+7
* cfg80211: set initial monitor channelMichal Kazior2012-06-291-0/+31
* cfg80211: track monitor channelMichal Kazior2012-06-293-2/+18
* cfg80211: refuse to .set_monitor_channel when non-monitors are presentMichal Kazior2012-06-291-0/+2
* mac80211: refactor virtual monitor codeMichal Kazior2012-06-293-14/+17
* cfg80211: track monitor interfaces countMichal Kazior2012-06-294-0/+47
* cfg80211: introduce cfg80211_get_chan_stateMichal Kazior2012-06-292-0/+63
* cfg80211: track ibss fixed channelMichal Kazior2012-06-292-0/+3
* cfg80211: add channel tracking for AP and meshMichal Kazior2012-06-295-5/+22
* cfg80211: .stop_ap when interface is going downMichal Kazior2012-06-292-0/+6
* cfg80211: introduce cfg80211_stop_apMichal Kazior2012-06-294-17/+50
* Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2012-06-28237-9277/+12779
|\
| * ath9k: Fix compilation breakageSujith Manoharan2012-06-271-0/+2
| * brcmfmac: fix sparse warning introduced with checkdied patchArend van Spriel2012-06-271-1/+1
| * brcmfmac: add BCM4334 supportFranky Lin2012-06-274-0/+22
| * brcmfmac: reduce allocations needed during nvram data downloadArend van Spriel2012-06-271-31/+17
| * brcmfmac: use firmware data buffer directly for nvramFranky Lin2012-06-271-67/+30
| * brcmfmac: move glom alignment setting to SDIO bus layerFranky Lin2012-06-272-13/+15
| * brcmfmac: restrict dongle txglom disable to old SDIO coreFranky Lin2012-06-272-6/+15
| * brcmfmac: add support for bus specific data commandFranky Lin2012-06-273-0/+26
| * bcma: define some additional cores IDsRafał Miłecki2012-06-272-0/+13
| * Merge branch 'wl12xx-next' into for-linvilleLuciano Coelho2012-06-2622-475/+1257
| |\
| | * wlcore: print stack trace in every recoveryEyal Shapira2012-06-262-1/+2
| | * wlcore: queue recovery in case of bus errors during cmd_remove_peerEyal Shapira2012-06-261-10/+19
| | * wlcore: fix broken TX due to wrong queuing of recoveryEyal Shapira2012-06-261-11/+24
| | * wlcore: fix some failure cases in wlcore_probe()Luciano Coelho2012-06-261-3/+6
| | * wl18xx: deprecate PG1 supportLuciano Coelho2012-06-262-57/+22
| | * wlcore: prevent recovery in the middle of resumeArik Nemtsov2012-06-231-3/+8
| | * wlcore: refactor threaded IRQ routineArik Nemtsov2012-06-231-31/+31
| | * wlcore: check Rx-filter functions in the suspend pathArik Nemtsov2012-06-233-10/+30
| | * wlcore: force recovery on resume if suspended without recoveringArik Nemtsov2012-06-231-2/+18
| | * wlcore: don't allow SDIO read/writes after failureArik Nemtsov2012-06-232-2/+21
| | * wlcore: cancel suspend when recovery is pendingArik Nemtsov2012-06-221-0/+6
| | * wlcore: access the firmware memory via debugfsArkady Miasnikov2012-06-221-0/+192
| | * wlcore: Force checking of io functions' return valuesIdo Yariv2012-06-226-40/+55
| | * wlcore: Propagate errors from wl1271_read_hwaddrIdo Yariv2012-06-222-4/+6
| | * wlcore: Propagate errors from wl1271_raw_write32Ido Yariv2012-06-2213-127/+298
| | * wlcore: Propagate errors from wl1271_raw_read32Ido Yariv2012-06-229-113/+309
| | * wlcore: Propagate errors from wl1271_writeIdo Yariv2012-06-2212-46/+102
| | * wlcore: Propagate errors from wl1271_readIdo Yariv2012-06-2212-32/+78
| | * wlcore: Propagate errors from wlcore_raw_*_data functionsIdo Yariv2012-06-222-13/+26