summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: check sta_info_get() return valueEliad Peller2011-07-201-1/+9
* cfg80211: enter psm when working as p2p_cliEliad Peller2011-07-201-1/+2
* mac80211: sync driver before TXJohannes Berg2011-07-206-3/+164
* ath5k: merge ath5k_hw and ath5k_softcPavel Roskin2011-07-2022-1314/+1247Star
* b43: bcma: implement full core resetRafał Miłecki2011-07-191-7/+27
* bcma: allow enabling PLLRafał Miłecki2011-07-192-0/+27
* bcma: allow setting FAST clockmode for a coreRafał Miłecki2011-07-192-1/+38
* bcma: trivial: add helpers for masking/settingRafał Miłecki2011-07-191-0/+8
* bcma: move define of BCMA_CLKCTLST registerRafał Miłecki2011-07-192-9/+20
* b43: correctly display longer chipsets idsRafał Miłecki2011-07-191-2/+5
* mac80211: implement scan supported ratesJohannes Berg2011-07-195-15/+15
* cfg80211: allow userspace to control supported rates in scanJohannes Berg2011-07-196-19/+83
* b43: HT-PHY: fix masks in radio ctlRafał Miłecki2011-07-191-5/+10
* b43: bcma: read info about supported bandsRafał Miłecki2011-07-191-6/+7
* b43: bcma: define 80211 core specific IO status bitsRafał Miłecki2011-07-191-0/+6
* bcma: define IO status registerRafał Miłecki2011-07-191-1/+7
* ieee80211: add few wmm tspec valuesKalle Valo2011-07-191-0/+37
* bcma: handle alternative SPROM locationRafał Miłecki2011-07-192-4/+11
* b43: HT-PHY: fix typo in 0x2059 radio initRafał Miłecki2011-07-191-1/+1
* b43: HT-PHY: find channel entry with regs dataRafał Miłecki2011-07-191-0/+9
* b43: HT-PHY: switch to channel after enabling radioRafał Miłecki2011-07-191-1/+3
* b43: use agent R/W ops for BCMA_IOCTLRafał Miłecki2011-07-192-4/+4
* ath9k: Fix some smatch warningsRajkumar Manoharan2011-07-182-4/+8
* MAINTAINERS: change maintainer of the wl1251 driverLuciano Coelho2011-07-181-2/+2
* ath9k: Fix sparse warningsRajkumar Manoharan2011-07-183-9/+22
* b43: bus: drop inline from SSB functionsRafał Miłecki2011-07-181-15/+12Star
* carl9170: set beacon xmit power to the maxChristian Lamparter2011-07-181-83/+108
* carl9170: move beacon_update into tx.cChristian Lamparter2011-07-183-130/+130
* carl9170 firmware: update firmware headersChristian Lamparter2011-07-182-2/+42
* ath9k: use ath_opmode_to_string()Pavel Roskin2011-07-181-20/+2Star
* ath9k: remove defines in reg.h that exist in ../reg.hPavel Roskin2011-07-181-23/+0Star
* ath9k: use get_unaligned_{b16, le16, le32} where possiblePavel Roskin2011-07-185-28/+23Star
* ath: use get_unaligned_le{16,32} in ath_hw_keysetmac()Pavel Roskin2011-07-181-5/+2Star
* bcma: extract SPROM rev 9 the same way as rev 8Rafał Miłecki2011-07-181-1/+1
* bcma: cc: set GPIOTIMER registerRafał Miłecki2011-07-181-0/+14
* ssb: SPROM: add LED duty cycle fieldsRafał Miłecki2011-07-181-0/+2
* mac80211: reconfigure tx on device reconfigurationEliad Peller2011-07-184-1/+12
* iwlagn: add tx start API to transport layerEmmanuel Grumbach2011-07-167-210/+222
* iwlagn: move all the ICT related functions to iwl-trans-rx-pcie.cEmmanuel Grumbach2011-07-166-315/+297Star
* iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach2011-07-168-58/+52Star
* iwlagn: move tx transport functions to iwl-trans-tx-pcie.cEmmanuel Grumbach2011-07-167-299/+265Star
* iwlagn: move rx transport functions to iwl-trans-rx-pcie.cEmmanuel Grumbach2011-07-169-725/+799
* iwlagn: remove indirection for iwlagn_hw_valid_rtc_data_addrFry, Donald H2011-07-166-12/+3Star
* iwlagn: calibration bitmapWey-Yi Guy2011-07-163-10/+13
* iwlagn: set default of uCode ownership to driverHsu, Kenny2011-07-161-0/+2
* iwlagn: simplify TX flags assignmentsJohannes Berg2011-07-161-11/+7Star
* iwlagn: add comment to tx and get_tx_cmd in iwl_trans_opsEmmanuel Grumbach2011-07-161-0/+2
* iwlagn: comments for iwl_cfgWey-Yi Guy2011-07-161-5/+12
* iwlagn: another double indirect removedWey-Yi Guy2011-07-162-20/+5Star
* iwlagn: remove dual-indirect call to simply the codeWey-Yi Guy2011-07-169-89/+41Star